Home
last modified time | relevance | path

Searched defs:dsIn (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexproject.c70 static PetscErrorCode DMProjectPoint_Func_Private(DM dm, PetscDS ds, DM dmIn, PetscDS dsIn, PetscRe… in DMProjectPoint_Func_Private()
198 …oint_Field_Private(DM dm, PetscDS ds, DM dmIn, DMEnclosureType encIn, PetscDS dsIn, DM dmAux, DMEn… in DMProjectPoint_Field_Private()
357 …nt_BdField_Private(DM dm, PetscDS ds, DM dmIn, DMEnclosureType encIn, PetscDS dsIn, DM dmAux, DMEn… in DMProjectPoint_BdField_Private()
533 …ojectPoint_Private(DM dm, PetscDS ds, DM dmIn, DMEnclosureType encIn, PetscDS dsIn, DM dmAux, DMEn… in DMProjectPoint_Private()
717 PetscDS ds = NULL, dsIn = NULL, dsAux = NULL; in DMProjectLocal_Generic_Plex() local
H A Dplexfem.c3851 PetscDS ds, dsIn; in DMPlexGetHybridCellFields() local
5562 PetscDS dsIn = NULL; in DMPlexComputeResidualHybridByKey() local
6640 PetscDS dsIn = NULL; in DMPlexComputeJacobianHybridByKey() local
/petsc/src/dm/interface/
H A Ddm.c5609 PetscErrorCode DMGetCellDS(DM dm, PetscInt point, PetscDS *ds, PetscDS *dsIn) in DMGetCellDS()
5662 PetscErrorCode DMGetRegionDS(DM dm, DMLabel label, IS *fields, PetscDS *ds, PetscDS *dsIn) in DMGetRegionDS()
5712 PetscErrorCode DMSetRegionDS(DM dm, DMLabel label, IS fields, PetscDS ds, PetscDS dsIn) in DMSetRegionDS()
5767 …rCode DMGetRegionNumDS(DM dm, PetscInt num, DMLabel *label, IS *fields, PetscDS *ds, PetscDS *dsIn) in DMGetRegionNumDS()
5811 …ErrorCode DMSetRegionNumDS(DM dm, PetscInt num, DMLabel label, IS fields, PetscDS ds, PetscDS dsIn) in DMSetRegionNumDS()
6059 PetscDS ds, dsIn = NULL; in DMCreateDS() local
6121 PetscDS dsIn = dm->probs[s].dsIn; in DMCreateDS() local
6164 PetscDS dsIn = dm->probs[s].dsIn; in DMCreateDS() local
6323 …(DM dm, DMLabel label, IS fields, PetscInt minDegree, PetscInt maxDegree, PetscDS ds, PetscDS dsIn) in DMTransferDS_Internal()
6368 PetscDS ds, dsIn, newds; in DMCopyDS() local
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c609 PETSC_INTERN PetscErrorCode PetscFEIntegrateHybridResidual_Basic(PetscDS ds, PetscDS dsIn, PetscFor… in PetscFEIntegrateHybridResidual_Basic()
1059 PETSC_INTERN PetscErrorCode PetscFEIntegrateHybridJacobian_Basic(PetscDS ds, PetscDS dsIn, PetscFEJ… in PetscFEIntegrateHybridJacobian_Basic()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1551 PetscErrorCode PetscFEIntegrateHybridResidual(PetscDS ds, PetscDS dsIn, PetscFormKey key, PetscInt … in PetscFEIntegrateHybridResidual()
1706 PetscErrorCode PetscFEIntegrateHybridJacobian(PetscDS ds, PetscDS dsIn, PetscFEJacobianType jtype, … in PetscFEIntegrateHybridJacobian()
/petsc/include/petsc/private/
H A Ddmimpl.h197 …PetscDS dsIn; /* Approximation space for input to this domain (now only used for cohesive cells)… member