Neko 1.99.2
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
case Module Reference

Defines a simulation case.

Data Types

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 case_free (this)
 Deallocate a case.
 

Function/Subroutine Documentation

◆ case_free()

subroutine case::case_free ( class(case_t), intent(inout this)
private

Definition at line 514 of file case.f90.

◆ case_init_common()

subroutine case::case_init_common ( type(case_t), intent(inout), target  this)
private

Definition at line 141 of file case.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ case_init_from_file()

subroutine case::case_init_from_file ( class(case_t), intent(inout), target  this,
character(len=*), intent(in case_file 
)

Definition at line 92 of file case.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ case_init_from_json()

subroutine case::case_init_from_json ( class(case_t), intent(inout), target  this,
type(json_file), intent(in case_json 
)
private

Definition at line 127 of file case.f90.

Here is the call graph for this function:
Here is the caller graph for this function: