|
Neko 0.9.1
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 177 of file source_term_handler.f90.
|
private |
| source_term | The source term to be added. |
Definition at line 235 of file source_term_handler.f90.
|
private |
| t | The time value. |
| tstep | The current time step. |
Definition at line 143 of file source_term_handler.f90.

|
private |
Definition at line 125 of file source_term_handler.f90.
|
private |
Definition at line 108 of file source_term_handler.f90.