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_source_term::user_source_term_t |
A source term wrapping the user source term routine. Stores fields that are passed to the user routine so tha the user routine never touches the actual RHS fields directly. More... | |
Modules | |
module | user_source_term |
Implements the user_source_term_t type. | |
Functions/Subroutines | |
subroutine | user_source_term::user_source_term_init (this, json, fields, coef, variable_name) |
Costructor from JSON. | |
subroutine | user_source_term::user_source_term_init_from_components (this, fields, coef, user_proc, scheme_name) |
Costructor from components. | |
subroutine | user_source_term::user_source_term_free (this) |
Destructor. | |
subroutine | user_source_term::user_source_term_compute (this, time) |
Computes the source term and adds the result to fields . | |