| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zvsectionisf.c | 18 …etscsectiongetpointsyms_(PetscSection section, PetscInt *numPoints, PetscInt *points, PetscInt ***… in petscsectiongetpointsyms_() 22 …sectionrestorepointsyms_(PetscSection section, PetscInt *numPoints, PetscInt *points, PetscInt ***… in petscsectionrestorepointsyms_() 26 …ntsyms_(PetscSection section, PetscInt *field, PetscInt *numPoints, PetscInt *points, PetscInt ***… in petscsectiongetfieldpointsyms_() 30 …ntsyms_(PetscSection section, PetscInt *field, PetscInt *numPoints, PetscInt *points, PetscInt ***… in petscsectionrestorefieldpointsyms_()
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbfield.cxx | 296 PetscErrorCode DMMoabGetFieldDofs(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscI… in DMMoabGetFieldDofs() 335 PetscErrorCode DMMoabGetFieldDofsLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points, P… in DMMoabGetFieldDofsLocal() 374 PetscErrorCode DMMoabGetDofs(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscInt *d… in DMMoabGetDofs() 415 PetscErrorCode DMMoabGetDofsLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscI… in DMMoabGetDofsLocal() 457 PetscErrorCode DMMoabGetDofsBlocked(DM dm, PetscInt npoints, const moab::EntityHandle *points, Pets… in DMMoabGetDofsBlocked() 492 PetscErrorCode DMMoabGetDofsBlockedLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points,… in DMMoabGetDofsBlockedLocal()
|
| /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
|
| /petsc/src/dm/dt/interface/ftn-custom/ |
| H A D | zdtf90.c | 16 const PetscReal *points, *weights; in petscquadraturegetdata_() local 34 PetscReal *points, *weights; in petscquadraturesetdata_() local
|
| /petsc/src/dm/partitioner/impls/shell/ |
| H A D | partshell.c | 54 PetscInt sizes[16], points[1024]; in PetscPartitionerSetFromOptions_Shell() local 91 PetscInt *sizes, *points, v, p; in PetscPartitionerPartition_Shell() local 182 …SetPartition(PetscPartitioner part, PetscInt size, const PetscInt sizes[], const PetscInt points[]) in PetscPartitionerShellSetPartition()
|
| /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/src/dm/label/ |
| H A D | dmlabel.c | 166 const PetscInt *points; in DMLabelMakeInvalid_Private() local 434 const PetscInt *points; in DMLabelView_Concrete_Ascii() local 756 const PetscInt *points; in DMLabelComputeIndex() local 802 const PetscInt *points; in DMLabelCreateIndex() local 1170 const PetscInt *points; in DMLabelInsertIS() local 1568 PetscErrorCode DMLabelGetStratumIS(DMLabel label, PetscInt value, IS *points) in DMLabelGetStratumIS() 1615 const PetscInt *points; in DMLabelSetStratumIS() local 1654 const PetscInt *points; in DMLabelClearStratum() local 1802 const PetscInt *points; in DMLabelPermute() local 1925 const PetscInt *points; in DMLabelDistribute_Internal() local [all …]
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex17.c | 41 Vec points; in TestCentroidLocation() local 84 Vec points; in TestCustomLocation() local
|
| H A D | ex71.c | 101 PetscInt *points = NULL; in main() local
|
| H A D | ex70.c | 32 PetscInt *points = NULL; in CreateMesh() local
|
| H A D | ex13.c | 40 PetscInt *points = NULL; in CreateMesh() local
|
| /petsc/include/petsc/private/ |
| H A D | dtimpl.h | 12 const PetscReal *points; /* The quadrature point coordinates */ member
|
| H A D | dmlabelimpl.h | 33 IS *points; /* Points for each stratum, always sorted */ member
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex9.c | 9 const PetscReal *points, *weights; in testOrthogonality() local 46 const PetscReal *points; in testDerivativesLegendre() local
|
| H A D | ex1.c | 8 static PetscErrorCode CheckPoints(const char *name, PetscInt npoints, const PetscReal *points, Pets… in CheckPoints() 143 PetscReal points[1000], weights[1000], interval[2]; in main() local
|
| H A D | ex15.c | 10 const PetscReal *points; in testQuadrature() local
|
| /petsc/src/dm/dt/fe/impls/composite/ |
| H A D | fecomposite.c | 74 const PetscReal *points, *weights; in PetscFESetUp_Composite() local 100 …tscFEComputeTabulation_Composite(PetscFE fem, PetscInt npoints, const PetscReal points[], PetscInt… in PetscFEComputeTabulation_Composite()
|
| /petsc/src/dm/field/interface/ |
| H A D | dmfield.c | 234 PetscErrorCode DMFieldEvaluate(DMField field, Vec points, PetscDataType datatype, void *B, void *D,… in DMFieldEvaluate() 276 PetscErrorCode DMFieldEvaluateFE(DMField field, IS cellIS, PetscQuadrature points, PetscDataType da… in DMFieldEvaluateFE()
|
| /petsc/src/dm/label/impls/ephemeral/ |
| H A D | dmlabeleph.c | 54 PetscInt *points; in DMLabelGetStratumIS_Ephemeral() local 135 const PetscInt *points; in DMLabelView_Ephemeral_Ascii() local
|
| /petsc/src/dm/dt/space/impls/ptrimmed/tests/ |
| H A D | ex1.c | 15 const PetscReal *points; in test() local
|
| /petsc/src/dm/field/impls/da/ |
| H A D | dmfieldda.c | 83 …Int nc, PetscScalar *cf, PetscScalar *cfWork, PetscInt nPoints, const PetscScalar *points, PetscDa… in MultilinearEvaluate() 179 static PetscErrorCode DMFieldEvaluate_DA(DMField field, Vec points, PetscDataType datatype, void *B… in DMFieldEvaluate_DA() 203 static PetscErrorCode DMFieldEvaluateFE_DA(DMField field, IS cellIS, PetscQuadrature points, PetscD… in DMFieldEvaluateFE_DA() 310 PetscScalar *points; in DMFieldEvaluateFV_DA() local
|
| /petsc/include/ |
| H A D | petscdmplextypes.h | 89 PetscInt *points; /* Array of mesh points */ member
|
| /petsc/src/dm/dt/space/impls/poly/ |
| H A D | spacepoly.c | 115 static PetscErrorCode CoordinateBasis(PetscInt dim, PetscInt npoints, const PetscReal points[], Pet… in CoordinateBasis() 135 … PetscSpaceEvaluate_Polynomial(PetscSpace sp, PetscInt npoints, const PetscReal points[], PetscRea… in PetscSpaceEvaluate_Polynomial()
|
| /petsc/src/dm/dt/space/impls/point/ |
| H A D | spacepoint.c | 63 …rCode PetscSpaceEvaluate_Point(PetscSpace sp, PetscInt npoints, const PetscReal points[], PetscRea… in PetscSpaceEvaluate_Point()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 95 const PetscReal *points, *weights; in PetscQuadratureDuplicate() local 307 …Op PetscInt *dim, PeOp PetscInt *Nc, PeOp PetscInt *npoints, PeOp const PetscReal *points[], PeOp … in PetscQuadratureGetData() 498 const PetscReal *points; in PetscQuadraturePushForward() local 566 …PetscQuadrature q, PetscInt dim, PetscInt Nc, PetscInt npoints, const PetscReal points[], const Pe… in PetscQuadratureSetData() 667 const PetscReal *points, *weights; in PetscQuadratureExpandComposite() local 785 …Internal(PetscInt npoints, PetscReal a, PetscReal b, PetscInt k, const PetscReal *points, PetscInt… in PetscDTJacobiEval_Internal() 866 …acobiEvalJet(PetscReal alpha, PetscReal beta, PetscInt npoints, const PetscReal points[], PetscInt… in PetscDTJacobiEvalJet() 916 …cDTJacobiEval(PetscInt npoints, PetscReal alpha, PetscReal beta, const PetscReal *points, PetscInt… in PetscDTJacobiEval() 948 PetscErrorCode PetscDTLegendreEval(PetscInt npoints, const PetscReal *points, PetscInt ndegree, con… in PetscDTLegendreEval() 1097 PetscErrorCode PetscDTPKDEvalJet(PetscInt dim, PetscInt npoints, const PetscReal points[], PetscInt… in PetscDTPKDEvalJet() [all …]
|