![]() |
v0.14.0 |
#include <users_modules/basic_finite_elements/src/PostProcOnRefMesh.hpp>
Public Member Functions | |
| OpGetFieldValuesOnSkinImpl (moab::Interface &post_proc_mesh, std::vector< EntityHandle > &map_gauss_pts, const std::string field_name, const std::string tag_name, boost::shared_ptr< VolumeElementForcesAndSourcesCoreOnSide > side_fe, const std::string vol_fe_name, boost::shared_ptr< MatrixDouble > mat_ptr, bool save_on_tag) | |
| MoFEMErrorCode | doWork (int side, EntityType type, EntitiesFieldData::EntData &data) |
Public Attributes | |
| moab::Interface & | postProcMesh |
| std::vector< EntityHandle > & | mapGaussPts |
| boost::shared_ptr< VolumeElementForcesAndSourcesCoreOnSide > | sideOpFe |
| const std::string | feVolName |
| boost::shared_ptr< MatrixDouble > | matPtr |
| const std::string | tagName |
| const std::string | fieldName |
| const bool | saveOnTag |
Definition at line 1063 of file PostProcOnRefMesh.hpp.
|
inline |
Definition at line 1075 of file PostProcOnRefMesh.hpp.
| MoFEMErrorCode PostProcFaceOnRefinedMesh::OpGetFieldValuesOnSkinImpl< RANK >::doWork | ( | int | side, |
| EntityType | type, | ||
| EntitiesFieldData::EntData & | data | ||
| ) |
Definition at line 930 of file PostProcOnRefMesh.cpp.
| const std::string PostProcFaceOnRefinedMesh::OpGetFieldValuesOnSkinImpl< RANK >::feVolName |
Definition at line 1069 of file PostProcOnRefMesh.hpp.
| const std::string PostProcFaceOnRefinedMesh::OpGetFieldValuesOnSkinImpl< RANK >::fieldName |
Definition at line 1072 of file PostProcOnRefMesh.hpp.
| std::vector<EntityHandle>& PostProcFaceOnRefinedMesh::OpGetFieldValuesOnSkinImpl< RANK >::mapGaussPts |
Definition at line 1067 of file PostProcOnRefMesh.hpp.
| boost::shared_ptr<MatrixDouble> PostProcFaceOnRefinedMesh::OpGetFieldValuesOnSkinImpl< RANK >::matPtr |
Definition at line 1070 of file PostProcOnRefMesh.hpp.
| moab::Interface& PostProcFaceOnRefinedMesh::OpGetFieldValuesOnSkinImpl< RANK >::postProcMesh |
Definition at line 1066 of file PostProcOnRefMesh.hpp.
| const bool PostProcFaceOnRefinedMesh::OpGetFieldValuesOnSkinImpl< RANK >::saveOnTag |
Definition at line 1073 of file PostProcOnRefMesh.hpp.
| boost::shared_ptr<VolumeElementForcesAndSourcesCoreOnSide> PostProcFaceOnRefinedMesh::OpGetFieldValuesOnSkinImpl< RANK >::sideOpFe |
Definition at line 1068 of file PostProcOnRefMesh.hpp.
| const std::string PostProcFaceOnRefinedMesh::OpGetFieldValuesOnSkinImpl< RANK >::tagName |
Definition at line 1071 of file PostProcOnRefMesh.hpp.