Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupdm.c70 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 Dstrong_boundary_conditions.c173 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()