Home
last modified time | relevance | path

Searched defs:pointIS (Results 1 – 21 of 21) sorted by relevance

/petsc/src/dm/field/interface/
H A Ddmfield.c378 PetscErrorCode DMFieldCreateDefaultQuadrature(DMField field, IS pointIS, PetscQuadrature *quad) in DMFieldCreateDefaultQuadrature()
406 PetscErrorCode DMFieldCreateDefaultFaceQuadrature(DMField field, IS pointIS, PetscQuadrature *quad) in DMFieldCreateDefaultFaceQuadrature()
439 PetscErrorCode DMFieldCreateFEGeom(DMField field, IS pointIS, PetscQuadrature quad, PetscFEGeomMode… in DMFieldCreateFEGeom()
/petsc/src/dm/impls/plex/tests/
H A Dex98.c13 IS setIS, pointIS; in main() local
/petsc/src/ts/utils/
H A Ddmplexts.c157 IS pointIS; in DMPlexTSComputeIFunctionFEM() local
215 IS pointIS; in DMPlexTSComputeIJacobianFEM() local
275 IS pointIS; in DMPlexTSComputeRHSFunctionFEM() local
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c145 static PetscErrorCode DMFieldEvaluateFE_DS(DMField field, IS pointIS, PetscQuadrature quad, PetscDa… in DMFieldEvaluateFE_DS()
449 static PetscErrorCode DMFieldEvaluateFV_DS(DMField field, IS pointIS, PetscDataType type, void *B, … in DMFieldEvaluateFV_DS()
656 static PetscErrorCode DMFieldGetDegree_DS(DMField field, IS pointIS, PetscInt *minDegree, PetscInt … in DMFieldGetDegree_DS()
688 PetscErrorCode DMFieldGetFVQuadrature_Internal(DMField field, IS pointIS, PetscQuadrature *quad) in DMFieldGetFVQuadrature_Internal()
716 static PetscErrorCode DMFieldCreateDefaultQuadrature_DS(DMField field, IS pointIS, PetscQuadrature … in DMFieldCreateDefaultQuadrature_DS()
750 static PetscErrorCode DMFieldCreateDefaultFaceQuadrature_DS(DMField field, IS pointIS, PetscQuadrat… in DMFieldCreateDefaultFaceQuadrature_DS()
786 static PetscErrorCode DMFieldComputeFaceData_DS(DMField field, IS pointIS, PetscQuadrature quad, Pe… in DMFieldComputeFaceData_DS()
/petsc/src/snes/utils/
H A Ddmplexsnes.c307 IS pointIS; in DMPlexSNESComputeResidualFEM() local
389 IS pointIS; in DMPlexSNESComputeResidualDS() local
504 IS pointIS; in DMSNESComputeJacobianAction() local
565 IS pointIS; in DMPlexSNESComputeJacobianFEM() local
/petsc/src/dm/field/impls/shell/
H A Ddmfieldshell.c31 PetscErrorCode DMFieldShellEvaluateFEDefault(DMField field, IS pointIS, PetscQuadrature quad, Petsc… in DMFieldShellEvaluateFEDefault()
144 PetscErrorCode DMFieldShellEvaluateFVDefault(DMField field, IS pointIS, PetscDataType type, void *B… in DMFieldShellEvaluateFVDefault()
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c133 IS pointIS; in DMLabelView_Ephemeral_Ascii() local
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1100 IS rankIS, pointIS, closureIS; in DMPlexPartitionLabelClosure() local
1137 IS rankIS, pointIS; in DMPlexPartitionLabelAdjacency() local
1187 IS rankIS, pointIS; in DMPlexPartitionLabelPropagate() local
1282 IS pointIS; in DMPlexPartitionLabelInvert() local
H A Dplexsubmesh.c218 IS pointIS; in DMPlexLabelComplete_Internal() local
246 IS valueIS, pointIS; in DMPlexLabelComplete_Internal() local
335 IS pointIS; in DMPlexLabelAddCells() local
407 IS pointIS; in DMPlexLabelAddFaceCells() local
467 IS pointIS; in DMPlexLabelClearCells() local
787 IS pointIS; in DMPlexShiftLabels_Internal() local
1184 IS pointIS; in DMPlexLabelFaultHalo() local
3348 IS pointIS; in DMPlexFilterLabels_Internal() local
3395 IS pointIS; in DMPlexCreateSubmeshGeneric_Interpolated() local
H A Dplexceed.c3 …e DMGetPoints_Internal(DM dm, DMLabel domainLabel, PetscInt labelVal, PetscInt height, IS *pointIS) in DMGetPoints_Internal()
H A Dplexsection.c132 IS pointIS; in DMPlexCreateSectionDof() local
H A Dplexproject.c1015 IS pointIS, isectIS; in DMProjectLocal_Generic_Plex() local
1067 IS pointIS; in DMProjectLocal_Generic_Plex() local
H A Dplexfem.c59 static PetscErrorCode DMPlexGetFEGeom(DMField coordField, IS pointIS, PetscQuadrature quad, PetscFE… in DMPlexGetFEGeom()
82 static PetscErrorCode DMPlexRestoreFEGeom(DMField coordField, IS pointIS, PetscQuadrature quad, Pet… in DMPlexRestoreFEGeom()
1729 IS fieldIS, pointIS; in DMComputeL2FieldDiff_Plex() local
2713 static PetscErrorCode DMPlexComputeBdIntegral_Internal(DM dm, Vec locX, IS pointIS, void (**funcs)(… in DMPlexComputeBdIntegral_Internal()
2887 IS pointIS; in DMPlexComputeBdIntegral() local
4359 PetscErrorCode DMSNESGetFEGeom(DMField coordField, IS pointIS, PetscQuadrature quad, PetscFEGeomMod… in DMSNESGetFEGeom()
4382 PetscErrorCode DMSNESRestoreFEGeom(DMField coordField, IS pointIS, PetscQuadrature quad, PetscBool … in DMSNESRestoreFEGeom()
4950 IS pointIS; in DMPlexComputeBdResidualSingleByKey() local
5949 IS pointIS; in DMPlexComputeBdJacobianSingleByLabel() local
H A Dplexcreate.c5043 IS pointIS; in DMPlexCreateFromOptions_Internal() local
5232 IS valueIS, pointIS; in DMSetFromOptions_Plex() local
/petsc/src/vec/is/utils/
H A Disltog.c48 PetscErrorCode ISGetPointRange(IS pointIS, PetscInt *pStart, PetscInt *pEnd, const PetscInt *points… in ISGetPointRange()
79 PetscErrorCode ISRestorePointRange(IS pointIS, PetscInt *pStart, PetscInt *pEnd, const PetscInt *po… in ISRestorePointRange()
/petsc/src/dm/label/
H A Ddmlabel.c801 IS pointIS; in DMLabelCreateIndex() local
1540 static PetscErrorCode DMLabelGetStratumIS_Concrete(DMLabel label, PetscInt v, IS *pointIS) in DMLabelGetStratumIS_Concrete()
1723 IS pointIS; in DMLabelGetStratumPointIndex() local
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c1226 IS pointIS; in DMPlexTransformCohesiveExtrudeGetUnsplit() local
H A Dplextrextrude.c98 IS valueIS, pointIS; in DMPlexTransformExtrudeComputeExtrusionDim() local
/petsc/src/dm/field/impls/da/
H A Ddmfieldda.c355 static PetscErrorCode DMFieldGetDegree_DA(DMField field, IS pointIS, PetscInt *minDegree, PetscInt … in DMFieldGetDegree_DA()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1891 IS pointIS; in RefineLabel_Internal() local
/petsc/src/dm/interface/
H A Ddm.c6020 IS pointIS; in DMCreateDS() local