Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Defines a source term for the scalar transport equation term \( f \). More...
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() |
Definition at line 45 of file source_scalar.f90.
type(dofmap_t), pointer source_scalar::source_scalar_t::dm |
Definition at line 47 of file source_scalar.f90.
procedure(source_scalar_term), pointer, pass source_scalar::source_scalar_t::eval => null() |
Definition at line 49 of file source_scalar.f90.
procedure(source_scalar_term_pw), pointer, nopass source_scalar::source_scalar_t::eval_pw => null() |
Definition at line 50 of file source_scalar.f90.
real(kind=rp), dimension(:,:,:,:), allocatable source_scalar::source_scalar_t::s |
Definition at line 46 of file source_scalar.f90.
type(c_ptr) source_scalar::source_scalar_t::s_d = C_NULL_PTR |
Definition at line 48 of file source_scalar.f90.