Searched refs:PetscWeakFormGetBdResidual (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/dt/fe/impls/basic/ ! |
| H A D | febasic.c | 524 …PetscCall(PetscWeakFormGetBdResidual(wf, key.label, key.value, key.field, key.part, &n0, &f0_func,… in PetscFEIntegrateBdResidual_Basic() 641 …PetscCall(PetscWeakFormGetBdResidual(wf, key.label, key.value, key.field, key.part, &n0, &f0_func,… in PetscFEIntegrateHybridResidual_Basic()
|
| /petsc/include/ ! |
| H A D | petscds.h | 54 PETSC_EXTERN PetscErrorCode PetscWeakFormGetBdResidual(PetscWeakForm, DMLabel, PetscInt, PetscInt, …
|
| /petsc/src/dm/dt/interface/ ! |
| H A D | dtweakform.c | 509 PetscErrorCode PetscWeakFormGetBdResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f… in PetscWeakFormGetBdResidual() function
|
| H A D | dtds.c | 2008 PetscCall(PetscWeakFormGetBdResidual(ds->wf, NULL, 0, f, 0, &n0, &tmp0, &n1, &tmp1)); in PetscDSGetBdResidual()
|