I noticed some odd behavior of the IncNavierStokesSolvers terminal output regarding SVV when using MPI for Quasi-3D cases. When I try to use SVV in the spectral/hp planes only, i.e. without SVV along
the homogeneous direction, the terminal output sometimes includes the SVV-Homo1D info, eventhough it's not specified under the SOLVERINFO tag in the session file!
When I re-run the same case, it will randomly disappear as you can see here for two consecutive runs with identical settings:
nektar@0d6fdc64e227:~/host_pwd/run$ mpirun -n 16 IncNavierStokesSolver mesh.xml session.xml
=======================================================================
EquationType: UnsteadyNavierStokes
Session Name: CylReD3900_quad_coarse2_Pgeo3
Spatial Dim.: 3
Max SEM Exp. Order: 4
Num. Processes: 16
Quasi-3D: Homogeneous in z-direction
Expansion Dim.: 3
Num. Hom. Modes (z): 64
Hom. length (LZ): 3.14159
FFT Type: FFTW
Projection Type: Continuous Galerkin
Advect. advancement: explicit
Diffuse. advancement: implicit
Time Step: 0.004
No. of Steps: 1
Checkpoints (steps): 1
Integration Type: IMEX
Splitting Scheme: Velocity correction (strong press. form)
Dealiasing: Homogeneous1D + spectral/hp
Smoothing-SpecHP: SVV (spectral/hp DG Kernel (diff coeff = 0.10000000000000001*Uh/p))
=======================================================================
nektar@0d6fdc64e227:~/host_pwd/run$ mpirun -n 16 IncNavierStokesSolver -f mesh.xml session.xml
=======================================================================
EquationType: UnsteadyNavierStokes
Session Name: CylReD3900_quad_coarse2_Pgeo3
Spatial Dim.: 3
Max SEM Exp. Order: 4
Num. Processes: 16
Quasi-3D: Homogeneous in z-direction
Expansion Dim.: 3
Num. Hom. Modes (z): 64
Hom. length (LZ): 3.14159
FFT Type: FFTW
Projection Type: Continuous Galerkin
Advect. advancement: explicit
Diffuse. advancement: implicit
Time Step: 0.004
No. of Steps: 1
Checkpoints (steps): 1
Integration Type: IMEX
Splitting Scheme: Velocity correction (strong press. form)
Dealiasing: Homogeneous1D + spectral/hp
Smoothing-SpecHP: SVV (spectral/hp DG Kernel (diff coeff = 0.10000000000000001*Uh/p))
Smoothing-Homo1D: SVV (Homogeneous1D - Exp Kernel(cut-off = 0.75, diff coeff = 0.10000000000000001))
=======================================================================