Neko  0.8.99
A portable framework for high-order spectral element flow simulations
case.f90 File Reference

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 (C, case_file)
 Initialize a case from an input file case_file. More...
 
subroutine case::case_init_from_json (C, case_json)
 Initialize a case from a JSON object describing a case. More...
 
subroutine case::case_init_common (C)
 Initialize a case from its (loaded) params object. More...
 
subroutine, public case::case_free (C)
 Deallocate a case. More...