|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Implements the derivative_t type.
Data Types | |
| type | derivative_t |
A simulation component that computes a derivative of a field. Wraps the duxyz operator. More... | |
Functions/Subroutines | |
| subroutine | derivative_init_from_json (this, json, case) |
| Constructor from json. | |
| subroutine | derivative_init_from_attributes (this, fieldname, direction) |
| Actual constructor. | |
| subroutine | derivative_free (this) |
| Destructor. | |
| subroutine | derivative_compute (this, t, tstep) |
| Compute the derivative field. | |
|
private |
| t | The time value. |
| tstep | The current time-step |
Definition at line 147 of file derivative.f90.

|
private |
Definition at line 133 of file derivative.f90.
|
private |