Skip to content
Snippets Groups Projects
Commit 958ee733 authored by Henry's avatar Henry
Browse files

FieldField: support different Field types for binary operators e.g. fvPatchField and fvsPatchField.

The Field type of the result is that of the LH argument so now

// Update the phi BCs from U before p BCs are updated
phi.boundaryField() = mesh.Sf().boundaryField() & U.boundaryField();

is possible.
parent a38ff175
Branches
Tags
No related merge requests found
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