Home
last modified time | relevance | path

Searched refs:boundaryelements (Results 1 – 2 of 2) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Delmergrid_api.cpp80 mesh->boundaryelements = 4; in createElmerMeshStructure()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/src/
H A Dmeshtype.cpp487 int nodes, elements, boundaryelements, types, type, ntype; in load() local
489 mesh_header >> nodes >> elements >> boundaryelements; in load()
710 for(int i = 0; i < boundaryelements; i++) { in load()