| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Go to the source code of this file.
Data Types | |
| type | source_term_handler::source_term_handler_t | 
| Abstract class for handling source terms.  More... | |
| interface | source_term_handler::source_term_handler_init_user_source | 
Modules | |
| module | source_term_handler | 
Implements the source_term_handler_t type.  | |
Functions/Subroutines | |
| subroutine | source_term_handler::source_term_handler_init_base (this, rhs_fields, coef, user) | 
| Constructor.   | |
| subroutine | source_term_handler::source_term_handler_free (this) | 
| Destructor.   | |
| subroutine | source_term_handler::source_term_handler_compute (this, t, tstep) | 
| Add all the source term to the passed right-hand side fields.   | |
| subroutine | source_term_handler::source_term_handler_add_json_source_terms (this, json, name) | 
| Read from the json file and initialize the source terms.   | |
| subroutine | source_term_handler::source_term_handler_add_source_term (this, source_term) | 
| Add new source term to the list.   | |