Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements the source_term_handler_t
type.
Data Types | |
interface | source_term_handler_init_user_source |
type | source_term_handler_t |
Abstract class for handling source terms. More... | |
Functions/Subroutines | |
subroutine | source_term_handler_init_base (this, rhs_fields, coef, user) |
Constructor. | |
subroutine | source_term_handler_free (this) |
Destructor. | |
subroutine | source_term_handler_compute (this, t, tstep) |
Add all the source term to the passed right-hand side fields. | |
subroutine | source_term_handler_add_json_source_terms (this, json, name) |
Read from the json file and initialize the source terms. | |
subroutine | source_term_handler_add_source_term (this, source_term) |
Add new source term to the list. | |
|
private |
Definition at line 176 of file source_term_handler.f90.
|
private |
source_term | The source term to be added. |
Definition at line 234 of file source_term_handler.f90.
|
private |
t | The time value. |
tstep | The current time step. |
Definition at line 142 of file source_term_handler.f90.
|
private |
Definition at line 124 of file source_term_handler.f90.
|
private |
Definition at line 107 of file source_term_handler.f90.