| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex4.c | 58 PetscInt numPoints[2] = {3, 2}; in CreateSimplex_1D() local 66 PetscInt numPoints[2] = {0, 0}; in CreateSimplex_1D() local 111 PetscInt numPoints[3] = {4, 5, 2}; in CreateSimplex_2D() local 119 PetscInt numPoints[3] = {0, 0, 0}; in CreateSimplex_2D() local 149 PetscInt numPoints[2] = {4, 2}; in CreateSimplexHybrid_2D() local 160 PetscInt numPoints[2] = {5, 4}; in CreateSimplexHybrid_2D() local 185 PetscInt numPoints[2] = {0, 0}; in CreateSimplexHybrid_2D() local 221 PetscInt numPoints[3] = {6, 7, 2}; in CreateTensorProduct_2D() local 229 PetscInt numPoints[3] = {0, 0, 0}; in CreateTensorProduct_2D() local 246 PetscInt numPoints[2] = {6, 2}; in CreateTensorProductHybrid_2D() local [all …]
|
| H A D | ex7.c | 174 PetscInt numPoints[2] = {4, 2}; in CreateSimplex_2D() local 188 PetscInt numPoints[2] = {0, 0}; in CreateSimplex_2D() local 206 PetscInt numPoints[2] = {5, 2}; in CreateSimplex_3D() local 220 PetscInt numPoints[2] = {0, 0}; in CreateSimplex_3D() local 238 PetscInt numPoints[2] = {6, 2}; in CreateQuad_2D() local 249 PetscInt numPoints[2] = {5, 2}; in CreateQuad_2D() local 263 PetscInt numPoints[2] = {0, 0}; in CreateQuad_2D() local 281 PetscInt numPoints[2] = {12, 2}; in CreateHex_3D() local 295 PetscInt numPoints[2] = {0, 0}; in CreateHex_3D() local
|
| H A D | ex5.c | 436 PetscInt numPoints[2] = {4, 2}; in CreateSimplex_2D() local 451 PetscInt numPoints[2] = {6, 4}; in CreateSimplex_2D() local 470 PetscInt numPoints[2] = {8, 6}; in CreateSimplex_2D() local 494 PetscInt numPoints[2] = {7, 6}; in CreateSimplex_2D() local 516 PetscInt numPoints[3] = {0, 0, 0}; in CreateSimplex_2D() local 539 PetscInt numPoints[4] = {5, 7, 9, 2}; in CreateSimplex_3D() local 554 PetscInt numPoints[4] = {6, 13, 12, 4}; in CreateSimplex_3D() local 574 PetscInt numPoints[4] = {0, 0, 0, 0}; in CreateSimplex_3D() local 595 PetscInt numPoints[2] = {6, 2}; in CreateQuad_2D() local 613 PetscInt numPoints[2] = {16, 9}; in CreateQuad_2D() local [all …]
|
| H A D | ex9.c | 87 PetscInt numPoints[2] = {4, 2}; in CreateSimplex_2D() local 109 PetscInt numPoints[2] = {5, 2}; in CreateSimplex_3D() local 131 PetscInt numPoints[2] = {6, 2}; in CreateQuad_2D() local 153 PetscInt numPoints[2] = {12, 2}; in CreateHex_3D() local
|
| H A D | ex34.c | 38 PetscInt numPoints[2] = {8, 3}; in CreateHybridMesh() local 87 PetscInt numPoints[2] = {16, 5}; in CreateReverseHybridMesh() local
|
| H A D | ex98.c | 11 PetscInt sdim, s, pStart, pEnd, p, numVS, numPoints; in main() local
|
| H A D | ex22.c | 6 … dm, PetscBool dmIsSimplicial, PetscInt cell, PetscRandom randCtx, PetscInt numPoints, PetscReal t… in testIdentity()
|
| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zvsectionisf.c | 18 PETSC_EXTERN void petscsectiongetpointsyms_(PetscSection section, PetscInt *numPoints, PetscInt *po… in petscsectiongetpointsyms_() 22 PETSC_EXTERN void petscsectionrestorepointsyms_(PetscSection section, PetscInt *numPoints, PetscInt… in petscsectionrestorepointsyms_() 26 …scsectiongetfieldpointsyms_(PetscSection section, PetscInt *field, PetscInt *numPoints, PetscInt *… in petscsectiongetfieldpointsyms_() 30 …ctionrestorefieldpointsyms_(PetscSection section, PetscInt *field, PetscInt *numPoints, PetscInt *… in petscsectionrestorefieldpointsyms_()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexindices.c | 35 PetscInt *points = NULL, numPoints, p, dof, cldof = 0; in DMPlexCreateClosureIndex() local 51 PetscInt *points = NULL, numPoints, p, q, dof, cldof, cloff; in DMPlexCreateClosureIndex() local
|
| H A D | plexcreate.c | 462 PetscInt numPoints[2] = {0, 0}; in DMPlexCreateDoublet() local 468 PetscInt numPoints[2] = {4, 2}; in DMPlexCreateDoublet() local 476 PetscInt numPoints[2] = {6, 2}; in DMPlexCreateDoublet() local 487 PetscInt numPoints[2] = {5, 2}; in DMPlexCreateDoublet() local 495 PetscInt numPoints[2] = {12, 2}; in DMPlexCreateDoublet() local 948 PetscInt numPoints[2], *coneSize, *cones, *coneOrientations; in DMPlexCreateLineMesh_Internal() local 4500 PetscInt numPoints[1] = {1}; in DMPlexCreateReferenceCell_Internal() local 4510 PetscInt numPoints[2] = {2, 1}; in DMPlexCreateReferenceCell_Internal() local 4520 PetscInt numPoints[2] = {2, 1}; in DMPlexCreateReferenceCell_Internal() local 4530 PetscInt numPoints[2] = {3, 1}; in DMPlexCreateReferenceCell_Internal() local [all …]
|
| H A D | plexproject.c | 94 PetscInt q, dim, numPoints; in DMProjectPoint_Func_Private() local 290 PetscInt q, dim, numPoints; in DMProjectPoint_Field_Private() local 461 PetscInt q, dim, numPoints; in DMProjectPoint_BdField_Private() local 563 PetscInt f, numPoints; in PetscDualSpaceGetAllPointsUnion() local 905 PetscInt numPoints, k; in DMProjectLocal_Generic_Plex() local
|
| H A D | plexpartition.c | 1051 PetscErrorCode DMPlexClosurePoints_Private(DM dm, PetscInt numPoints, const PetscInt points[], IS *… in DMPlexClosurePoints_Private() 1102 PetscInt numRanks, numPoints, r; in DMPlexPartitionLabelClosure() local 1139 PetscInt numRanks, numPoints, r, p, a, adjSize; in DMPlexPartitionLabelAdjacency() local 1251 PetscInt p, n, numNeighbors, numPoints, dof, off, rootSize, l, nleaves, leafSize; in DMPlexPartitionLabelInvert() local 1396 PetscInt n, numRemote, p, numPoints, pStart, pEnd, idx = 0, nNeighbors; in DMPlexPartitionLabelCreateSF() local
|
| H A D | plexreorder.c | 5 static PetscErrorCode DMPlexCreateOrderingClosure_Static(DM dm, PetscInt numPoints, const PetscInt … in DMPlexCreateOrderingClosure_Static() 94 PetscInt numValues, numPoints = 0; in DMPlexGetOrdering() local
|
| H A D | plex.c | 4013 …epth1_Private(DM dm, PetscInt p, PetscInt ornt, PetscBool useCone, PetscInt *numPoints, PetscInt *… in DMPlexGetTransitiveClosure_Depth1_Private() 4061 … PetscInt point, DMPolytopeType ct, PetscInt o, PetscBool useCone, PetscInt *numPoints, PetscInt *… in DMPlexTransitiveClosure_Tensor_Internal() 4130 …sure_Internal(DM dm, PetscInt p, PetscInt ornt, PetscBool useCone, PetscInt *numPoints, PetscInt *… in DMPlexGetTransitiveClosure_Internal() 4239 PetscErrorCode DMPlexGetTransitiveClosure(DM dm, PetscInt p, PetscBool useCone, PetscInt *numPoints… in DMPlexGetTransitiveClosure() 4273 …PlexRestoreTransitiveClosure(DM dm, PetscInt p, PetscBool useCone, PetscInt *numPoints, PetscInt *… in DMPlexRestoreTransitiveClosure() 4843 PetscErrorCode DMPlexGetJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCover… in DMPlexGetJoin() 4914 PetscErrorCode DMPlexRestoreJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numC… in DMPlexRestoreJoin() 4949 PetscErrorCode DMPlexGetFullJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numC… in DMPlexGetFullJoin() 5052 PetscErrorCode DMPlexGetMeet(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCover… in DMPlexGetMeet() 5115 PetscErrorCode DMPlexRestoreMeet(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numC… in DMPlexRestoreMeet() [all …]
|
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexf90.c | 183 PETSC_EXTERN void dmplexgetjoin_(DM *dm, PetscInt *numPoints, PetscInt *points, PetscInt *N, F90Arr… in dmplexgetjoin_() 195 PETSC_EXTERN void dmplexgetfulljoin_(DM *dm, PetscInt *numPoints, PetscInt *points, PetscInt *N, F9… in dmplexgetfulljoin_() 207 PETSC_EXTERN void dmplexrestorejoin_(DM *dm, PetscInt *numPoints, PetscInt *points, PetscInt *N, F9… in dmplexrestorejoin_() 219 PETSC_EXTERN void dmplexgetmeet_(DM *dm, PetscInt *numPoints, PetscInt *points, PetscInt *N, F90Arr… in dmplexgetmeet_() 231 PETSC_EXTERN void dmplexgetfullmeet_(DM *dm, PetscInt *numPoints, PetscInt *points, PetscInt *N, F9… in dmplexgetfullmeet_() 244 PETSC_EXTERN void dmplexrestoremeet_(DM *dm, PetscInt *numPoints, PetscInt *points, PetscInt *N, F9… in dmplexrestoremeet_()
|
| /petsc/include/petsc/private/ |
| H A D | dtimpl.h | 11 PetscInt numPoints; /* The number of quadrature points on an element */ member
|
| H A D | sectionimpl.h | 70 PetscInt numPoints; member
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex18.c | 23 PetscInt rstart, rend, i, k, N, numPoints = 1000000; in main() local
|
| /petsc/include/ |
| H A D | petscfe.h | 44 PetscInt numPoints; // Np: Number of evaluation points represented in the arrays member
|
| /petsc/src/dm/field/impls/shell/ |
| H A D | dmfieldshell.c | 37 PetscInt dimC, dim, numPoints, Nq, p, Nc; in DMFieldShellEvaluateFEDefault() local 150 PetscInt dimC, dim, numPoints, Nq, p; in DMFieldShellEvaluateFVDefault() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex4.c | 39 PetscInt numPoints, Nc, j; in CheckSymmetry() local
|
| /petsc/src/dm/partitioner/impls/shell/ |
| H A D | partshell.c | 185 PetscInt proc, numPoints; in PetscPartitionerShellSetPartition() local
|
| /petsc/src/dm/impls/plex/generators/ctetgen/ |
| H A D | ctetgenerate.c | 98 PetscInt *points = NULL, numPoints, p, numVertices = 0, v, m = -1; in DMPlexGenerate_CTetgen() local 365 PetscInt supportSize, numPoints, p, Nv = 0, val; in DMPlexRefine_CTetgen() local
|
| /petsc/src/dm/impls/plex/generators/tetgen/ |
| H A D | tetgenerate.cxx | 119 PetscInt *points = nullptr, numPoints, p, numVertices = 0, v, val = -1; in DMPlexGenerate_Tetgen() local 383 PetscInt *points = nullptr, numPoints, p, numVertices = 0, v, val; in DMPlexRefine_Tetgen() local
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 3094 PetscInt numFields, f, c, numPoints, pStart, pEnd, p; in PetscSectionPermute() local 3755 PetscErrorCode PetscSectionGetPointSyms(PetscSection section, PetscInt numPoints, const PetscInt *p… in PetscSectionGetPointSyms() 3810 PetscErrorCode PetscSectionRestorePointSyms(PetscSection section, PetscInt numPoints, const PetscIn… in PetscSectionRestorePointSyms() 3862 …etscSectionGetFieldPointSyms(PetscSection section, PetscInt field, PetscInt numPoints, const Petsc… in PetscSectionGetFieldPointSyms() 3890 …SectionRestoreFieldPointSyms(PetscSection section, PetscInt field, PetscInt numPoints, const Petsc… in PetscSectionRestoreFieldPointSyms()
|