0.6.0
Loading...
Searching...
No Matches
mod_extrapolation_init Module Reference

Initialization of declared extrapolation chemes. More...

Functions/Subroutines

subroutine ext_initialize ()
 Initiate all the declared extrapolation schemes All the used extrapolation schemes has to be init before use! The function init all the instances.
 

Variables

logical, save, private ext_has_been_init = .false.
 Boolean that is set to true after the system has been init.
 

Detailed Description

Initialization of declared extrapolation chemes.

This is used to fasten the extrapolation evaluation process.

Function/Subroutine Documentation

◆ ext_initialize()

subroutine mod_extrapolation_init::ext_initialize

Initiate all the declared extrapolation schemes All the used extrapolation schemes has to be init before use! The function init all the instances.

Variable Documentation

◆ ext_has_been_init

logical, save, private mod_extrapolation_init::ext_has_been_init = .false.
private

Boolean that is set to true after the system has been init.