MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_checker Module Reference

Validates simulation input parameters for consistency and supported configurations. More...

Functions/Subroutines

impure subroutine, public s_check_inputs
 Checks compatibility of parameters in the input file. Used by the simulation stage.
impure subroutine s_check_inputs_compilers
 Checks constraints on compiler options.
impure subroutine s_check_inputs_weno
 Checks constraints on WENO scheme parameters.
impure subroutine s_check_inputs_muscl
 Validates that the grid resolution is sufficient for the MUSCL reconstruction order.
impure subroutine s_check_inputs_time_stepping
 Checks constraints on time stepping parameters.
impure subroutine s_check_inputs_nvidia_uvm

Detailed Description

Validates simulation input parameters for consistency and supported configurations.

Function/Subroutine Documentation

◆ s_check_inputs()

impure subroutine, public m_checker::s_check_inputs

Checks compatibility of parameters in the input file. Used by the simulation stage.

Definition at line 323 of file m_checker.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_inputs_compilers()

impure subroutine m_checker::s_check_inputs_compilers

Checks constraints on compiler options.

Definition at line 342 of file m_checker.fpp.f90.

Here is the caller graph for this function:

◆ s_check_inputs_muscl()

impure subroutine m_checker::s_check_inputs_muscl

Validates that the grid resolution is sufficient for the MUSCL reconstruction order.

Definition at line 378 of file m_checker.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_inputs_nvidia_uvm()

impure subroutine m_checker::s_check_inputs_nvidia_uvm

Definition at line 413 of file m_checker.fpp.f90.

Here is the caller graph for this function:

◆ s_check_inputs_time_stepping()

impure subroutine m_checker::s_check_inputs_time_stepping

Checks constraints on time stepping parameters.

Definition at line 403 of file m_checker.fpp.f90.

Here is the caller graph for this function:

◆ s_check_inputs_weno()

impure subroutine m_checker::s_check_inputs_weno

Checks constraints on WENO scheme parameters.

Definition at line 353 of file m_checker.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function: