SFEMaNS  version 5.3
Reference documentation for SFEMaNS
input_data Module Reference

Functions/Subroutines

subroutine, public read_my_data (data_fichier)
 
subroutine check_coherence_of_data
 
logical function check_coherence_with_periodic_bcs (list)
 

Variables

type(my_data), public inputs
 

Function/Subroutine Documentation

subroutine input_data::check_coherence_of_data ( )

Definition at line 1286 of file read_my_data.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

logical function input_data::check_coherence_with_periodic_bcs ( integer, dimension(:)  list)

Definition at line 1433 of file read_my_data.f90.

Here is the caller graph for this function:

subroutine, public input_data::read_my_data ( character(len=200), intent(in)  data_fichier)

Definition at line 243 of file read_my_data.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

type(my_data), public input_data::inputs

Definition at line 237 of file read_my_data.f90.