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

Go to the source code of this file.

Data Types

type  const_source_term::const_source_term_t
 A constant source term. The strength is specified with the values keyword, which should be an array, with a value for each component of the source. More...
 

Modules

module  const_source_term
 Implements the const_source_term_t type.
 

Functions/Subroutines

subroutine const_source_term::const_source_term_init_from_json (this, json, fields, coef)
 The common constructor using a JSON object. More...
 
subroutine const_source_term::const_source_term_init_from_components (this, fields, values, coef, start_time, end_time)
 The constructor from type components. More...
 
subroutine const_source_term::const_source_term_free (this)
 Destructor. More...
 
subroutine const_source_term::const_source_term_compute (this, t, tstep)
 Computes the source term and adds the result to fields. More...