Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
source_term_template Module Reference

Template for a user-defined source term.

Data Types

type  source_term_template_t
 

Functions/Subroutines

subroutine source_term_template_init (this, json, fields, coef, variable_name)
 
subroutine source_term_template_free (this)
 
subroutine source_term_template_compute (this, time)
 
subroutine, public source_term_template_register_types ()
 
subroutine source_term_template_allocate (obj)
 

Function/Subroutine Documentation

◆ source_term_template_allocate()

subroutine source_term_template::source_term_template_allocate ( class(source_term_t), intent(inout), allocatable  obj)
private

Definition at line 54 of file source_term_template.f90.

Here is the caller graph for this function:

◆ source_term_template_compute()

subroutine source_term_template::source_term_template_compute ( class(source_term_template_t), intent(inout this,
type(time_state_t), intent(in time 
)
private

Definition at line 42 of file source_term_template.f90.

◆ source_term_template_free()

subroutine source_term_template::source_term_template_free ( class(source_term_template_t), intent(inout this)
private

Definition at line 36 of file source_term_template.f90.

◆ source_term_template_init()

subroutine source_term_template::source_term_template_init ( class(source_term_template_t), intent(inout this,
type(json_file), intent(inout json,
type(field_list_t), intent(in), target  fields,
type(coef_t), intent(in), target  coef,
character(len=*), intent(in variable_name 
)

Definition at line 24 of file source_term_template.f90.

◆ source_term_template_register_types()

subroutine, public source_term_template::source_term_template_register_types

Definition at line 48 of file source_term_template.f90.

Here is the call graph for this function:
Here is the caller graph for this function: