#include <cl_FEM_DofMgr_FieldData.hpp>
Public Member Functions | |
| FieldData (DofManager *aParent) | |
| ~FieldData () | |
| void | collect_node_owners () |
| void | collect_element_owners () |
| void | collect (const string &aLabel) |
| void | collect (const Cell< string > &aLabels) |
| void | initialize_linear_projection_lists () |
| void | project_linear_field_to_higher_mesh (const Cell< string > &aFieldLabels) |
| void | distribute (const Cell< string > &aFieldLabels) |
| distributes the field data from the master to the others | |
| void | reset () |
| void | update_field_indices (Cell< Dof * > &aDOFs) |
| belfem::fem::dofmgr::FieldData::FieldData | ( | DofManager * | aParent | ) |
| belfem::fem::dofmgr::FieldData::~FieldData | ( | ) |
| void belfem::fem::dofmgr::FieldData::collect | ( | const string & | aLabel | ) |
| void belfem::fem::dofmgr::FieldData::collect_element_owners | ( | ) |
| void belfem::fem::dofmgr::FieldData::collect_node_owners | ( | ) |
distributes the field data from the master to the others
| void belfem::fem::dofmgr::FieldData::initialize_linear_projection_lists | ( | ) |
| void belfem::fem::dofmgr::FieldData::project_linear_field_to_higher_mesh | ( | const Cell< string > & | aFieldLabels | ) |
| void belfem::fem::dofmgr::FieldData::reset | ( | ) |