Neko  0.8.1
A portable framework for high-order spectral element flow simulations
source_scalar::source_scalar_t Type Reference

Defines a source term for the scalar transport equation term \( f \). More...

Collaboration diagram for source_scalar::source_scalar_t:

Public Attributes

real(kind=rp), dimension(:,:,:,:), allocatable s
 the source values More...
 
type(dofmap_t), pointer dm
 dofmap for the given space More...
 
type(c_ptr) s_d = C_NULL_PTR
 dev. ptr for the forces More...
 
procedure(source_scalar_term), pointer, pass eval => null()
 
procedure(source_scalar_term_pw), pointer, nopass eval_pw => null()
 

Detailed Description

Defines a source term for the scalar transport equation term \( f \).

Definition at line 45 of file source_scalar.f90.

Member Data Documentation

◆ dm

type(dofmap_t), pointer source_scalar::source_scalar_t::dm

dofmap for the given space

Definition at line 47 of file source_scalar.f90.

◆ eval

procedure(source_scalar_term), pointer, pass source_scalar::source_scalar_t::eval => null()

Definition at line 49 of file source_scalar.f90.

◆ eval_pw

procedure(source_scalar_term_pw), pointer, nopass source_scalar::source_scalar_t::eval_pw => null()

Definition at line 50 of file source_scalar.f90.

◆ s

real(kind=rp), dimension(:,:,:,:), allocatable source_scalar::source_scalar_t::s

the source values

Definition at line 46 of file source_scalar.f90.

◆ s_d

type(c_ptr) source_scalar::source_scalar_t::s_d = C_NULL_PTR

dev. ptr for the forces

Definition at line 48 of file source_scalar.f90.


The documentation for this type was generated from the following file: