Home
last modified time | relevance | path

Searched refs:PetscFEIntegrateBdResidual (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscfe.h158 PETSC_EXTERN PetscErrorCode PetscFEIntegrateBdResidual(PetscDS, PetscWeakForm, PetscFormKey, PetscI…
/petsc/doc/changes/
H A D316.md251 - Change `PetscFEIntegrateBdResidual()` and
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1514 PetscErrorCode PetscFEIntegrateBdResidual(PetscDS ds, PetscWeakForm wf, PetscFormKey key, PetscInt … in PetscFEIntegrateBdResidual() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c5023 …PetscCall(PetscFEIntegrateBdResidual(prob, wf, key, Ne, chunkGeom, u, u_t, probAux, a, t, elemVec)… in DMPlexComputeBdResidualSingleByKey()
5026 …PetscCall(PetscFEIntegrateBdResidual(prob, wf, key, Nr, chunkGeom, &u[offset * totDim], PetscSafeP… in DMPlexComputeBdResidualSingleByKey()