MCPcopy Create free account
hub / github.com/cselab/aphros / GetFuncFld

Function GetFuncFld

deploy/scripts/aphros/plot.py:733–734  ·  view source on GitHub ↗
(f, pp, fld)

Source from the content-addressed store, hash-verified

731# pp: list of path to volume fraction
732# fld: field prefix
733def GetFuncFld(f, pp, fld):
734 return np.array([GetFuncFld0(f, p, fld) for p in pp])
735
736
737# Magnitude of difference from uniform reference field.

Callers 1

UnivelFunction · 0.85

Calls 1

GetFuncFld0Function · 0.85

Tested by

no test coverage detected