![]() |
v0.16.0 |
Go to the source code of this file.
Namespaces | |
| namespace | MoFEM |
| implementation of Data Operators for Forces and Sources | |
Typedefs | |
| using | MoFEM::PostProcGenerateRefMeshPtr = boost::shared_ptr< PostProcGenerateRefMeshBase > |
| using | MoFEM::PostProcBrokenMeshInMoabBaseBegin = PostProcBrokenMeshInMoabBaseBeginImpl< PostProcBrokenMeshInMoabBase< ForcesAndSourcesCore > > |
| Enable to run stack of post-processing elements. Use this to begin stack. | |
| template<typename E > | |
| using | MoFEM::PostProcBrokenMeshInMoabBaseCont = PostProcBrokenMeshInMoabBaseContImpl< PostProcBrokenMeshInMoabBase< E > > |
| Enable to run stack of post-processing elements. | |
| using | MoFEM::PostProcBrokenMeshInMoabBaseEnd = PostProcBrokenMeshInMoabBaseEndImpl< PostProcBrokenMeshInMoabBase< ForcesAndSourcesCore > > |
| Enable to run stack of post-processing elements. Use this to end stack. | |
Functions | |
| template<int DIM1, int DIM2, typename TagsRange , typename Op = ForcesAndSourcesCore::UserDataOperator> | |
| MoFEMErrorCode | MoFEM::addTagDGProjectionOps (moab::Interface &mesh, boost::ptr_deque< ForcesAndSourcesCore::UserDataOperator > &post_proc_pip, boost::ptr_deque< ForcesAndSourcesCore::UserDataOperator > &physical_pip, moab::Interface &post_proc_mesh, std::vector< EntityHandle > &map_gauss_pts, const TagsRange &tags, int order, const FieldApproximationBase b=AINSWORTH_LEGENDRE_BASE, const FieldSpace s=L2) |
Definition in file PostProcBrokenMeshInMoabBase.hpp.