Neko
0.9.99
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. More... | |
subroutine | derivative::derivative_init_from_attributes (this, fieldname, direction) |
Actual constructor. More... | |
subroutine | derivative::derivative_free (this) |
Destructor. More... | |
subroutine | derivative::derivative_compute (this, t, tstep) |
Compute the derivative field. More... | |