Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
interface | scratch_registry::scratch_registry_t |
Modules | |
module | scratch_registry |
Defines a registry for storing and requesting temporary fields This can be used when you have a function that will be called often and you don't want to create temporary fields (work arrays) inside it on each call. | |
Variables | |
type(scratch_registry_t), target, public | scratch_registry::neko_scratch_registry |
Global scratch registry. | |