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 | |
type(dofmap_t), pointer | dm |
dofmap for the given space | |
type(c_ptr) | s_d = C_NULL_PTR |
dev. ptr for the forces | |
procedure(source_scalar_term), pointer, pass | eval => null() |
Static Public Attributes | |
procedure(source_scalar_term_pw), pointer, nopass | eval_pw => null() |
Definition at line 45 of file source_scalar.f90.
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.
|
static |
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.