Toggle navigation
heatcompact3d
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
AB2_integrator_type
Derived Type
4 statements
Source File
module_time_integration.f90
time_integrator
AB2_integrator_type
Contents
Variables
starttime
endtime
dt
Type-Bound Procedures
integrate
type, public, extends(
time_integrator_type
) :: AB2_integrator_type
Contents
Variables
starttime
endtime
dt
Type-Bound Procedures
integrate
Components
Type
Visibility
Attributes
Name
Initial
real,
public
::
starttime
real,
public
::
endtime
real,
public
::
dt
Type-Bound Procedures
procedure, public ::
integrate
=>
integrate_AB2
public subroutine
integrate_AB2
(self, afield)
Arguments
Type
Intent
Optional
Attributes
Name
class(
AB2_integrator_type
),
intent(in)
::
self
class(
field_type
),
intent(inout),
allocatable
::
afield