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

Go to the source code of this file.

Data Types

type  scalar_source_term::scalar_source_term_t
 Wrapper contaning and executing the scalar source terms. More...
 

Modules

module  scalar_source_term
 Implements the scalar_source_term_t type.
 

Functions/Subroutines

subroutine scalar_source_term::scalar_source_term_init (this, json, f, coef, user)
 Constructor. More...
 
subroutine scalar_source_term::init_user_source (source_term, rhs_fields, coef, type, user)
 Initialize the user source term. More...
 
subroutine scalar_source_term::scalar_source_term_free (this)
 Destructor. More...
 
subroutine scalar_source_term::scalar_source_term_compute (this, t, tstep)
 Add all the source term to the passed right-hand side fields. More...