Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
874
def
LoadBub():
875
bb = np.loadtxt(
"b.dat"
)
876
if
len(bb.shape) == 2:
877
return
bb[0, :]
878
return
bb
879
880
881
def
GetConf(p):
Callers
8
FigVf
Function · 0.85
PlotTraj
Function · 0.85
GetExactK
Function · 0.85
FigHistK
Function · 0.85
FigAng
Function · 0.85
FigAng2
Function · 0.85
Univel
Function · 0.85
Curv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected