Go to the source code of this file.
|
| type | field_source_term::field_source_term_t |
| | A source term that grabs the values from fields in the registry. The fields are specified with the field_names keyword, which should be an array, with a value for each component of the source. More...
|
| |
|
| subroutine | field_source_term::field_source_term_init_from_json (this, json, fields, coef, variable_name) |
| | The common constructor using a JSON object.
|
| |
| subroutine | field_source_term::field_source_term_init_from_components (this, fields, field_names, coef, start_time, end_time) |
| | The constructor from type components.
|
| |
| subroutine | field_source_term::field_source_term_free (this) |
| | Destructor.
|
| |
| subroutine | field_source_term::field_source_term_compute (this, time) |
| | Computes the source term and adds the result to fields.
|
| |