|
Neko 1.99.2
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, scheme_name) |
| Constructor. | |
| subroutine | source_term_handler_free (this) |
| Destructor. | |
| subroutine | source_term_handler_compute (this, time) |
| 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 187 of file source_term_handler.f90.
|
private |
| source_term | The source term to be added. |
Definition at line 245 of file source_term_handler.f90.
|
private |
| time | The time state. |
Definition at line 154 of file source_term_handler.f90.

|
private |
Definition at line 130 of file source_term_handler.f90.
|
private |
Definition at line 110 of file source_term_handler.f90.