#include "typedefs.hpp"#include "cl_Vector.hpp"#include "cl_FEM_Group.hpp"#include "en_FEM_BoundaryConditionImposing.hpp"Go to the source code of this file.
Classes | |
| class | belfem::fem::SideSet |
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::fem |
Functions | |
| bool | belfem::fem::pin_dirichlet_dof (const DofManagerBase *aParent, Dof *aDof, const real aValue, const id_t aGroupID, const id_t aNodeID, index_t &aNumFirstFlips) |
| shared Dirichlet pin for a single node dof, used by SideSet::impose_dirichlet and the Maxwell factory pre-fix loop so both sites apply ONE shape test. | |