Searched refs:use_strongstg (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | setupdm.c | 70 PetscBool use_strongstg = PETSC_FALSE; in SetUpDM() local 71 PetscCall(PetscOptionsGetBool(NULL, NULL, "-stg_strong", &use_strongstg, NULL)); in SetUpDM() 72 if (use_strongstg) PetscCall(SetupStrongStg(dm, bc, problem, phys)); in SetUpDM()
|
| H A D | strong_boundary_conditions.c | 173 PetscBool use_strongstg = PETSC_FALSE; in SetupStrongBC_Ceed() local 174 PetscCall(PetscOptionsGetBool(NULL, NULL, "-stg_strong", &use_strongstg, NULL)); in SetupStrongBC_Ceed() 176 if (use_strongstg) { in SetupStrongBC_Ceed()
|