FRTС project
Notes
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
FokkerPlanck1D
Interface
3 statements
Source File
2_FokkerPlanck1D.f90
FokkerPlanck1D_mod
FokkerPlanck1D
Contents
Module Procedures
FokkerPlanck1D_constructor
public interface FokkerPlanck1D
Module Procedures
public function
FokkerPlanck1D_constructor
(e, v_lim, v, f) result(this)
конструктор для FokkerPlanck1D
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
value
::
e
real(kind=dp),
value
::
v_lim
real(kind=dp),
value
::
v
(:)
real(kind=dp),
value
::
f
(:)
Return Value
type(
FokkerPlanck1D
)