Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | source_scalar::source_scalar_t |
Defines a source term for the scalar transport equation term \( f \). More... | |
interface | source_scalar::source_scalar_term |
Abstract interface defining how to compute a source_scalar term. More... | |
interface | source_scalar::source_scalar_term_pw |
Abstract interface defining how to compute a source_scalar term pointwise. More... | |
Modules | |
module | source_scalar |
Source terms for scalars. | |
Functions/Subroutines | |
subroutine | source_scalar::source_scalar_init (f, dm) |
Initialize a source_scalar term f. More... | |
subroutine | source_scalar::source_scalar_free (f) |
Deallocate a source_scalar term f. More... | |
subroutine | source_scalar::source_scalar_set_type (f, f_eval) |
Set the eval method for the source_scalar term f. More... | |
subroutine | source_scalar::source_scalar_set_pw_type (f, f_eval_pw) |
Set the pointwise eval method for the source_scalar term f. More... | |
subroutine | source_scalar::source_scalar_eval_noforce (f, t) |
Eval routine for zero forcing. More... | |
subroutine | source_scalar::source_scalar_eval_pw (f, t) |
Driver for all pointwise source_scalar term evaluatons. More... | |