Home
last modified time | relevance | path

Searched refs:NumOfVertices (Results 1 – 11 of 11) sorted by relevance

/dports/math/mfem/mfem-4.3/mesh/
H A Dmesh_readers.cpp80 input >> NumOfVertices; in ReadMFEMMesh()
81 vertices.SetSize(NumOfVertices); in ReadMFEMMesh()
114 input >> NumOfVertices; in ReadLineMesh()
115 vertices.SetSize(NumOfVertices); in ReadLineMesh()
188 input >> NumOfVertices; in ReadNetgen2DMesh()
198 input >> NumOfVertices; in ReadNetgen2DMesh()
212 input >> NumOfVertices; in ReadNetgen3DMesh()
214 vertices.SetSize(NumOfVertices); in ReadNetgen3DMesh()
426 NumOfVertices = np; in CreateVTKMesh()
482 NumOfVertices = n; in CreateVTKMesh()
[all …]
H A Dpmesh.cpp1828 mid += NumOfVertices; in DecodeFaceSplittings()
4572 vc = NumOfVertices; in PrintAsOne()
4604 nv = NumOfVertices; in PrintAsOne()
4741 nv = NumOfVertices; in PrintAsOne()
4801 if (NumOfVertices) in PrintAsOne()
4903 k = NumOfVertices; in PrintAsOneXG()
4951 k = NumOfVertices; in PrintAsOneXG()
5081 k = NumOfVertices; in PrintAsOneXG()
5128 k = NumOfVertices; in PrintAsOneXG()
5240 k = NumOfVertices; in PrintAsOneXG()
[all …]
H A Dmesh.cpp1102 NumOfVertices = -1; in Init()
1247 NumOfVertices = 0; in InitMesh()
1270 return NumOfVertices++; in AddVertex()
1277 return NumOfVertices++; in AddVertex()
3100 NumOfVertices = n + 1; in Make1D()
3140 NumOfVertices = mesh.NumOfVertices; in Mesh()
3822 NumOfVertices = 0; in Mesh()
4172 NumOfVertices = nv; in MakeSimplicial_()
4799 input >> NumOfVertices; in LoadPatchTopo()
8617 mfem::Swap(NumOfVertices, other.NumOfVertices); in Swap()
[all …]
H A Dpumi.cpp329 for (int j = 0; j < NumOfVertices; j++) in Load()
350 NumOfVertices = 0; in ReadSCORECMesh()
354 apf::number(v_num_loc, ent, 0, 0, NumOfVertices); in ReadSCORECMesh()
355 NumOfVertices++; in ReadSCORECMesh()
410 vertices.SetSize(NumOfVertices); in ReadSCORECMesh()
490 NumOfVertices = thisVertIds.Size(); in ParPumiMesh()
491 vertices.SetSize(NumOfVertices); in ParPumiMesh()
970 NumOfVertices = AdaptedpMesh->GetNV(); in UpdateMesh()
H A Dmesh.hpp69 int NumOfVertices, NumOfElements, NumOfBdrElements; member in mfem::Mesh
843 inline int GetNV() const { return NumOfVertices; } in GetNV()
906 { return NumOfVertices - NumOfEdges + NumOfFaces - NumOfElements; } in EulerNumber()
909 { return NumOfVertices - NumOfEdges + NumOfElements; } in EulerNumber2D()
H A Dnurbs.hpp176 int NumOfVertices, NumOfElements, NumOfBdrElements, NumOfDofs; member in mfem::NURBSExtension
352 int GetGNV() const { return NumOfVertices; } in GetGNV()
H A Dnurbs.cpp1324 NumOfVertices(orig.NumOfVertices), in NURBSExtension()
2401 NumOfVertices = meshCounter; in GenerateOffsets()
3412 NumOfVertices = parent->NumOfVertices; in ParNURBSExtension()
/dports/science/hypre/hypre-2.23.0/src/examples/
H A Dvis.c9 int NumOfVertices = (n+1)*(n+1); in GLVis_PrintGlobalSquareMesh() local
41 fprintf(file, "%d\n", NumOfVertices); in GLVis_PrintGlobalSquareMesh()
64 int NumOfVertices = (nx+1)*(ny+1); in GLVis_PrintLocalSquareMesh() local
96 fprintf(file, "%d\n", NumOfVertices); in GLVis_PrintLocalSquareMesh()
119 int NumOfVertices = (n+1)*(n+1); in GLVis_PrintLocalRhombusMesh() local
158 fprintf(file, "%d\n", NumOfVertices); in GLVis_PrintLocalRhombusMesh()
182 int NumOfVertices = (nx+1)*(ny+1)*(nz+1); in GLVis_PrintLocalCubicMesh() local
222 fprintf(file, "%d\n", NumOfVertices); in GLVis_PrintLocalCubicMesh()
/dports/misc/adios2/ADIOS2-2.7.1/docs/user_guide/source/ecosystem/visualization/
H A Dvtk.rst183 uint32_t NumOfVertices {4} = 1377 / 1377
194 <Piece NumberOfPoints="NumOfVertices" NumberOfCells="NumOfElements">
/dports/math/mfem/mfem-4.3/general/
H A Dadios2stream.cpp716 <Piece NumberOfPoints="NumOfVertices" NumberOfCells="NumOfElements"> in VTKSchema()
/dports/science/axom/axom-0.6.1/src/axom/sidre/core/
H A DMFEMSidreDataCollection.cpp2050 NumOfVertices = num_vertices; in ConstructMeshSubObject()