Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions conf/experiment/benchmarking/timings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ hydra:
# Sweep over spectral solver variants
# sg: Single Grid (no multigrid)
# fsg: Full Single Grid
# vmg: V-cycle MultiGrid
# fmg: Full MultiGrid
solver: spectral/sg,spectral/fsg,spectral/vmg,spectral/fmg
solver: spectral/sg,spectral/fsg
4 changes: 2 additions & 2 deletions conf/experiment/validation/convergence/spectral.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @package _global_
# Ghia validation - Spectral solvers
# Sweeps over SG, FSG, VMG, FMG solvers at N=15
# Sweeps over SG, FSG solvers

defaults:
- override /solver: spectral/sg
Expand All @@ -15,6 +15,6 @@ hydra:
sweeper:
params:
# Sweep over spectral solver types
solver: spectral/fsg #,spectral/fsg
solver: spectral/fsg
Re: 1000
N: 80, 90, 100, 110, 120, 130, 140
4 changes: 2 additions & 2 deletions conf/experiment/validation/ghia/spectral.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @package _global_
# Ghia validation - Spectral solvers
# Sweeps over SG, FSG, VMG, FMG solvers at N=15
# Sweeps over SG, FSG solvers

defaults:
- override /solver: spectral/sg
Expand All @@ -15,6 +15,6 @@ hydra:
sweeper:
params:
# Sweep over spectral solver types
solver: spectral/fsg #,spectral/vmg #, spectral/vmg
solver: spectral/fsg
Re: 400, 1000
N: 12, 14, 16, 18, 20, 24, 28, 32, 36, 40, 46, 50, 56, 60, 64, 68, 74, 82, 86, 90
Loading
Loading