Skip to content
Snippets Groups Projects
Commit ab692caf authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: support multiple weights on some field function objects (#1930)

- weight fields are combined by multiplication

  - volFieldValue:
    * 0-N scalar fields

  - surfaceFieldValue:
    * 0-N scalar fields
    * 0-1 vector fields

  In some cases this can be used to avoid creating additional
  fields.

      weightFields  (rho U);
  vs.
      derivedFields (rhoU);
      weightField   rhoU;
parent f8d08a80
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment