Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex30.c87 PetscInt ivisc, adv_scheme, ibound, output_ivisc; member
617 if (param->adv_scheme == ADVECT_FV || i == ilim - 1 || j == jlim - 1 || i == 1 || j == 1) { in EnergyResidual()
850 param->adv_scheme = ADVECT_FROMM; /* advection scheme: 0=finite vol, 1=Fromm */ in SetParams()
852 PetscCall(PetscOptionsGetInt(NULL, NULL, "-adv_scheme", &param->adv_scheme, NULL)); in SetParams()