Neko  0.8.1
A portable framework for high-order spectral element flow simulations
case::case_init Interface Reference

Public Member Functions

subroutine case_init_from_file (C, case_file)
 Initialize a case from an input file case_file. More...
 
subroutine case_init_from_json (C, case_json)
 Initialize a case from a JSON object describing a case. More...
 

Detailed Description

Definition at line 87 of file case.f90.

Member Function/Subroutine Documentation

◆ case_init_from_file()

subroutine case::case_init::case_init_from_file ( type(case_t), intent(inout), target  C,
character(len=*), intent(in)  case_file 
)

Initialize a case from an input file case_file.

Definition at line 96 of file case.f90.

Here is the call graph for this function:

◆ case_init_from_json()

subroutine case::case_init::case_init_from_json ( type(case_t), intent(inout), target  C,
type(json_file), intent(in)  case_json 
)

Initialize a case from a JSON object describing a case.

Definition at line 124 of file case.f90.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: