Searched refs:use_strongstg (Results 1 – 2 of 2) sorted by relevance
| /honee/src/ |
| H A D | setupdm.c | 83 PetscBool use_strongstg = PETSC_FALSE; in SetUpDM() local 84 PetscCall(PetscOptionsGetBool(NULL, NULL, "-stg_strong", &use_strongstg, NULL)); in SetUpDM() 85 if (use_strongstg) PetscCall(SetupStrongStg(dm, problem, phys)); in SetUpDM()
|
| H A D | strong_boundary_conditions.c | 228 PetscBool use_strongstg = PETSC_FALSE; in SetupStrongBC_Ceed() local 229 PetscCall(PetscOptionsGetBool(NULL, NULL, "-stg_strong", &use_strongstg, NULL)); in SetupStrongBC_Ceed() 231 if (use_strongstg) { in SetupStrongBC_Ceed()
|