Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | user_access_singleton::user_access_t |
Helper type to give users global access to the simulation case. More... | |
Modules | |
module | user_access_singleton |
User access singleton Defines a singleton object available in the user file. Intended to allow unrestricted access to the entire simulation case and enable all sorts of hacking, while keeping neko proper clear. The object is only initialized by makeneko, so trying to use it outside user code will result in a segfault—intentionally. | |
Functions/Subroutines | |
subroutine | user_access_singleton::user_access_init (this, case) |
Constructor. | |
subroutine | user_access_singleton::user_access_free (this) |
Destructor. | |
Variables | |
type(user_access_t), target, public | user_access_singleton::neko_user_access |
The singleton object. | |