![]() |
v0.14.0 |
#include <src/interfaces/MedInterface.hpp>
Public Attributes | |
std::string | fieldName |
std::string | meshName |
bool | localMesh |
std::vector< std::string > | componentNames |
std::vector< std::string > | componentUnits |
std::string | dtUnit |
int | ncSteps |
Definition at line 98 of file MedInterface.hpp.
std::vector<std::string> MoFEM::MedInterface::FieldData::componentNames |
Definition at line 103 of file MedInterface.hpp.
std::vector<std::string> MoFEM::MedInterface::FieldData::componentUnits |
Definition at line 104 of file MedInterface.hpp.
std::string MoFEM::MedInterface::FieldData::dtUnit |
Definition at line 105 of file MedInterface.hpp.
std::string MoFEM::MedInterface::FieldData::fieldName |
Definition at line 99 of file MedInterface.hpp.
bool MoFEM::MedInterface::FieldData::localMesh |
Definition at line 101 of file MedInterface.hpp.
std::string MoFEM::MedInterface::FieldData::meshName |
Definition at line 100 of file MedInterface.hpp.
int MoFEM::MedInterface::FieldData::ncSteps |
Definition at line 106 of file MedInterface.hpp.