Skip to content

Commit

Permalink
add use supg flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjeldsberg committed Nov 10, 2023
1 parent 396b369 commit 43542d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/oasismove/problems/NSfracStep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
backflow_facets=[], # List of boundary IDs to add stabilization on
backflow_beta=0.2, # Stabilization strength

# Parameters related to SUPG stabilization
use_supg=False,

# Solver parameters that will be transferred to dolfins parameters['krylov_solver']
krylov_solvers=dict(
monitor_convergence=False,
Expand Down

0 comments on commit 43542d6

Please sign in to comment.