Implements the derivative_t
type.
|
type | derivative_t |
| A simulation component that computes a derivative of a field. Wraps the duxyz operator. More...
|
|
◆ derivative_compute()
subroutine derivative::derivative_compute |
( |
class(derivative_t), intent(inout) |
this, |
|
|
real(kind=rp), intent(in) |
t, |
|
|
integer, intent(in) |
tstep |
|
) |
| |
|
private |
- Parameters
-
t | The time value. |
tstep | The current time-step |
Definition at line 147 of file derivative.f90.
◆ derivative_free()
subroutine derivative::derivative_free |
( |
class(derivative_t), intent(inout) |
this | ) |
|
|
private |
◆ derivative_init_from_attributes()
subroutine derivative::derivative_init_from_attributes |
( |
class(derivative_t), intent(inout) |
this, |
|
|
character(len=*) |
fieldname, |
|
|
character(len=*) |
direction |
|
) |
| |
|
private |
◆ derivative_init_from_json()
subroutine derivative::derivative_init_from_json |
( |
class(derivative_t), intent(inout) |
this, |
|
|
type(json_file), intent(inout) |
json, |
|
|
class(case_t), intent(inout), target |
case |
|
) |
| |