version 0.6.0
Notus

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. More...
 
program notus
 Main Fortran routine of Notus code. More...
 

Detailed Description

This directory contains:

Function Documentation

◆ finalize_setup()

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.

◆ notus()

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.