From 267eae66cbaffc67ce7c2f8000a8853dc999e0dd Mon Sep 17 00:00:00 2001 From: Ilker Topcuoglu Date: Tue, 16 Jul 2024 23:55:56 -0600 Subject: [PATCH] Changing all the default linear solver options for test cases to hypre --- .../amr-nalu-cylinder-motion/cylinder-nalu.yaml | 8 ++++---- test/test_files/amr-nalu-cylinder/cylinder-nalu.yaml | 8 ++++---- test/test_files/ctv/ctv-nalu1.yaml | 10 +++++----- test/test_files/ctv/ctv-nalu2.yaml | 10 +++++----- test/test_files/ctv/ctv-nalu3.yaml | 10 +++++----- .../hybrid-multi-cylinder/cylinder-nalu.yaml | 8 ++++---- .../nalu-nalu-cylinder-motion/cylinder-nalu-far.yaml | 8 ++++---- .../nalu-nalu-cylinder-motion/cylinder-nalu-near.yaml | 8 ++++---- .../nalu-nalu-cylinder/cylinder-nalu-far.yaml | 8 ++++---- .../nalu-nalu-cylinder/cylinder-nalu-near.yaml | 8 ++++---- test/test_files/sphere/sphere-nalu.yaml | 8 ++++---- test/test_files/zalesak/zalesak-nalu.yaml | 10 +++++----- 12 files changed, 52 insertions(+), 52 deletions(-) diff --git a/test/test_files/amr-nalu-cylinder-motion/cylinder-nalu.yaml b/test/test_files/amr-nalu-cylinder-motion/cylinder-nalu.yaml index 2ae2528..05dbd92 100644 --- a/test/test_files/amr-nalu-cylinder-motion/cylinder-nalu.yaml +++ b/test/test_files/amr-nalu-cylinder-motion/cylinder-nalu.yaml @@ -8,12 +8,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: mt_sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 max_iterations: 200 - kspace: 50 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/amr-nalu-cylinder/cylinder-nalu.yaml b/test/test_files/amr-nalu-cylinder/cylinder-nalu.yaml index 115f480..c0b5c0d 100644 --- a/test/test_files/amr-nalu-cylinder/cylinder-nalu.yaml +++ b/test/test_files/amr-nalu-cylinder/cylinder-nalu.yaml @@ -8,12 +8,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: mt_sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 max_iterations: 200 - kspace: 50 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/ctv/ctv-nalu1.yaml b/test/test_files/ctv/ctv-nalu1.yaml index 694c47f..d73b81a 100644 --- a/test/test_files/ctv/ctv-nalu1.yaml +++ b/test/test_files/ctv/ctv-nalu1.yaml @@ -6,12 +6,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 - max_iterations: 50 - kspace: 50 + max_iterations: 200 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/ctv/ctv-nalu2.yaml b/test/test_files/ctv/ctv-nalu2.yaml index bddc841..80f7732 100644 --- a/test/test_files/ctv/ctv-nalu2.yaml +++ b/test/test_files/ctv/ctv-nalu2.yaml @@ -6,12 +6,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 - max_iterations: 50 - kspace: 50 + max_iterations: 200 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/ctv/ctv-nalu3.yaml b/test/test_files/ctv/ctv-nalu3.yaml index 179f51e..b0553c7 100644 --- a/test/test_files/ctv/ctv-nalu3.yaml +++ b/test/test_files/ctv/ctv-nalu3.yaml @@ -6,12 +6,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 - max_iterations: 50 - kspace: 50 + max_iterations: 200 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/hybrid-multi-cylinder/cylinder-nalu.yaml b/test/test_files/hybrid-multi-cylinder/cylinder-nalu.yaml index 2f4758d..7518db8 100644 --- a/test/test_files/hybrid-multi-cylinder/cylinder-nalu.yaml +++ b/test/test_files/hybrid-multi-cylinder/cylinder-nalu.yaml @@ -8,12 +8,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: mt_sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 max_iterations: 200 - kspace: 50 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/nalu-nalu-cylinder-motion/cylinder-nalu-far.yaml b/test/test_files/nalu-nalu-cylinder-motion/cylinder-nalu-far.yaml index 98f1103..69ef128 100644 --- a/test/test_files/nalu-nalu-cylinder-motion/cylinder-nalu-far.yaml +++ b/test/test_files/nalu-nalu-cylinder-motion/cylinder-nalu-far.yaml @@ -8,12 +8,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: mt_sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 max_iterations: 200 - kspace: 50 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/nalu-nalu-cylinder-motion/cylinder-nalu-near.yaml b/test/test_files/nalu-nalu-cylinder-motion/cylinder-nalu-near.yaml index 2ae2528..05dbd92 100644 --- a/test/test_files/nalu-nalu-cylinder-motion/cylinder-nalu-near.yaml +++ b/test/test_files/nalu-nalu-cylinder-motion/cylinder-nalu-near.yaml @@ -8,12 +8,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: mt_sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 max_iterations: 200 - kspace: 50 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/nalu-nalu-cylinder/cylinder-nalu-far.yaml b/test/test_files/nalu-nalu-cylinder/cylinder-nalu-far.yaml index 98f1103..69ef128 100644 --- a/test/test_files/nalu-nalu-cylinder/cylinder-nalu-far.yaml +++ b/test/test_files/nalu-nalu-cylinder/cylinder-nalu-far.yaml @@ -8,12 +8,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: mt_sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 max_iterations: 200 - kspace: 50 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/nalu-nalu-cylinder/cylinder-nalu-near.yaml b/test/test_files/nalu-nalu-cylinder/cylinder-nalu-near.yaml index c688c94..87492c8 100644 --- a/test/test_files/nalu-nalu-cylinder/cylinder-nalu-near.yaml +++ b/test/test_files/nalu-nalu-cylinder/cylinder-nalu-near.yaml @@ -8,12 +8,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: mt_sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 max_iterations: 200 - kspace: 50 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/sphere/sphere-nalu.yaml b/test/test_files/sphere/sphere-nalu.yaml index ebd18f8..3fcb3b5 100644 --- a/test/test_files/sphere/sphere-nalu.yaml +++ b/test/test_files/sphere/sphere-nalu.yaml @@ -8,12 +8,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: mt_sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-5 max_iterations: 200 - kspace: 50 + kspace: 5 output_level: 0 - name: solve_cont diff --git a/test/test_files/zalesak/zalesak-nalu.yaml b/test/test_files/zalesak/zalesak-nalu.yaml index 447f952..618e2a7 100644 --- a/test/test_files/zalesak/zalesak-nalu.yaml +++ b/test/test_files/zalesak/zalesak-nalu.yaml @@ -6,12 +6,12 @@ Simulations: linear_solvers: - name: solve_scalar - type: tpetra - method: gmres - preconditioner: sgs + type: hypre + method: hypre_gmres + preconditioner: boomerAMG tolerance: 1e-12 - max_iterations: 50 - kspace: 50 + max_iterations: 200 + kspace: 5 output_level: 0 realms: