MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
integration.f90 File Reference

Controls the integration. More...

Go to the source code of this file.

Functions/Subroutines

subroutine, public integration::bblpreproc
 Prepares the integration. More...
 
subroutine, public integration::bblinteg
 Performs integration. More...
 

Variables

integer, public integration::neq
 
procedure(sub), pointer integration::sub_ptr => odesystem
 pointer to model
 

Detailed Description

Controls the integration.

Author
Pavel Ferkl

Subroutines for setting up and controlling the integrator.

Definition in file integration.f90.

Function/Subroutine Documentation

◆ bblinteg()

◆ bblpreproc()