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

Go to the source code of this file.

Data Types

type  fluid_source_term::fluid_source_term_t
 Wrapper contaning and executing the fluid source terms. More...
 

Modules

module  fluid_source_term
 Implements the fluid_source_term_t type.
 

Functions/Subroutines

subroutine fluid_source_term::fluid_source_term_init (this, json, f_x, f_y, f_z, coef, user)
 Costructor. More...
 
subroutine fluid_source_term::init_user_source (source_term, rhs_fields, coef, type, user)
 Initialize the user source term. More...
 
subroutine fluid_source_term::fluid_source_term_free (this)
 Destructor. More...
 
subroutine fluid_source_term::fluid_source_term_compute (this, t, tstep)
 Add all the source term to the passed right-hand side fields. More...