Lines Matching defs:fvm
946 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()
1270 PetscErrorCode PetscFVGetNumComponents(PetscFV fvm, PetscInt *comp) in PetscFVGetNumComponents()
1293 PetscErrorCode PetscFVSetComponentName(PetscFV fvm, PetscInt comp, const char *name) in PetscFVSetComponentName()
1317 PetscErrorCode PetscFVGetComponentName(PetscFV fvm, PetscInt comp, const char *name[]) in PetscFVGetComponentName()
1337 PetscErrorCode PetscFVSetSpatialDimension(PetscFV fvm, PetscInt dim) in PetscFVSetSpatialDimension()
1360 PetscErrorCode PetscFVGetSpatialDimension(PetscFV fvm, PetscInt *dim) in PetscFVGetSpatialDimension()
1382 PetscErrorCode PetscFVSetComputeGradients(PetscFV fvm, PetscBool computeGradients) in PetscFVSetComputeGradients()
1405 PetscErrorCode PetscFVGetComputeGradients(PetscFV fvm, PetscBool *computeGradients) in PetscFVGetComputeGradients()
1427 PetscErrorCode PetscFVSetQuadrature(PetscFV fvm, PetscQuadrature q) in PetscFVSetQuadrature()
1452 PetscErrorCode PetscFVGetQuadrature(PetscFV fvm, PetscQuadrature *q) in PetscFVGetQuadrature()
1484 PetscErrorCode PetscFVCreateDualSpace(PetscFV fvm, DMPolytopeType ct) in PetscFVCreateDualSpace()
1534 PetscErrorCode PetscFVGetDualSpace(PetscFV fvm, PetscDualSpace *sp) in PetscFVGetDualSpace()
1565 PetscErrorCode PetscFVSetDualSpace(PetscFV fvm, PetscDualSpace sp) in PetscFVSetDualSpace()
1598 PetscErrorCode PetscFVGetCellTabulation(PetscFV fvm, PetscTabulation *T) in PetscFVGetCellTabulation()
1638 PetscErrorCode PetscFVCreateTabulation(PetscFV fvm, PetscInt nrepl, PetscInt npoints, const PetscRe… in PetscFVCreateTabulation()
1700 PetscErrorCode PetscFVComputeGradient(PetscFV fvm, PetscInt numFaces, PetscScalar dx[], PetscScalar… in PetscFVComputeGradient()
1731 PetscErrorCode PetscFVIntegrateRHSFunction(PetscFV fvm, PetscDS prob, PetscInt field, PetscInt Nf, … in PetscFVIntegrateRHSFunction()
1854 static PetscErrorCode PetscFVDestroy_Upwind(PetscFV fvm) in PetscFVDestroy_Upwind()
1907 static PetscErrorCode PetscFVIntegrateRHSFunction_Upwind(PetscFV fvm, PetscDS prob, PetscInt field,… in PetscFVIntegrateRHSFunction_Upwind()
1934 static PetscErrorCode PetscFVInitialize_Upwind(PetscFV fvm) in PetscFVInitialize_Upwind()
1953 PETSC_EXTERN PetscErrorCode PetscFVCreate_Upwind(PetscFV fvm) in PetscFVCreate_Upwind()
1968 static PetscErrorCode PetscFVDestroy_LeastSquares(PetscFV fvm) in PetscFVDestroy_LeastSquares()
2151 static PetscErrorCode PetscFVComputeGradient_LeastSquares(PetscFV fvm, PetscInt numFaces, const Pet… in PetscFVComputeGradient_LeastSquares()
2189 static PetscErrorCode PetscFVIntegrateRHSFunction_LeastSquares(PetscFV fvm, PetscDS prob, PetscInt … in PetscFVIntegrateRHSFunction_LeastSquares()
2216 static PetscErrorCode PetscFVLeastSquaresSetMaxFaces_LS(PetscFV fvm, PetscInt maxFaces) in PetscFVLeastSquaresSetMaxFaces_LS()
2236 static PetscErrorCode PetscFVInitialize_LeastSquares(PetscFV fvm) in PetscFVInitialize_LeastSquares()
2255 PETSC_EXTERN PetscErrorCode PetscFVCreate_LeastSquares(PetscFV fvm) in PetscFVCreate_LeastSquares()
2290 PetscErrorCode PetscFVLeastSquaresSetMaxFaces(PetscFV fvm, PetscInt maxFaces) in PetscFVLeastSquaresSetMaxFaces()