Neko  0.8.99
A portable framework for high-order spectral element flow simulations
source_term_handler.f90 File Reference

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. More...
 
subroutine source_term_handler::source_term_handler_free (this)
 Destructor. More...
 
subroutine source_term_handler::source_term_handler_compute (this, t, tstep)
 Add all the source term to the passed right-hand side fields. More...
 
subroutine source_term_handler::source_term_handler_add_json_source_terms (this, json, name)
 Read from the json file and initialize the source terms. More...
 
subroutine source_term_handler::source_term_handler_add_source_term (this, source_term)
 Add new source term to the list. More...