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 | case::case_t |
interface | case::case_init |
Modules | |
module | case |
Defines a simulation case. | |
Functions/Subroutines | |
subroutine | case::case_init_from_file (this, case_file) |
Initialize a case from an input file case_file. More... | |
subroutine | case::case_init_from_json (this, case_json) |
Initialize a case from a JSON object describing a case. More... | |
subroutine | case::case_init_common (this) |
Initialize a case from its (loaded) params object. More... | |
subroutine, public | case::case_free (this) |
Deallocate a case. More... | |