Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
custom_types.f90 File Reference

Go to the source code of this file.

Data Types

type  custom_types::my_source_term_t
 

Modules

module  custom_types
 In this module we implement a custom source term, my_source_term and prep it for being recognized by Neko at run time. The source term doesn't really do anything, we just show how such a thing could be done.
 

Functions/Subroutines

subroutine custom_types::my_source_term_init_from_json (this, json, fields, coef, variable_name)
 The common constructor using a JSON object.
 
subroutine custom_types::my_source_term_free (this)
 Destructor.
 
subroutine custom_types::my_source_term_compute (this, time)
 Will just bring our greeting to the console.
 
subroutine, public custom_types::custom_types_register_types ()
 
subroutine custom_types::my_source_term_allocate (obj)