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

Function LoadBub

deploy/scripts/aphros/plot.py:874–878  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

872
873# bubble location
874def LoadBub():
875 bb = np.loadtxt("b.dat")
876 if len(bb.shape) == 2:
877 return bb[0, :]
878 return bb
879
880
881def GetConf(p):

Callers 8

FigVfFunction · 0.85
PlotTrajFunction · 0.85
GetExactKFunction · 0.85
FigHistKFunction · 0.85
FigAngFunction · 0.85
FigAng2Function · 0.85
UnivelFunction · 0.85
CurvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected