From a user-perspective, setting up and using field functions is somewhat messy:
field_interp = FieldFunctionInterpolationVolume()
field_interp.SetOperationType("max")
field_interp.SetLogicalVolume(monitor_volume)
field_interp.AddFieldFunction(fflist[3])
field_interp.Initialize()
field_interp.Execute()
We should simplify this... maybe via post-processors?
From a user-perspective, setting up and using field functions is somewhat messy:
We should simplify this... maybe via post-processors?