| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 109 static PetscErrorCode PetscDSView_Ascii(PetscDS ds, PetscViewer viewer) in PetscDSView_Ascii() 624 PetscErrorCode PetscDSDestroy(PetscDS *ds) in PetscDSDestroy() 680 PetscErrorCode PetscDSCreate(MPI_Comm comm, PetscDS *ds) in PetscDSCreate() 825 PetscErrorCode PetscDSGetForceQuad(PetscDS ds, PetscBool *forceQuad) in PetscDSGetForceQuad() 847 PetscErrorCode PetscDSSetForceQuad(PetscDS ds, PetscBool forceQuad) in PetscDSSetForceQuad() 870 PetscErrorCode PetscDSIsCohesive(PetscDS ds, PetscBool *isCohesive) in PetscDSIsCohesive() 894 PetscErrorCode PetscDSGetNumCohesive(PetscDS ds, PetscInt *numCohesive) in PetscDSGetNumCohesive() 922 PetscErrorCode PetscDSGetCohesive(PetscDS ds, PetscInt f, PetscBool *isCohesive) in PetscDSGetCohesive() 946 PetscErrorCode PetscDSSetCohesive(PetscDS ds, PetscInt f, PetscBool isCohesive) in PetscDSSetCohesive() 1088 PetscErrorCode PetscDSGetWeakForm(PetscDS ds, PetscWeakForm *wf) in PetscDSGetWeakForm() [all …]
|
| /petsc/src/dm/dt/interface/ftn-custom/ |
| H A D | zdtdsf90.c | 25 PETSC_EXTERN void petscdsgettabulationsetsizes_(PetscDS *ds, PetscInt *i, PetscTabulationFtn *tftn,… in petscdsgettabulationsetsizes_() 34 PETSC_EXTERN void petscdsgettabulationsetpointers_(PetscDS *ds, PetscInt *i, F90Array1d *ptrB, Pets… in petscdsgettabulationsetpointers_()
|
| /petsc/src/dm/ftn-mod/ |
| H A D | petscdmmod.F90 | 110 subroutine PetscDSGetTabulation(ds, tab, ierr) argument 129 subroutine PetscDSRestoreTabulation(ds, tab, ierr) argument
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 43 PetscDS ds; in SNESCorrectDiscretePressure_Private() local 295 PetscDS ds; in DMPlexSNESComputeResidualFEM() local 351 PetscDS ds; in DMPlexSNESComputeResidualDS() local 466 PetscDS ds; in DMSNESComputeJacobianAction() local 553 PetscDS ds; in DMPlexSNESComputeJacobianFEM() local 786 PetscDS ds; in DMSNESCheckDiscretization() local 899 PetscDS ds; in DMSNESCheckJacobian() local 1061 PetscDS ds; in DMPlexSetSNESVariableBounds() local
|
| H A D | convest.c | 158 PetscDS ds; in PetscConvEstSetUp() local 278 PetscDS ds; in PetscConvEstComputeErrorSNES_Private() local
|
| /petsc/src/ts/utils/ |
| H A D | dmplexts.c | 145 PetscDS ds; in DMPlexTSComputeIFunctionFEM() local 203 PetscDS ds; in DMPlexTSComputeIJacobianFEM() local 263 PetscDS ds; in DMPlexTSComputeRHSFunctionFEM() local 363 PetscDS ds; in DMTSCheckJacobian() local
|
| /petsc/src/tao/complementarity/tutorials/ |
| H A D | blackscholes.c | 105 PetscReal ds, dt; /* Discretization properties */ member 309 PetscReal dt = user->dt, ds = user->ds; in FormConstraints() local 381 PetscReal dt = user->dt, ds = user->ds; in FormJacobian() local
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex2.c | 50 PetscDS ds; in SetupPrimalProblem() local 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() 235 PetscDS ds; in TestIntegration() local
|
| H A D | ex1.c | 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() 182 PetscDS ds; in TestIntegration() local
|
| H A D | ex4.c | 18 PetscDS ds; in SetupDiscretization() local
|
| H A D | ex3.c | 109 PetscDS ds; in SetupProblem() local 149 PetscDS ds; in CheckInterpolation() local 174 PetscDS ds; in CheckL2Projection() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex47.c | 143 PetscDS ds; in SetupProblem() local 227 PetscDS ds; in MonitorError() local 259 PetscDS ds; in MyTSMonitorError() local 302 PetscDS ds; in main() local
|
| /petsc/src/dm/interface/ |
| H A D | dmceed.c | 138 PetscDS ds; in DMCeedCreateGeometry() local 199 PetscDS ds; in DMCeedCreate_Internal() local 327 PetscDS ds; in DMCeedCreateFVM_Internal() local
|
| H A D | dmcoordinates.c | 224 PetscDS ds; in DMSetCoordinateDim() local 1136 PetscDualSpace dsOld, ds; in DMSetCoordinateDisc() local 1149 PetscDS ds, nds; in DMSetCoordinateDisc() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex72.c | 42 PetscDS ds; in CreateDiscretization() local
|
| H A D | ex33.c | 41 PetscDS ds; in CreateDiscretization() local
|
| H A D | ex99.c | 28 PetscDS ds; in CreateFE() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex18.c | 138 …PetscScalar t0, tn, ts, te, tw, an, as, ae, aw, dn, ds, de, dw, fn = 0.0, fs = 0.0, fe = 0.0, fw… in FormFunction() local 297 PetscScalar dn, ds, de, dw, an, as, ae, aw, bn, bs, be, bw, gn, gs, ge, gw; in FormJacobian() local
|
| H A D | ex26.c | 119 PetscDS ds; in SetupPrimalProblem() local 175 PetscDS ds; in main() local
|
| /petsc/src/ksp/ksp/impls/cg/pipecgrr/ |
| H A D | pipecgrr.c | 25 …PetscReal ds = 0.0, dz = 0.0, dx = 0.0, dpp = 0.0, dq = 0.0, dm = 0.0, du = 0.0, dw = 0.0, db = … in KSPSolve_PIPECGRR() local
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex8.c | 94 PetscDS ds; in main() local
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_da.c | 10 PetscReal ds[] = {0.0, 0.0, 0.0}; in private_DMSwarmCreateCellLocalCoords_DA_Q1_Regular() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexceed.c | 60 PetscDS ds = NULL; in DMPlexGetLocalOffsets() local 197 PetscDS ds = NULL; in DMPlexGetLocalOffsetsSupport() local
|
| H A D | plexproject.c | 70 static PetscErrorCode DMProjectPoint_Func_Private(DM dm, PetscDS ds, DM dmIn, PetscDS dsIn, PetscRe… in DMProjectPoint_Func_Private() 198 static PetscErrorCode DMProjectPoint_Field_Private(DM dm, PetscDS ds, DM dmIn, DMEnclosureType encI… in DMProjectPoint_Field_Private() 357 static PetscErrorCode DMProjectPoint_BdField_Private(DM dm, PetscDS ds, DM dmIn, DMEnclosureType en… in DMProjectPoint_BdField_Private() 533 static PetscErrorCode DMProjectPoint_Private(DM dm, PetscDS ds, DM dmIn, DMEnclosureType encIn, Pet… in DMProjectPoint_Private() 620 …MLabel label, PetscInt numIds, const PetscInt ids[], PetscInt height, PetscInt *point, PetscDS *ds) in DMGetFirstLabeledPoint() 717 PetscDS ds = NULL, dsIn = NULL, dsAux = NULL; in DMProjectLocal_Generic_Plex() local
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 162 PETSC_INTERN PetscErrorCode PetscFEIntegrate_Basic(PetscDS ds, PetscInt field, PetscInt Ne, PetscFE… in PetscFEIntegrate_Basic() 255 PETSC_INTERN PetscErrorCode PetscFEIntegrateBd_Basic(PetscDS ds, PetscInt field, PetscBdPointFn *ob… in PetscFEIntegrateBd_Basic() 389 PetscErrorCode PetscFEIntegrateResidual_Basic(PetscDS ds, PetscFormKey key, PetscInt Ne, PetscFEGeo… in PetscFEIntegrateResidual_Basic() 496 PetscErrorCode PetscFEIntegrateBdResidual_Basic(PetscDS ds, PetscWeakForm wf, PetscFormKey key, Pet… in PetscFEIntegrateBdResidual_Basic() 609 PETSC_INTERN PetscErrorCode PetscFEIntegrateHybridResidual_Basic(PetscDS ds, PetscDS dsIn, PetscFor… in PetscFEIntegrateHybridResidual_Basic() 893 PETSC_INTERN PetscErrorCode PetscFEIntegrateBdJacobian_Basic(PetscDS ds, PetscWeakForm wf, PetscFEJ… in PetscFEIntegrateBdJacobian_Basic() 1059 PETSC_INTERN PetscErrorCode PetscFEIntegrateHybridJacobian_Basic(PetscDS ds, PetscDS dsIn, PetscFEJ… in PetscFEIntegrateHybridJacobian_Basic()
|