#include <cmath>#include "cl_Logger.hpp"#include "cl_Mesh.hpp"#include "cl_FEM_DofManager.hpp"#include "cl_FEM_SideSet.hpp"#include "cl_FEM_Kernel.hpp"#include "cl_FEM_Block.hpp"#include "cl_IWG.hpp"#include "commtools.hpp"#include "meshtools.hpp"#include "cl_FEM_Element.hpp"#include "fn_IF_initialize_integration_points.hpp"#include "fn_intpoints_auto_integration_order.hpp"#include "cl_IF_InterpolationFunctionFactory.hpp"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. | |