Home
last modified time | relevance | path

Searched refs:verts (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbutil.cxx227 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 Ddmmoab.cxx1269 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 Dplexgeometry.c2255 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 Dplexgmsh.c2115 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 Dplexcreate.c1334 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 Dex1_0.out3 [0] <dm:plex> TetGenMeshBTreeSort(): Depth 0, 8 verts.
H A Dex1_1.out3 [0] <dm:plex> TetGenMeshBTreeSort(): Depth 0, 8 verts.
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1420 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 Dex1_1.out3 [0] <dm:plex> TetGenMeshBTreeSort(): Depth 0, 8 verts.
H A Dex1f90_1.out3 [0] <dm:plex> TetGenMeshBTreeSort(): Depth 0, 8 verts.