Home
last modified time | relevance | path

Searched defs:points (Results 1 – 25 of 95) sorted by relevance

1234

/petsc/src/vec/is/utils/ftn-custom/
H A Dzvsectionisf.c18 …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 Ddmmbfield.cxx296 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 Dplexindices.c35 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 Dzdtf90.c16 const PetscReal *points, *weights; in petscquadraturegetdata_() local
34 PetscReal *points, *weights; in petscquadraturesetdata_() local
/petsc/src/dm/partitioner/impls/shell/
H A Dpartshell.c54 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 Dzplexf90.c183 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 Ddmlabel.c166 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 Dex17.c41 Vec points; in TestCentroidLocation() local
84 Vec points; in TestCustomLocation() local
H A Dex71.c101 PetscInt *points = NULL; in main() local
H A Dex70.c32 PetscInt *points = NULL; in CreateMesh() local
H A Dex13.c40 PetscInt *points = NULL; in CreateMesh() local
/petsc/include/petsc/private/
H A Ddtimpl.h12 const PetscReal *points; /* The quadrature point coordinates */ member
H A Ddmlabelimpl.h33 IS *points; /* Points for each stratum, always sorted */ member
/petsc/src/dm/dt/tests/
H A Dex9.c9 const PetscReal *points, *weights; in testOrthogonality() local
46 const PetscReal *points; in testDerivativesLegendre() local
H A Dex1.c8 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 Dex15.c10 const PetscReal *points; in testQuadrature() local
/petsc/src/dm/dt/fe/impls/composite/
H A Dfecomposite.c74 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 Ddmfield.c234 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 Ddmlabeleph.c54 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 Dex1.c15 const PetscReal *points; in test() local
/petsc/src/dm/field/impls/da/
H A Ddmfieldda.c83 …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 Dpetscdmplextypes.h89 PetscInt *points; /* Array of mesh points */ member
/petsc/src/dm/dt/space/impls/poly/
H A Dspacepoly.c115 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 Dspacepoint.c63 …rCode PetscSpaceEvaluate_Point(PetscSpace sp, PetscInt npoints, const PetscReal points[], PetscRea… in PetscSpaceEvaluate_Point()
/petsc/src/dm/dt/interface/
H A Ddt.c95 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 …]

1234