Implements the adjoint_lube_source_term_t
type.
◆ adjoint_lube_source_term_init_from_json()
subroutine adjoint_lube_source_term::adjoint_lube_source_term_init_from_json |
( |
class(adjoint_lube_source_term_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 |
|
) |
| |
- Parameters
-
this | The source term. |
json | The JSON object for the source. |
fields | A list of fields for adding the source values. |
coef | The SEM coeffs. |
Definition at line 100 of file adjoint_lube_source_term.f90.