Home
last modified time | relevance | path

Searched refs:PetscDualSpaceApplyFVM (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscfv.h104 PETSC_EXTERN PetscErrorCode PetscDualSpaceApplyFVM(PetscDualSpace, PetscInt, PetscReal, PetscFVCell…
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c1564 PetscErrorCode PetscDualSpaceApplyFVM(PetscDualSpace sp, PetscInt f, PetscReal time, PetscFVCellGeo… in PetscDualSpaceApplyFVM() function
/petsc/src/dm/impls/plex/
H A Dplexproject.c155 …for (d = 0; d < spDim; ++d, ++v) PetscCall(PetscDualSpaceApplyFVM(sp[f], d, time, fvgeom, Nc[f], f… in DMProjectPoint_Func_Private()