Go to the source code of this file.
|
| type | curl_simcomp::curl_t |
| | A simulation component that computes the curl of a vector field. Added to the field registry as curl_x, curl_y, andcurl_z` by default, but can be controlled by the computed_field keyword. More...
|
| |
|
| subroutine | curl_simcomp::curl_init_from_json (this, json, case) |
| | Constructor from json.
|
| |
| subroutine | curl_simcomp::curl_init_common (this, field_names, computed_field) |
| | Common part of the constructors.
|
| |
| subroutine | curl_simcomp::curl_init_from_controllers (this, case, order, preprocess_controller, compute_controller, output_controller, field_names, computed_field, filename, precision) |
| | Constructor from components, passing controllers.
|
| |
| subroutine | curl_simcomp::curl_init_from_controllers_properties (this, case, order, preprocess_control, preprocess_value, compute_control, compute_value, output_control, output_value, field_names, computed_field, filename, precision) |
| | Constructor from components, passing properties to the time_based_controller` components in the base type.
|
| |
| subroutine | curl_simcomp::curl_free (this) |
| | Destructor.
|
| |
| subroutine | curl_simcomp::curl_compute (this, time) |
| | Compute the curl field.
|
| |