read_setup Module

This is a module to read the input parameters for the solver settings


Uses

  • module~~read_setup~~UsesGraph module~read_setup read_setup module~comm_variable comm_variable module~read_setup->module~comm_variable mpi mpi module~read_setup->mpi module~comm_variable->mpi

Used by

  • module~~read_setup~~UsedByGraph module~read_setup read_setup module~idrs_module idrs_module module~idrs_module->module~read_setup module~solvers solvers module~solvers->module~read_setup program~helmholtz_2d helmholtz_2d program~helmholtz_2d->module~read_setup program~helmholtz_2d->module~idrs_module program~helmholtz_2d->module~solvers

Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: NparaMax = 50

the maximun number of integer input parameter

integer, public, parameter :: RparaMax = 50

the maximun number of real input parameter


Subroutines

public subroutine read_parameter()

read the input parameters for the solver settings Read by Rank 0 and then broadcast to the other ranks Get the input filename

Read more…

Arguments

None