|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Configuration for copying one compatible field into another. More...
#include <copy.h>
Public Attributes | |
| size_t | input_field |
| size_t | output_field |
| bool | accumulate |
| bool | scale_by_dt |
Configuration for copying one compatible field into another.
| bool SimCopyOperatorConfig::accumulate |
Add into the destination when true; otherwise overwrite it.
| size_t SimCopyOperatorConfig::input_field |
Source field index.
| size_t SimCopyOperatorConfig::output_field |
Destination field index; layout and scalar domain must match input.
| bool SimCopyOperatorConfig::scale_by_dt |
Scale copied values by max(dt, 0) when true.