| /petsc/src/dm/impls/moab/ |
| H A D | dmmbutil.cxx | 227 moab::Range verts(startv, startv + nnodes - 1); in DMMoab_GenerateVertices_Private() local 246 mbImpl->tag_set_data(global_id_tag, verts, &gids[0]); in DMMoab_GenerateVertices_Private() 247 verts.swap(uverts); in DMMoab_GenerateVertices_Private() 509 moab::Range verts, cells, edges, faces, adj, dim3, dim2; in DMMoabCreateBoxMesh() local 642 …ertices_Private(mbImpl, readMeshIface, genCtx, ml, nl, kl, a, b, c, global_id_tag, startv, verts)); in DMMoabCreateBoxMesh() 664 merr = mbImpl->add_entities(part_set, verts); in DMMoabCreateBoxMesh() 688 verts.clear(); in DMMoabCreateBoxMesh() 714 merr = mbImpl->get_entities_by_dimension(dmmoab->fileset, 0, verts); in DMMoabCreateBoxMesh() 720 merr = mm.merge_using_integer_tag(verts, global_id_tag); in DMMoabCreateBoxMesh() 843 moab::Range verts, elems; in DMMoabLoadFromFile() local [all …]
|
| H A D | dmmoab.cxx | 1269 moab::Range verts; in DMMoabCreateVertices() local 1278 merr = dmmoab->mbiface->create_vertices(&coords[0], nverts, verts); in DMMoabCreateVertices() 1280 merr = dmmoab->mbiface->add_entities(dmmoab->fileset, verts); in DMMoabCreateVertices() 1283 if (overts) *overts = verts; in DMMoabCreateVertices()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 2255 PetscReal verts[18]; in DMPlexComputeTriangularPrismGeometry_Internal() local 2260 for (j = 0; j < dim; ++j) verts[dim * i + j] = PetscRealPart(coords[dim * i + j]); in DMPlexComputeTriangularPrismGeometry_Internal() 2291 …coeff[dim * 0 + j] = (1. / 4.) * (verts[dim * 1 + j] + verts[dim * 2 + j] + verts[dim * 4 + j] + v… in DMPlexComputeTriangularPrismGeometry_Internal() 2292 …coeff[dim * 1 + j] = (1. / 4.) * (-verts[dim * 0 + j] + verts[dim * 1 + j] - verts[dim * 3 + j] + … in DMPlexComputeTriangularPrismGeometry_Internal() 2293 …coeff[dim * 2 + j] = (1. / 4.) * (-verts[dim * 0 + j] + verts[dim * 2 + j] - verts[dim * 3 + j] + … in DMPlexComputeTriangularPrismGeometry_Internal() 2294 …coeff[dim * 3 + j] = (1. / 4.) * (-verts[dim * 1 + j] - verts[dim * 2 + j] + verts[dim * 4 + j] + … in DMPlexComputeTriangularPrismGeometry_Internal() 2295 …coeff[dim * 4 + j] = (1. / 4.) * (verts[dim * 0 + j] - verts[dim * 2 + j] - verts[dim * 3 + j] + v… in DMPlexComputeTriangularPrismGeometry_Internal() 2296 …coeff[dim * 5 + j] = (1. / 4.) * (verts[dim * 0 + j] - verts[dim * 1 + j] - verts[dim * 3 + j] + v… in DMPlexComputeTriangularPrismGeometry_Internal()
|
| H A D | plexgmsh.c | 2115 PetscInt verts[8]; in DMPlexCreateGmsh() local 2122 if (closure[cl] >= vStart && closure[cl] < vEnd) verts[Nv++] = closure[cl]; in DMPlexCreateGmsh() 2141 if (verts[v] == pclosure[pcl]) break; in DMPlexCreateGmsh()
|
| H A D | plexcreate.c | 1334 const PetscInt verts[] = {v0, vc, v1, vc, v2, vc, v3, vc}; in DMPlexCreateSquareMesh_Simplex_CrissCross() local 1342 PetscCall(DMPlexSetCone(dm, edge, verts + 2 * c)); in DMPlexCreateSquareMesh_Simplex_CrissCross() 4283 const PetscInt *join, verts[] = {numFaces + edges[e][0], numFaces + edges[e][1]}; in DMPlexCreateTPSMesh_Internal() local 4284 PetscCall(DMPlexGetJoin(dm, 2, verts, &njoin, &join)); in DMPlexCreateTPSMesh_Internal() 4287 PetscCall(DMPlexRestoreJoin(dm, 2, verts, &njoin, &join)); in DMPlexCreateTPSMesh_Internal()
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex1_0.out | 3 [0] <dm:plex> TetGenMeshBTreeSort(): Depth 0, 8 verts.
|
| H A D | ex1_1.out | 3 [0] <dm:plex> TetGenMeshBTreeSort(): Depth 0, 8 verts.
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1420 const PetscInt *verts; in DMPlexCoordinatesView_HDF5_XDMF_Private() local 1425 PetscCall(ISGetIndices(vertices, &verts)); in DMPlexCoordinatesView_HDF5_XDMF_Private() 1428 PetscCall(PetscSectionGetDof(cSection, verts[v], &dof)); in DMPlexCoordinatesView_HDF5_XDMF_Private() 1429 PetscCall(PetscSectionGetOffset(cSection, verts[v], &off)); in DMPlexCoordinatesView_HDF5_XDMF_Private() 1432 PetscCall(ISRestoreIndices(vertices, &verts)); in DMPlexCoordinatesView_HDF5_XDMF_Private()
|
| /petsc/src/dm/impls/plex/tutorials/output/ |
| H A D | ex1_1.out | 3 [0] <dm:plex> TetGenMeshBTreeSort(): Depth 0, 8 verts.
|
| H A D | ex1f90_1.out | 3 [0] <dm:plex> TetGenMeshBTreeSort(): Depth 0, 8 verts.
|