Home
last modified time | relevance | path

Searched refs:hexMesh (Results 1 – 5 of 5) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/slam/examples/
H A DUnstructMeshField.cpp531 HexMesh hexMesh; in main() local
532 readHexMesh(meshName, &hexMesh); in main()
533 SLIC_ASSERT(hexMesh.zoneToNodeRelation.isValid()); in main()
538 generateNodeZoneRelation(&hexMesh); in main()
539 SLIC_ASSERT(hexMesh.nodeToZoneRelation.isValid()); in main()
544 computeZoneBarycenters(&hexMesh); in main()
547 createZoneRadiusField(&hexMesh); in main()
549 DataType errVal = computeNodalErrors(&hexMesh); in main()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/
H A DMesh.cpp2698 void Mesh::buildPyramidFromHexadron(const Mesh& hexMesh) in buildPyramidFromHexadron() argument
2702 if(name_=="") name_=hexMesh.name_+"_toPyramids"; in buildPyramidFromHexadron()
2709 number_t nbelt_h=hexMesh.nbOfElements(); in buildPyramidFromHexadron()
2710 number_t nbver_h=hexMesh.nbOfVertices(); in buildPyramidFromHexadron()
2717 …for(itv=hexMesh.vertices_.begin(); itv!=hexMesh.vertices_.end(); ++itv, ++itn) //copy original no… in buildPyramidFromHexadron()
2718 *itn=hexMesh.nodes[*itv-1]; in buildPyramidFromHexadron()
2719 std::vector<GeomElement*>::const_iterator iteh=hexMesh.elements_.begin(); in buildPyramidFromHexadron()
2720 for(; iteh!=hexMesh.elements_.end(); ++iteh, ++itn) in buildPyramidFromHexadron()
2740 for(iteh=hexMesh.elements_.begin(); iteh!=hexMesh.elements_.end(); ++iteh, nc++) in buildPyramidFromHexadron()
2757 std::vector<GeomDomain*>::const_iterator itdh=hexMesh.domains().begin(); in buildPyramidFromHexadron()
[all …]
H A DMesh.hpp409 void buildPyramidFromHexadron(const Mesh& hexMesh);
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A DMesh.tex402 void buildPyramidFromHexadron(const Mesh& hexMesh,const string_t& meshName="");
/dports/math/mfem/mfem-4.3/mesh/
H A Dmesh.cpp11720 bool hexMesh = false; in Extrude2D() local
11760 hexMesh = true; in Extrude2D()
11854 if ( hexMesh && wdgMesh ) in Extrude2D()
11858 else if ( hexMesh ) in Extrude2D()