v0.14.0
Public Member Functions | List of all members
MoFEM::PostProcBrokenMeshInMoabBaseContImpl< E > Struct Template Reference

#include <src/post_proc/PostProcBrokenMeshInMoabBase.hpp>

Public Member Functions

 PostProcBrokenMeshInMoabBaseContImpl (MoFEM::Interface &m_field, boost::shared_ptr< moab::Core > core_mesh_ptr, std::string opts_prefix="")
 
MoFEMErrorCode preProcess ()
 
MoFEMErrorCode postProcess ()
 

Detailed Description

template<typename E>
struct MoFEM::PostProcBrokenMeshInMoabBaseContImpl< E >

Examples
dynamic_first_order_con_law.cpp, and free_surface.cpp.

Definition at line 880 of file PostProcBrokenMeshInMoabBase.hpp.

Constructor & Destructor Documentation

◆ PostProcBrokenMeshInMoabBaseContImpl()

template<typename E >
MoFEM::PostProcBrokenMeshInMoabBaseContImpl< E >::PostProcBrokenMeshInMoabBaseContImpl ( MoFEM::Interface m_field,
boost::shared_ptr< moab::Core >  core_mesh_ptr,
std::string  opts_prefix = "" 
)
inline

Definition at line 886 of file PostProcBrokenMeshInMoabBase.hpp.

889  : PostProcBrokenMeshInMoabBase<E>(m_field, core_mesh_ptr, opts_prefix) {}

Member Function Documentation

◆ postProcess()

template<typename E >
MoFEMErrorCode MoFEM::PostProcBrokenMeshInMoabBaseContImpl< E >::postProcess ( )
inline

Definition at line 892 of file PostProcBrokenMeshInMoabBase.hpp.

892 { return this->postProcPostProc(); };

◆ preProcess()

template<typename E >
MoFEMErrorCode MoFEM::PostProcBrokenMeshInMoabBaseContImpl< E >::preProcess ( )
inline

Definition at line 891 of file PostProcBrokenMeshInMoabBase.hpp.

891 { return this->preProcPostProc(); };

The documentation for this struct was generated from the following file: