| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Defines a simulation case.
Data Types | |
| interface | case_init | 
| type | case_t | 
Functions/Subroutines | |
| subroutine | case_init_from_file (this, case_file) | 
| Initialize a case from an input file case_file.   | |
| subroutine | case_init_from_json (this, case_json) | 
| Initialize a case from a JSON object describing a case.   | |
| subroutine | case_init_common (this) | 
| Initialize a case from its (loaded) params object.   | |
| subroutine, public | case_free (this) | 
| Deallocate a case.   | |
| subroutine, public case::case_free | ( | type(case_t), intent(inout) | this | ) | 
      
  | 
  private |