v0.14.0
Namespaces | Functions
Core.cpp File Reference

Multi-index containers, data structures and other low-level functions. More...

#include <MoFEM.hpp>
#include "impl/ErrorHandler.cpp"

Go to the source code of this file.

Namespaces

 MoFEM
 implementation of Data Operators for Forces and Sources
 

Functions

void macro_is_deprecated_using_deprecated_function ()
 Is used to indicate that macro is deprecated Do nothing just triggers error at the compilation. More...
 
template<class T >
static auto MoFEM::get_sub_iface_options_imp (T *const ptr, int) -> decltype(ptr->getSubInterfaceOptions())
 
template<class T >
static auto MoFEM::get_sub_iface_options_imp (T *const ptr, long) -> MoFEMErrorCode
 
template<int V, typename std::enable_if<(V >=0), int >::type * = nullptr>
void MoFEM::set_ref_ent_basic_data_ptr_impl (boost::shared_ptr< BasicEntityData > &ptr)
 

Detailed Description

Multi-index containers, data structures and other low-level functions.

Definition in file Core.cpp.

Function Documentation

◆ macro_is_deprecated_using_deprecated_function()

void macro_is_deprecated_using_deprecated_function ( )

Is used to indicate that macro is deprecated Do nothing just triggers error at the compilation.

Definition at line 11 of file Core.cpp.

11 {}