Home
last modified time | relevance | path

Searched defs:get_dof_map (Results 1 – 2 of 2) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/include/systems/
H A Dsystem.h2116 const DofMap & System::get_dof_map() const in get_dof_map() function
2124 DofMap & System::get_dof_map() in get_dof_map() function
/dports/math/mfem/mfem-4.3/fem/
H A Dlor.cpp82 auto get_dof_map = [](FiniteElementSpace &fes, int i) in ConstructLocalDofPermutation() local