|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
| type | derivative::derivative_t |
A simulation component that computes a derivative of a field. Wraps the duxyz operator. More... | |
Modules | |
| module | derivative |
Implements the derivative_t type. | |
Functions/Subroutines | |
| subroutine | derivative::derivative_init_from_json (this, json, case) |
| Constructor from json. | |
| subroutine | derivative::derivative_init_from_attributes (this, fieldname, direction) |
| Actual constructor. | |
| subroutine | derivative::derivative_free (this) |
| Destructor. | |
| subroutine | derivative::derivative_compute (this, t, tstep) |
| Compute the derivative field. | |