Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | vorticity::vorticity_t |
A simulation component that computes the vorticity field. Added to the field registry as omega_x , omega_y , and omega_z`. More... | |
Modules | |
module | vorticity |
Implements the vorticity_t type. | |
Functions/Subroutines | |
subroutine | vorticity::vorticity_init_from_json (this, json, case) |
Constructor from json. More... | |
subroutine | vorticity::vorticity_init_from_attributes (this) |
Actual constructor. More... | |
subroutine | vorticity::vorticity_free (this) |
Destructor. More... | |
subroutine | vorticity::vorticity_compute (this, t, tstep) |
Compute the vorticity field. More... | |