Home
last modified time | relevance | path

Searched defs:bracketing_nodes (Results 1 – 3 of 3) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/utils/
H A Dtopology_map.C54 … const std::vector<std::pair<dof_id_type, dof_id_type>> & bracketing_nodes) in add_node() argument
83 … TopologyMap::find(const std::vector<std::pair<dof_id_type, dof_id_type>> & bracketing_nodes) const in find() argument
157 bracketing_nodes = elem->bracketing_nodes(c,n); in fill() local
/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dmesh_refinement.C155 bracketing_nodes = parent.bracketing_nodes(child, node); in add_node() local
/dports/math/libmesh/libmesh-1.6.2/src/geom/
H A Delem.C2018 Elem::bracketing_nodes(unsigned int child, in bracketing_nodes() function