Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
case::case_t Type Reference
Collaboration diagram for case::case_t:

Public Attributes

type(mesh_tmsh
 
type(json_file) params
 
character(len=:), allocatable output_directory
 
type(output_controller_toutput_controller
 
type(fluid_output_tf_out
 
type(time_state_ttime
 
type(chkp_output_tchkp_out
 
type(chkp_tchkp
 
type(user_tuser
 
class(fluid_scheme_base_t), allocatable fluid
 
type(scalars_t), allocatable scalars
 

Detailed Description

Definition at line 70 of file case.f90.

Member Data Documentation

◆ chkp

type(chkp_t) case::case_t::chkp

Definition at line 78 of file case.f90.

◆ chkp_out

type(chkp_output_t) case::case_t::chkp_out

Definition at line 77 of file case.f90.

◆ f_out

type(fluid_output_t) case::case_t::f_out

Definition at line 75 of file case.f90.

◆ fluid

class(fluid_scheme_base_t), allocatable case::case_t::fluid

Definition at line 80 of file case.f90.

◆ msh

type(mesh_t) case::case_t::msh

Definition at line 71 of file case.f90.

◆ output_controller

type(output_controller_t) case::case_t::output_controller

Definition at line 74 of file case.f90.

◆ output_directory

character(len=:), allocatable case::case_t::output_directory

Definition at line 73 of file case.f90.

◆ params

type(json_file) case::case_t::params

Definition at line 72 of file case.f90.

◆ scalars

type(scalars_t), allocatable case::case_t::scalars

Definition at line 81 of file case.f90.

◆ time

type(time_state_t) case::case_t::time

Definition at line 76 of file case.f90.

◆ user

type(user_t) case::case_t::user

Definition at line 79 of file case.f90.


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