Home
last modified time | relevance | path

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

/petsc/src/dm/field/interface/
H A Ddmfield.c276 PetscErrorCode DMFieldEvaluateFE(DMField field, IS cellIS, PetscQuadrature points, PetscDataType da… in DMFieldEvaluateFE()
316 PetscErrorCode DMFieldEvaluateFV(DMField field, IS cellIS, PetscDataType datatype, void *B, void *D… in DMFieldEvaluateFV()
346 PetscErrorCode DMFieldGetDegree(DMField field, IS cellIS, PeOp PetscInt *minDegree, PeOp PetscInt *… in DMFieldGetDegree()
/petsc/src/ts/utils/
H A Ddmplexts.c52 IS cellIS; in DMPlexTSComputeRHSFunctionFVM() local
146 IS cellIS; in DMPlexTSComputeIFunctionFEM() local
204 IS cellIS; in DMPlexTSComputeIJacobianFEM() local
264 IS cellIS; in DMPlexTSComputeRHSFunctionFEM() local
/petsc/src/dm/dt/fe/tests/
H A Dex1.c103 PetscErrorCode CellRangeGetFEGeom(IS cellIS, DMField coordField, PetscQuadrature quad, PetscFEGeomM… in CellRangeGetFEGeom()
122 PetscErrorCode CellRangeRestoreFEGeom(IS cellIS, DMField coordField, PetscQuadrature quad, PetscBoo… in CellRangeRestoreFEGeom()
129 static PetscErrorCode CreateFEGeometry(DM dm, PetscDS ds, IS cellIS, PetscQuadrature *affineQuad, P… in CreateFEGeometry()
159 static PetscErrorCode DestroyFEGeometry(DM dm, PetscDS ds, IS cellIS, PetscQuadrature *affineQuad, … in DestroyFEGeometry()
187 IS cellIS; in TestIntegration() local
H A Dex2.c94 PetscErrorCode CellRangeGetFEGeom(IS cellIS, DMField coordField, PetscQuadrature quad, PetscFEGeomM… in CellRangeGetFEGeom()
113 PetscErrorCode CellRangeRestoreFEGeom(IS cellIS, DMField coordField, PetscQuadrature quad, PetscBoo… in CellRangeRestoreFEGeom()
120 static PetscErrorCode CreateFEGeometry(DM dm, PetscDS ds, IS cellIS, PetscQuadrature *affineQuad, P… in CreateFEGeometry()
150 static PetscErrorCode DestroyFEGeometry(DM dm, PetscDS ds, IS cellIS, PetscQuadrature *affineQuad, … in DestroyFEGeometry()
240 IS cellIS; in TestIntegration() local
/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c21 PETSC_EXTERN void dmplexgetcellfields_(DM *dm, IS *cellIS, Vec *locX, Vec *locX_t, Vec *locA, F90Ar… in dmplexgetcellfields_()
53 PETSC_EXTERN void dmplexrestorecellfields_(DM *dm, IS *cellIS, Vec *locX, Vec *locX_t, Vec *locA, F… in dmplexrestorecellfields_()
/petsc/src/dm/impls/plex/tests/
H A Dex26.c150 IS cellIS; in main() local
418 IS cellIS; in main() local
H A Dex64.c70 IS cellIS; in main() local
/petsc/src/dm/interface/
H A Ddmceed.c134 static PetscErrorCode DMCeedCreateGeometry(DM dm, IS cellIS, PetscInt *Nqdata, CeedElemRestriction … in DMCeedCreateGeometry()
197 PetscErrorCode DMCeedCreate_Internal(DM dm, IS cellIS, PetscBool createGeometry, CeedQFunctionUser … in DMCeedCreate_Internal()
261 IS cellIS; in DMCeedCreate() local
/petsc/src/dm/impls/plex/
H A Dplexorient.c86 …_Internal(DM dm, PetscInt *faceFIFO, PetscInt *fTop, PetscInt *fBottom, IS cellIS, IS faceIS, Pets… in DMPlexCheckFace_Internal()
249 static PetscErrorCode DMPlexOrient_Serial(DM dm, IS cellIS, IS faceIS, PetscInt *Ncomp, PetscInt ce… in DMPlexOrient_Serial()
701 static PetscErrorCode CreateCellAndFaceIS_Private(DM dm, DMLabel label, IS *cellIS, IS *faceIS) in CreateCellAndFaceIS_Private()
730 IS cellIS, faceIS; in DMPlexOrientLabel() local
740 PetscErrorCode DMPlexOrientCells_Internal(DM dm, IS cellIS, IS faceIS) in DMPlexOrientCells_Internal()
H A Dplexfem.c2423 IS cellIS; in DMPlexComputeIntegral_Internal() local
3751 PetscErrorCode DMPlexGetCellFields(DM dm, IS cellIS, Vec locX, PeOp Vec locX_t, PeOp Vec locA, Pets… in DMPlexGetCellFields()
3837 PetscErrorCode DMPlexRestoreCellFields(DM dm, IS cellIS, Vec locX, PeOp Vec locX_t, PeOp Vec locA, … in DMPlexRestoreCellFields()
3846 static PetscErrorCode DMPlexGetHybridCellFields(DM dm, IS cellIS, Vec locX, Vec locX_t, Vec locA, P… in DMPlexGetHybridCellFields()
3996 static PetscErrorCode DMPlexGetHybridFields(DM dm, DM dmX[], PetscDS dsX[], IS cellIS, Vec locX[], … in DMPlexGetHybridFields()
4059 static PetscErrorCode DMPlexRestoreHybridFields(DM dm, DM dmX[], PetscDS dsX[], IS cellIS, Vec locX… in DMPlexRestoreHybridFields()
4389 PetscErrorCode DMPlexComputeResidual_Patch_Internal(DM dm, PetscSection section, IS cellIS, PetscRe… in DMPlexComputeResidual_Patch_Internal()
4618 …Patch_Internal(DM dm, PetscSection section, PetscSection globalSection, IS cellIS, PetscReal t, Pe… in DMPlexComputeJacobian_Patch_Internal()
5175 PetscErrorCode DMPlexComputeResidualByKey(DM dm, PetscFormKey key, IS cellIS, PetscReal time, Vec l… in DMPlexComputeResidualByKey()
5555 PetscErrorCode DMPlexComputeResidualHybridByKey(DM dm, PetscFormKey key[], IS cellIS, PetscReal tim… in DMPlexComputeResidualHybridByKey()
[all …]
H A Dplex.c5897 PetscErrorCode DMPlexGetAllCells_Internal(DM plex, IS *cellIS) in DMPlexGetAllCells_Internal()
10379 IS cellIS; in DMCreateMassMatrixLumped_Plex() local
10427 IS cellIS; in DMCreateMassMatrix_Plex() local
10493 IS cellIS; in DMCreateGradientMatrix_Plex() local
/petsc/src/snes/utils/
H A Ddmplexsnes.c296 IS cellIS; in DMPlexSNESComputeResidualFEM() local
353 IS cellIS; in DMPlexSNESComputeResidualDS() local
468 IS cellIS; in DMSNESComputeJacobianAction() local
554 IS cellIS; in DMPlexSNESComputeJacobianFEM() local
/petsc/src/dm/field/impls/da/
H A Ddmfieldda.c203 static PetscErrorCode DMFieldEvaluateFE_DA(DMField field, IS cellIS, PetscQuadrature points, PetscD… in DMFieldEvaluateFE_DA()
302 static PetscErrorCode DMFieldEvaluateFV_DA(DMField field, IS cellIS, PetscDataType datatype, void *… in DMFieldEvaluateFV_DA()
376 static PetscErrorCode DMFieldCreateDefaultQuadrature_DA(DMField field, IS cellIS, PetscQuadrature *… in DMFieldCreateDefaultQuadrature_DA()
/petsc/src/dm/field/tutorials/
H A Dex1.c69 IS cellIS; in TestEvaluateFE() local
113 IS cellIS; in TestEvaluateFV() local
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c607 …tion(PC pc, PetscErrorCode (*func)(PC pc, PetscInt point, Vec x, Vec f, IS cellIS, PetscInt n, con… in PCPatchSetComputeFunction()
1891 …hComputeFunction_DMPlex_Private(PC pc, PetscInt patchNum, Vec x, Vec F, IS cellIS, PetscInt n, con… in PCPatchComputeFunction_DMPlex_Private()
1973 …hComputeOperator_DMPlex_Private(PC pc, PetscInt patchNum, Vec x, Mat J, IS cellIS, PetscInt n, con… in PCPatchComputeOperator_DMPlex_Private()
2212 IS cellIS; in PCPatchPrecomputePatchTensors_Private() local
/petsc/include/petsc/private/
H A Dpcpatchimpl.h75 IS cellIS; /* Temporary IS for each cell patch */ member
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c792 IS cellIS; in DMFieldComputeFaceData_DS() local
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1086 …vate(DM dm, PetscInt cStart, PetscInt cEnd, IS globalCellNumbers, PetscInt *numCorners, IS *cellIS) in CreateConesIS_Private()
1189 IS cellIS; in DMPlexTopologyView_HDF5_XDMF_Private() local
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c826 IS cellIS; in CreateMesh() local
H A Dex2.c917 IS cellIS; in CreateMesh() local
H A Dex4.c1425 IS cellIS; in CreateMesh() local