| /petsc/src/mat/tutorials/ |
| H A D | ex18.h | 9 PetscInt *vertices; /* list of vertices for each element */ member
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbfem.cxx | 135 const PetscReal *vertices = coords + i * 3; in Compute_Lagrange_Basis_1D_Internal() local 164 const PetscReal *vertices = coords + i * 3; in Compute_Lagrange_Basis_1D_Internal() local 252 const PetscReal *vertices = coords + i * 3; in Compute_Lagrange_Basis_2D_Internal() local 503 const PetscReal *vertices = coords + i * 3; in Compute_Lagrange_Basis_3D_Internal() local
|
| /petsc/src/dm/impls/plex/generators/tetgen/ |
| H A D | tetgenerate.cxx | 197 …const PetscInt vertices[2] = {out.edgelist[e * 2 + 0] + numCells, out.edgelist[e * 2 + 1] + numCe… in DMPlexGenerate_Tetgen() local 209 …const PetscInt vertices[3] = {out.trifacelist[f * 3 + 0] + numCells, out.trifacelist[f * 3 + 1] +… in DMPlexGenerate_Tetgen() local 478 …const PetscInt vertices[2] = {out.edgelist[e * 2 + 0] + numCells, out.edgelist[e * 2 + 1] + numCe… in DMPlexRefine_Tetgen() local 490 …const PetscInt vertices[3] = {out.trifacelist[f * 3 + 0] + numCells, out.trifacelist[f * 3 + 1] +… in DMPlexRefine_Tetgen() local
|
| /petsc/src/dm/impls/plex/generators/ctetgen/ |
| H A D | ctetgenerate.c | 184 …const PetscInt vertices[2] = {out->edgelist[e * 2 + 0] + numCells, out->edgelist[e * 2 + 1] + num… in DMPlexGenerate_CTetgen() local 196 …const PetscInt vertices[3] = {out->trifacelist[f * 3 + 0] + numCells, out->trifacelist[f * 3 + 1]… in DMPlexGenerate_CTetgen() local 459 …const PetscInt vertices[2] = {out->edgelist[e * 2 + 0] + numCells, out->edgelist[e * 2 + 1] + num… in DMPlexRefine_CTetgen() local 471 …const PetscInt vertices[3] = {out->trifacelist[f * 3 + 0] + numCells, out->trifacelist[f * 3 + 1]… in DMPlexRefine_CTetgen() local
|
| /petsc/src/dm/impls/plex/generators/triangle/ |
| H A D | trigenerate.c | 210 …const PetscInt vertices[2] = {out.edgelist[e * 2 + 0] + numCells, out.edgelist[e * 2 + 1] + numCe… in DMPlexGenerate_Triangle() local 375 …const PetscInt vertices[2] = {out.edgelist[e * 2 + 0] + numCells, out.edgelist[e * 2 + 1] + numCe… in DMPlexRefine_Triangle() local
|
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 455 const PetscScalar *vertices = (const PetscScalar *)ctx; in QuadMap_Private() local 492 const PetscScalar *vertices = (const PetscScalar *)ctx; in QuadJacobian_Private() local 542 PetscScalar *x = NULL, *vertices = NULL; in DMInterpolate_Quad_Private() local 625 const PetscScalar *vertices = (const PetscScalar *)ctx; in HexMap_Private() local 694 const PetscScalar *vertices = (const PetscScalar *)ctx; in HexJacobian_Private() local 772 PetscScalar *x = NULL, *vertices = NULL; in DMInterpolate_Hex_Private() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex56.c | 213 static PetscErrorCode VertexCoordinatesToAll(DM dm, IS vertices, Vec *allCoords) in VertexCoordinatesToAll() 249 IS vertices; in DMLabelGetCoordinateRepresentation() local
|
| /petsc/config/BuildSystem/ |
| H A D | graph.py | 7 def __init__(self, vertices = []): argument
|
| /petsc/src/dm/impls/plex/adaptors/mmg/ |
| H A D | mmgadapt.c | 25 PetscReal *vertices, *metric, *verticesNew, gradationFactor, hausdorffNumber; in DMAdaptMetric_Mmg_Plex() local
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 17 const PetscInt *vertices, *edges, *edgeVertices; in DMView_Network_CSV() local
|
| H A D | network.c | 2067 PetscErrorCode DMNetworkGetConnectedVertices(DM dm, PetscInt edge, const PetscInt *vertices[]) in DMNetworkGetConnectedVertices()
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 29 …PetscReal *vertices, *metric, *verticesNew, *verticesNewLoc, gradationFactor, hausdorffNum… in DMAdaptMetric_ParMmg_Plex() local
|
| /petsc/src/snes/tutorials/ex10d/ |
| H A D | ex10.c | 86 …PetscInt *vertices; /* list of all vertices (incl. ghost ones) on a proces… in main() local
|
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 88 …PetscInt *vertices; /* Vertices for this subnetwork. These are mapped to the vertex numbers fo… member
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 2066 IS *faces, *edges, *all_cc, vertices; in PCBDDCSubSchursInit() local
|
| H A D | bddcprivate.c | 9560 IS vertices; in PCBDDCInitSubSchurs() local
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1092 PetscInt *vertices; in CreateConesIS_Private() local 1419 IS vertices; in DMPlexCoordinatesView_HDF5_XDMF_Private() local
|
| /petsc/src/dm/impls/plex/exodusii/ |
| H A D | plexexodusii2.c | 1134 const PetscInt *vsIdx, *vertices; in DMView_PlexExodusII() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 704 PetscInt vertices[3], numVertices; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() local 2229 PetscInt *vertices; // The number of vertices along each dimension on this process in DMPlexCreateHypercubicMesh_Internal() local 4696 …Vertices(DM dm, DMLabel label, DMLabel vlabel, PetscInt val, PetscInt n, const PetscInt vertices[]) in ProcessCohesiveLabel_Vertices()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 258 double *vertices; in DMFTopologyCreateBrick_pforest() local
|