Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 9 of 9) sorted by relevance

/libCEED/benchmarks/
H A Dpostprocess_base.py34 runs = []
57 runs.append(data)
105 return pd.DataFrame(runs)
109 runs = read_logs() variable
110 print(runs) # Print summary (about 10 lines)
111 print('First entry:\n', runs.iloc[0])
112 print('Last entry:\n', runs.iloc[-1])
H A Dpostprocess_table.py14 runs = read_logs() variable
18 runs.to_csv('benchmark_data.csv', sep='\t', index=False)
H A Dpostprocess_plot.py27 runs = read_logs() variable
43 sel_runs = runs
/libCEED/examples/fluids/
H A Dconv_plot.py37 runs = pd.read_csv(conv_result_file)
44 for group in runs.groupby('degree'):
H A DREADME.md775 The vortex shedding period is roughly 5.6 and this problem runs until time 100 (2000 time steps).
H A Dindex.md394 As the simulation runs, it takes a running time average of the statistics at the full domain quadra…
/libCEED/examples/solids/
H A DREADME.md53 …g Exodus meshes created using [CUBIT]; sample meshes used for the example runs suggested here can …
/libCEED/
H A DREADME.md344 Using the `benchmarks` target runs a comprehensive set of benchmarks which may take some time to ru…
/libCEED/doc/sphinx/source/
H A DlibCEEDapi.md399 typically in a library initializer or "constructor" that runs automatically.