MFEM  v4.4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
constraints.cpp File Reference

Go to the source code of this file.

Namespaces

 mfem
 

Functions

int mfem::CanonicalNodeNumber (FiniteElementSpace &fespace, int node, bool parallel, int d=0)
 
SparseMatrix * mfem::BuildNormalConstraints (FiniteElementSpace &fespace, Array< int > &constrained_att, Array< int > &constraint_rowstarts, bool parallel=false)
 Build a matrix constraining normal components to zero. More...
 
SparseMatrix * mfem::ParBuildNormalConstraints (ParFiniteElementSpace &fespace, Array< int > &constrained_att, Array< int > &constraint_rowstarts)
 Parallel wrapper for BuildNormalConstraints. More...