Home
last modified time | relevance | path

Searched defs:wf (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/dm/dt/tests/
H A Dex12.c25 static PetscErrorCode CheckResidual(PetscWeakForm wf, PetscFormKey key, PetscInt in0, PetscPointFn … in CheckResidual()
39 static PetscErrorCode TestSetIndex(PetscWeakForm wf) in TestSetIndex()
129 static PetscErrorCode TestAdd(PetscWeakForm wf) in TestAdd()
213 static PetscErrorCode TestSetIndexAdd(PetscWeakForm wf) in TestSetIndexAdd()
295 PetscWeakForm wf; in main() local
H A Dex10.c123 PetscWeakForm wf; in SetupProblem() local
/petsc/src/dm/dt/interface/
H A Ddtweakform.c101 static PetscErrorCode PetscWeakFormGetFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel … in PetscWeakFormGetFunction_Private()
123 static PetscErrorCode PetscWeakFormSetFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel … in PetscWeakFormSetFunction_Private()
149 static PetscErrorCode PetscWeakFormAddFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DMLabel … in PetscWeakFormAddFunction_Private()
173 static PetscErrorCode PetscWeakFormGetIndexFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DML… in PetscWeakFormGetIndexFunction_Private()
194 static PetscErrorCode PetscWeakFormSetIndexFunction_Private(PetscWeakForm wf, PetscHMapForm ht, DML… in PetscWeakFormSetIndexFunction_Private()
217 static PetscErrorCode PetscWeakFormClearIndexFunction_Private(PetscWeakForm wf, PetscHMapForm ht, D… in PetscWeakFormClearIndexFunction_Private()
255 PetscErrorCode PetscWeakFormCopy(PetscWeakForm wf, PetscWeakForm wfNew) in PetscWeakFormCopy()
282 PetscErrorCode PetscWeakFormClear(PetscWeakForm wf) in PetscWeakFormClear()
291 static PetscErrorCode PetscWeakFormRewriteKeys_Internal(PetscWeakForm wf, PetscHMapForm hmap, DMLab… in PetscWeakFormRewriteKeys_Internal()
350 PetscErrorCode PetscWeakFormRewriteKeys(PetscWeakForm wf, DMLabel label, PetscInt Nv, const PetscIn… in PetscWeakFormRewriteKeys()
[all …]
H A Ddtds.c1088 PetscErrorCode PetscDSGetWeakForm(PetscDS ds, PetscWeakForm *wf) in PetscDSGetWeakForm()
1110 PetscErrorCode PetscDSSetWeakForm(PetscDS ds, PetscWeakForm wf) in PetscDSSetWeakForm()
3479 PetscErrorCode PetscDSGetBoundary(PetscDS ds, PetscInt bd, PetscWeakForm *wf, DMBoundaryConditionTy… in PetscDSGetBoundary()
3800 PetscWeakForm wf, newwf; in PetscDSCopyEquations() local
/petsc/src/ts/impls/multirate/
H A Dmprk.c630 PetscScalar *wf = mprk->work_fast; in TSEvaluateStep_MPRK() local
649 PetscScalar *wf = mprk->work_fast, *wsb = mprk->work_slowbuffer; in TSStep_MPRK() local
723 PetscScalar *wf = mprk->work_fast, *ws = mprk->work_slow, *wsb = mprk->work_slowbuffer; in TSEvaluateStep_MPRKSPLIT() local
794 PetscScalar *wf = mprk->work_fast, *ws = mprk->work_slow, *wsb = mprk->work_slowbuffer; in TSStep_MPRKSPLIT() local
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c394 PetscWeakForm wf; in PetscFEIntegrateResidual_Basic() local
496 PetscErrorCode PetscFEIntegrateBdResidual_Basic(PetscDS ds, PetscWeakForm wf, PetscFormKey key, Pet… in PetscFEIntegrateBdResidual_Basic()
614 PetscWeakForm wf; in PetscFEIntegrateHybridResidual_Basic() local
747 PetscWeakForm wf; in PetscFEIntegrateJacobian_Basic() local
893 PETSC_INTERN PetscErrorCode PetscFEIntegrateBdJacobian_Basic(PetscDS ds, PetscWeakForm wf, PetscFEJ… in PetscFEIntegrateBdJacobian_Basic()
1063 PetscWeakForm wf; in PetscFEIntegrateHybridJacobian_Basic() local
/petsc/include/petsc/private/
H A Dpetscdsimpl.h18 …PetscWeakForm wf; /* Holds the pointwise functions defining the form (only for NATUR… member
108 PetscWeakForm wf; // The PetscWeakForm holding all pointwise functions member
/petsc/src/snes/utils/
H A Ddmplexsnes.c358 PetscWeakForm wf; in DMPlexSNESComputeResidualDS() local
473 PetscWeakForm wf; in DMSNESComputeJacobianAction() local
/petsc/src/snes/tutorials/
H A Dex34.c157 PetscWeakForm wf; in SetupPrimalProblem() local
H A Dex23.c95 PetscWeakForm wf; in SetupPrimalProblem() local
H A Dex71.c222 PetscWeakForm wf; in SetupProblem() local
H A Dex27.c381 PetscWeakForm wf; in SetupPrimalProblem() local
505 PetscWeakForm wf; in SetupMixedProblem() local
H A Dex24.c230 PetscWeakForm wf; in SetupPrimalProblem() local
H A Dex77.c315 PetscWeakForm wf; in SetupProblem() local
H A Dex56.c318 PetscWeakForm wf; in main() local
H A Dex17.c456 PetscWeakForm wf; in SetupPrimalProblem() local
H A Dex12.c524 PetscWeakForm wf; in SetupProblem() local
/petsc/src/dm/dt/fe/tests/
H A Dex3.c110 PetscWeakForm wf; in SetupProblem() local
/petsc/src/dm/impls/plex/
H A Dplexfem.c1153 PetscWeakForm wf; in DMPlexInsertBoundaryValues_Plex() local
1215 PetscWeakForm wf; in DMPlexInsertTimeDerivativeBoundaryValues_Plex() local
1268 PetscWeakForm wf; in DMPlexInsertBounds_Plex() local
4918 PetscErrorCode DMPlexComputeBdResidualSingleByKey(DM dm, PetscWeakForm wf, PetscFormKey key, IS fac… in DMPlexComputeBdResidualSingleByKey()
5085 PetscErrorCode DMPlexComputeBdResidualSingle(DM dm, PetscWeakForm wf, PetscFormKey key, Vec locX, V… in DMPlexComputeBdResidualSingle()
5118 PetscWeakForm wf; in DMPlexComputeBdResidual_Internal() local
5906 PetscErrorCode DMPlexComputeBdJacobianSingleByLabel(DM dm, PetscWeakForm wf, DMLabel label, PetscIn… in DMPlexComputeBdJacobianSingleByLabel()
6097 PetscErrorCode DMPlexComputeBdJacobianSingle(DM dm, PetscWeakForm wf, DMLabel label, PetscInt numVa… in DMPlexComputeBdJacobianSingle()
6130 PetscWeakForm wf; in DMPlexComputeBdJacobian_Internal() local
H A Dplex.c10425 PetscWeakForm wf; in DMCreateMassMatrix_Plex() local
10491 PetscWeakForm wf; in DMCreateGradientMatrix_Plex() local
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1514 PetscErrorCode PetscFEIntegrateBdResidual(PetscDS ds, PetscWeakForm wf, PetscFormKey key, PetscInt … in PetscFEIntegrateBdResidual()
1653 PetscErrorCode PetscFEIntegrateBdJacobian(PetscDS ds, PetscWeakForm wf, PetscFEJacobianType jtype, … in PetscFEIntegrateBdJacobian()
/petsc/src/snes/tests/
H A Dex15.c231 PetscWeakForm wf; in SetupPrimalProblem() local
/petsc/src/dm/impls/plex/tests/
H A Dex5.c1136 PetscWeakForm wf; in TestAssembly() local
/petsc/src/dm/interface/
H A Ddm.c6378 PetscWeakForm wf; in DMCopyDS() local
8211 PetscWeakForm wf; in DMHasBound() local
/petsc/src/ts/tutorials/
H A Dex53.c1716 PetscWeakForm wf; in SetupPrimalProblem() local

12