Searched refs:upwind (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex4.c | 34 PetscBool upwind; member 64 appctx.upwind = PETSC_TRUE; in main() 67 PetscCall(PetscOptionsGetBool(NULL, NULL, "-upwind", &appctx.upwind, NULL)); in main() 195 if (!appctx->upwind) { in IFunction()
|
| H A D | ex3.c | 38 PetscBool upwind; member 67 appctx.upwind = PETSC_TRUE; in main() 68 PetscCall(PetscOptionsGetBool(NULL, NULL, "-upwind", &appctx.upwind, NULL)); in main() 313 if (!appctx->upwind) { in RHSMatrixHeat()
|
| /petsc/src/mat/tests/ |
| H A D | ex18.c | 16 …PetscBool upwind = PETSC_FALSE, nonlocalBC = PETSC_FALSE, zerorhs = PETSC_TRUE, convert = PETSC_… in main() local 65 if (upwind) { in main()
|
| /petsc/doc/ |
| H A D | petsc.bib | 9726 evaluate the exact Jacobian of upwind schemes implemented in the flow solver 14128 title = {An implicit upwind algorithm for computing turbulent flows on unstructured 39151 title = {Streamline upwind/{Petrov-Galerkin} formulations for convection dominated flows
|