Searched refs:pushforward (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/field/impls/shell/ |
| H A D | dmfieldshell.c | 36 Vec pushforward; in DMFieldShellEvaluateFEDefault() local 49 …tComm((PetscObject)pointIS), dimC, dimC * Nq * numPoints, PETSC_DETERMINE, pfArray, &pushforward)); in DMFieldShellEvaluateFEDefault() 50 PetscCall(DMFieldEvaluate(field, pushforward, type, B, D, H)); in DMFieldShellEvaluateFEDefault() 138 PetscCall(VecDestroy(&pushforward)); in DMFieldShellEvaluateFEDefault() 149 Vec pushforward; in DMFieldShellEvaluateFVDefault() local 168 …ObjectComm((PetscObject)pointIS), dimC, dimC * numPoints, PETSC_DETERMINE, pfArray, &pushforward)); in DMFieldShellEvaluateFVDefault() 169 PetscCall(DMFieldEvaluate(field, pushforward, type, B, D, H)); in DMFieldShellEvaluateFVDefault() 171 PetscCall(VecDestroy(&pushforward)); in DMFieldShellEvaluateFVDefault()
|
| /petsc/doc/changes/ |
| H A D | 313.md | 223 pushforward/pullback behavior
|