Skip to content
Snippets Groups Projects
Commit 1fe8fccf authored by Evgeny Mortikov's avatar Evgeny Mortikov
Browse files

initial conditions module update

parent 7817f3c3
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ module obl_grid
! --------------------------------------------------------------------------------
! directives list
! --------------------------------------------------------------------------------
implicit none
private
......
module obl_init
!< @brief initial conditions module
! --------------------------------------------------------------------------------
! modules used
! --------------------------------------------------------------------------------
use obl_grid
use obl_math
! directives list
! --------------------------------------------------------------------------------
implicit none
private
! public interface
! --------------------------------------------------------------------------------
public :: set_const_profile, set_linear_profile, set_external_profile
! --------------------------------------------------------------------------------
contains
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment