Implements the scalar_source_term_t
type.
◆ scalar_init_user_source()
- Parameters
-
source_term | The allocatable source term to be initialized to a user. |
rhs_fields | The field list with the right-hand-side. |
coef | The SEM coefs. |
type | The type of the user source term, "user_vector" or "user_poinwise". |
user | The user type containing the user source term routines. |
Definition at line 85 of file scalar_source_term.f90.
◆ scalar_source_term_init()
subroutine scalar_source_term::scalar_source_term_init |
( |
class(scalar_source_term_t), intent(inout) |
this, |
|
|
type(field_t), intent(in), pointer |
f, |
|
|
type(coef_t), intent(in), target |
coef, |
|
|
type(user_t), intent(in), target |
user |
|
) |
| |