Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
artificial_viscosity_model::allocator_entry Type Reference

Called in user modules to add an allocator for custom types. More...

Public Attributes

character(len=20) type_name
 Registered model type name.
 

Static Public Attributes

procedure(avm_allocate), pointer, nopass allocator
 Allocator associated with the model type.
 

Detailed Description

Parameters
type_nameThe custom model type name.
allocatorThe custom model allocator. A name-allocator pair for user-defined types. A helper type to define a registry of custom allocators.

Definition at line 156 of file avm.f90.

Member Data Documentation

◆ allocator

procedure(avm_allocate), pointer, nopass artificial_viscosity_model::allocator_entry::allocator
static

Definition at line 160 of file avm.f90.

◆ type_name

character(len=20) artificial_viscosity_model::allocator_entry::type_name

Definition at line 158 of file avm.f90.


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