Notus main program and User Interface. More...
Topics | |
Read Command Line | |
Routines that read Notus command line. | |
User interface | |
User interface. | |
Functions | |
subroutine | mod_finalize_setup::finalize_setup () |
User or test case specific initialization. | |
program | notus |
Main Fortran routine of Notus code. | |
This directory contains:
notus.f90
user_or_test_case_specific_initialization.f90
routine, called in notus.f90
that call user initialization routines and eventually test case specific initialization ones.command_line
directory that contains some routines that read the notus command linetest_case
directory that contains the NTS test cases documentation and eventually some specific codeui
directory that contains the User Interface source code subroutine mod_finalize_setup::finalize_setup |
User or test case specific initialization
This routine call user initialization routines and test case specific ones. It is called just before the time loop.
program notus |
Main Fortran routine of Notus code
This is the main Fortran program of Notus code. It initializes MPI, reads command line, initializes OpenMP, reads input file, eventually restarts from a checkpoint file, eventually prints output fields. It contains the time loop associated to the time discretization of the partial differential equations to be solved, and finally close thr program.