Home
last modified time | relevance | path

Searched refs:parent_faces (Results 1 – 6 of 6) sorted by relevance

/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Dtopology.cpp1586 parent_faces.SetSize (nfa); in Update()
1587 parent_faces = { -1, { -1, -1, -1, -1 } }; in Update()
1647 parent_faces[i] = { classnr, { pafacenr, -1, -1, -1 } }; in Update()
1815 parent_faces[i] = { classnr, { pafacenr1, pafacenr2, in Update()
1822 auto [info, nrs] = parent_faces[i]; in Update()
1834 parent_faces[i] = { 16, { pafacenr, -1, -1, -1} }; in Update()
1839 parent_faces[i] = { 17, { pafacenr, -1, -1, -1} }; in Update()
1844 parent_faces[i] = { 18, { pafacenr, -1, -1, -1} }; in Update()
1855 parent_faces[i] = { 19, { pafacenr, -1, -1, -1} }; in Update()
1858 parent_faces[i] = { 20, { -1, -1, -1, -1} }; in Update()
H A Dtopology.hpp203 Array<std::tuple<int, std::array<int,4>>> parent_faces; member in netgen::MeshTopology
207 auto GetParentFaces (int fnr) const { return parent_faces[fnr]; } in GetParentFaces()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DZoltanPartitioner.cpp1393 DLIList<RefFace*> parent_faces; in partition_child_entities() local
1394 (dynamic_cast<TopologyEntity*> (entity))->ref_faces(parent_faces); in partition_child_entities()
1395 int n_pface = parent_faces.size(); in partition_child_entities()
1396 parent_faces.reset(); in partition_child_entities()
1400 RefEntity *parent = parent_faces.get_and_step(); in partition_child_entities()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Doccgenmesh.cpp1040 const TopTools_ListOfShape& parent_faces = edge_face_map.FindFromKey(e); in OCCSetLocalMeshSize() local
1044 … for(parent_face_list.Initialize(parent_faces); parent_face_list.More(); parent_face_list.Next()) in OCCSetLocalMeshSize()
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccgenmesh.cpp1162 const TopTools_ListOfShape& parent_faces = edge_face_map.FindFromKey(e); in OCCSetLocalMeshSize() local
1166 … for(parent_face_list.Initialize(parent_faces); parent_face_list.More(); parent_face_list.Next()) in OCCSetLocalMeshSize()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgraphe.cc6687 ivectors &parent_faces=blocks_faces[i]; in embed_children_blocks() local
6696 pf=choose_embedding_face(parent_faces,c); in embed_children_blocks()
6699 n=parent_faces.size(); in embed_children_blocks()
6700 parent_faces.resize(n+child_faces.size()); in embed_children_blocks()
6708 parent_faces[k++].swap(*ft); in embed_children_blocks()
6710 … ivector &parent_face=parent_faces[pf],&child_face=child_faces[cf],&new_face=parent_faces.back(); in embed_children_blocks()