Lines Matching refs:prob

1731 PetscErrorCode PetscFVIntegrateRHSFunction(PetscFV fvm, PetscDS prob, PetscInt field, PetscInt Nf, …  in PetscFVIntegrateRHSFunction()  argument
1735 …PetscTryTypeMethod(fvm, integraterhsfunction, prob, field, Nf, fgeom, neighborVol, uL, uR, fluxL, … in PetscFVIntegrateRHSFunction()
1907 static PetscErrorCode PetscFVIntegrateRHSFunction_Upwind(PetscFV fvm, PetscDS prob, PetscInt field,… in PetscFVIntegrateRHSFunction_Upwind() argument
1916 PetscCall(PetscDSGetTotalComponents(prob, &Nc)); in PetscFVIntegrateRHSFunction_Upwind()
1917 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in PetscFVIntegrateRHSFunction_Upwind()
1918 PetscCall(PetscDSGetFieldOffset(prob, field, &off)); in PetscFVIntegrateRHSFunction_Upwind()
1919 PetscCall(PetscDSGetRiemannSolver(prob, field, &riemann)); in PetscFVIntegrateRHSFunction_Upwind()
1920 PetscCall(PetscDSGetContext(prob, field, &rctx)); in PetscFVIntegrateRHSFunction_Upwind()
1921 PetscCall(PetscDSGetConstants(prob, &numConstants, &constants)); in PetscFVIntegrateRHSFunction_Upwind()
2189 static PetscErrorCode PetscFVIntegrateRHSFunction_LeastSquares(PetscFV fvm, PetscDS prob, PetscInt … in PetscFVIntegrateRHSFunction_LeastSquares() argument
2198 PetscCall(PetscDSGetTotalComponents(prob, &Nc)); in PetscFVIntegrateRHSFunction_LeastSquares()
2199 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in PetscFVIntegrateRHSFunction_LeastSquares()
2200 PetscCall(PetscDSGetFieldOffset(prob, field, &off)); in PetscFVIntegrateRHSFunction_LeastSquares()
2201 PetscCall(PetscDSGetRiemannSolver(prob, field, &riemann)); in PetscFVIntegrateRHSFunction_LeastSquares()
2202 PetscCall(PetscDSGetContext(prob, field, &rctx)); in PetscFVIntegrateRHSFunction_LeastSquares()
2203 PetscCall(PetscDSGetConstants(prob, &numConstants, &constants)); in PetscFVIntegrateRHSFunction_LeastSquares()