Home
last modified time | relevance | path

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

/honee/src/
H A Dsetupdm.c83 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 Dstrong_boundary_conditions.c228 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()