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

Initialization of declared finite differences schemes. More...

Functions/Subroutines

subroutine fd_initialize ()
 Initiate all the declared finite differences schemes All the used FD schemes has to be init before use! The function init all the instances.
 

Variables

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

Detailed Description

Initialization of declared finite differences schemes.

This is used to fasten the FD evaluation process.

Function/Subroutine Documentation

◆ fd_initialize()

subroutine mod_finite_differences_init::fd_initialize

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

Variable Documentation

◆ fd_has_been_init

logical, save, private mod_finite_differences_init::fd_has_been_init = .false.
private

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