#include <cl_FEM_DofMgr_SideSetData.hpp>
Public Member Functions | |
| SideSetData (DofManager *aParent) | |
| ~SideSetData () | |
| void | create_sidesets () |
| SideSet * | sideset (const id_t aID) |
| return a specific sideset | |
| Cell< SideSet * > & | sidesets () |
| return the sideset container | |
| bool | sideset_exists (const id_t aID) const |
| check if a specific sideset exists on this proc | |
| void | collect_wetted_sidesets () |
| check if user has set the wetted sidesets | |
| void | count_wetted_nodes () |
| index_t | number_of_wetted_nodes () const |
| void | create_alpha_fields () |
| this function creates a special field for the alpha-bc if it exists. | |
| void | set_boundary_conditions () |
| forwards set_boundary_conditions() to every sideset that exists on this proc ( currently not called by the dof manager ) | |
| void | reset () |
| restore factory settings | |
| belfem::fem::dofmgr::SideSetData::SideSetData | ( | DofManager * | aParent | ) |
| belfem::fem::dofmgr::SideSetData::~SideSetData | ( | ) |
| void belfem::fem::dofmgr::SideSetData::collect_wetted_sidesets | ( | ) |
check if user has set the wetted sidesets
| void belfem::fem::dofmgr::SideSetData::count_wetted_nodes | ( | ) |
| void belfem::fem::dofmgr::SideSetData::create_alpha_fields | ( | ) |
this function creates a special field for the alpha-bc if it exists.
Called by DofManager::init_dofs();
| void belfem::fem::dofmgr::SideSetData::create_sidesets | ( | ) |
|
inline |
| void belfem::fem::dofmgr::SideSetData::reset | ( | ) |
restore factory settings
| void belfem::fem::dofmgr::SideSetData::set_boundary_conditions | ( | ) |
forwards set_boundary_conditions() to every sideset that exists on this proc ( currently not called by the dof manager )
return a specific sideset
|
inline |
check if a specific sideset exists on this proc
return the sideset container