Implements the brinkman_source_term_t
type.
◆ brinkman_source_term_init_from_json()
subroutine topopt_brinkman_source_term::brinkman_source_term_init_from_json |
( |
class(topopt_brinkman_source_term_t), intent(inout) |
this, |
|
|
type(json_file), intent(inout) |
json, |
|
|
type(field_list_t), intent(inout), target |
fields, |
|
|
type(coef_t), intent(inout), target |
coef |
|
) |
| |
- Parameters
-
this | The source term object. |
json | The JSON object for the source. |
fields | A list of fields for adding the source values. |
coef | The SEM coeffs. |
Definition at line 97 of file topopt_brinkman_source.f90.