math:time integration
Version: 0.0.0
Description
Integrates a field of time varying quantities over time
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field | field |
| Pin 1 | resample_output | bool | Resample the output |
| Pin 2 | absolute_error | double | Absolute error for the resampling |
| Pin 3 | minimum_step_size | double | Minimum time step size for the resamplig |
| Pin 4 | integration_constant | double | Constant to be added to the integrated field |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: math
Plugin: core
Scripting name: time_integration
Full name: math.time_integration
Internal name: TimeIntegration
License: None
Changelog
- Version 0.0.0: Initial release.