62    type(
case_t), 
target :: case
 
 
   71    if (
associated(this%case)) this%case => null()
 
 
Defines a simulation case.
 
User access singleton Defines a singleton object available in the user file. Intended to allow unrest...
 
subroutine user_access_init(this, case)
Constructor.
 
type(user_access_t), target, public neko_user_access
The singleton object.
 
subroutine user_access_free(this)
Destructor.
 
Helper type to give users global access to the simulation case.