Home
last modified time | relevance | path

Searched defs:fvm (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/dt/fv/interface/
H A Dfv.c946 PetscErrorCode PetscFVSetType(PetscFV fvm, PetscFVType name) in PetscFVSetType()
983 PetscErrorCode PetscFVGetType(PetscFV fvm, PetscFVType *name) in PetscFVGetType()
1028 PetscErrorCode PetscFVView(PetscFV fvm, PetscViewer v) in PetscFVView()
1052 PetscErrorCode PetscFVSetFromOptions(PetscFV fvm) in PetscFVSetFromOptions()
1093 PetscErrorCode PetscFVSetUp(PetscFV fvm) in PetscFVSetUp()
1114 PetscErrorCode PetscFVDestroy(PetscFV *fvm) in PetscFVDestroy()
1156 PetscErrorCode PetscFVCreate(MPI_Comm comm, PetscFV *fvm) in PetscFVCreate()
1190 PetscErrorCode PetscFVSetLimiter(PetscFV fvm, PetscLimiter lim) in PetscFVSetLimiter()
1216 PetscErrorCode PetscFVGetLimiter(PetscFV fvm, PetscLimiter *lim) in PetscFVGetLimiter()
1238 PetscErrorCode PetscFVSetNumComponents(PetscFV fvm, PetscInt comp) in PetscFVSetNumComponents()
[all …]
/petsc/src/dm/dt/tests/
H A Dex11.c7 PetscFV fvm; in main() local
/petsc/src/dm/impls/plex/
H A Dplexfvm.c56 PetscErrorCode DMPlexReconstructGradients_Internal(DM dm, PetscFV fvm, PetscInt fStart, PetscInt fE… in DMPlexReconstructGradients_Internal()
177 PetscFV fvm = NULL; in DMPlexReconstructGradientsFVM() local
H A Dplexgeometry.c3203 static PetscErrorCode BuildGradientReconstruction_Internal(DM dm, PetscFV fvm, DM dmFace, PetscScal… in BuildGradientReconstruction_Internal()
3264 static PetscErrorCode BuildGradientReconstruction_Internal_Tree(DM dm, PetscFV fvm, DM dmFace, Pets… in BuildGradientReconstruction_Internal_Tree()
3396 PetscErrorCode DMPlexComputeGradientFVM(DM dm, PetscFV fvm, Vec faceGeometry, Vec cellGeometry, DM … in DMPlexComputeGradientFVM()
H A Dplexfem.c5188 PetscFV fvm = NULL; in DMPlexComputeResidualByKey() local
/petsc/src/dm/impls/plex/tests/
H A Dex16.c102 PetscFV fvm; in TestBoundaryField() local
/petsc/src/ts/tutorials/
H A Dex52.c151 PetscFV fvm; /* specify type of FVM discretization */ in FormFunction() local
H A Dex11.c1093 PetscFV fvm; member
1106 PetscFV fvm = tctx->fvm; in adaptToleranceFVMSetUp() local
1239 PetscFV fvm; in main() local
/petsc/src/snes/utils/dm/
H A Ddmadapt.c736 PetscFV fvm = (PetscFV)obj; in DMAdaptorPreAdapt() local
806 PetscFV fvm = (PetscFV)obj; in DMAdaptorPostAdapt() local