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

Go to the source code of this file.

Data Types

type  fluid_user_source_term::fluid_user_source_term_t
 A source-term for the fluid, with procedure pointers pointing to the actual implementation in the user file. More...
 
interface  fluid_user_source_term::fluid_source_compute_vector
 Computes the source term and adds the result to fields. More...
 
interface  fluid_user_source_term::fluid_source_compute_pointwise
 Computes the source term at a single point. More...
 

Modules

module  fluid_user_source_term
 Implements the fluid_user_source_term_t type.
 

Functions/Subroutines

subroutine fluid_user_source_term::fluid_user_source_term_init (this, json, fields, coef)
 Costructor from JSON. More...
 
subroutine fluid_user_source_term::fluid_user_source_term_init_from_components (this, fields, coef, source_term_type, eval_vector, eval_pointwise)
 Costructor from components. More...
 
subroutine fluid_user_source_term::fluid_user_source_term_free (this)
 Destructor. More...
 
subroutine fluid_user_source_term::fluid_user_source_term_compute (this, t, tstep)
 Computes the source term and adds the result to fields. More...
 
subroutine fluid_user_source_term::pointwise_eval_driver (this, t)
 Driver for all pointwise source term evaluatons. More...