Searched refs:PetscWeakFormGetResidual (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex12.c | 31 …PetscCall(PetscWeakFormGetResidual(wf, key.label, key.value, key.field, key.part, &n0, &f0, &n1, &… in CheckResidual()
|
| /petsc/include/ |
| H A D | petscds.h | 35 PETSC_EXTERN PetscErrorCode PetscWeakFormGetResidual(PetscWeakForm, DMLabel, PetscInt, PetscInt, Pe…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 1359 PetscCall(PetscWeakFormGetResidual(ds->wf, NULL, 0, f, 0, &n0, &tmp0, &n1, &tmp1)); in PetscDSGetResidual() 1422 PetscCall(PetscWeakFormGetResidual(ds->wf, NULL, 0, f, 100, &n0, &tmp0, &n1, &tmp1)); in PetscDSGetRHSResidual()
|
| H A D | dtweakform.c | 477 PetscErrorCode PetscWeakFormGetResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, … in PetscWeakFormGetResidual() function
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 418 …PetscCall(PetscWeakFormGetResidual(wf, key.label, key.value, key.field, key.part, &n0, &f0_func, &… in PetscFEIntegrateResidual_Basic()
|