x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
init
Function
67 statements
Source File
time_integrator.f90
m_time_integrator
init
Contents
public function init(backend, allocator, method, nvars)
Arguments
Type
Intent
Optional
Attributes
Name
class(
base_backend_t
),
pointer
::
backend
class(
allocator_t
),
pointer
::
allocator
character(len=3),
intent(in)
::
method
integer,
intent(in),
optional
::
nvars
Return Value
type(
time_intg_t
)