Home
last modified time | relevance | path

Searched refs:float (Results 1 – 6 of 6) sorted by relevance

/libCEED/tests/
H A Djunit_common.py65 csv_rtol: float = -1
66 csv_ztol: float = -1
67 cgns_tol: float = -1
404 def diff_csv(test_csv: Path, true_csv: Path, zero_tol: float, rel_tol: float, argument
463 true_val: float = float(true_line[key])
464 test_val: float = float(test_line[key])
481 def diff_cgns(test_cgns: Path, true_cgns: Path, cgns_tol: float) -> str: argument
626 start: float = time.time()
698 csv_ztol: float = spec.csv_ztol if spec.csv_ztol > 0 else suite_spec.csv_ztol
699 csv_rtol: float = spec.csv_rtol if spec.csv_rtol > 0 else suite_spec.csv_rtol
/libCEED/benchmarks/
H A Dpostprocess_base.py97 data['time_per_it'] = float(
102 float(line.split(':')[1].split()[0])
H A Dpostprocess_plot.py79 num_procs = float(row['num_procs'])
80 num_procs_node = float(row['num_procs_node'])
/libCEED/tests/junit-xml/junit_xml/
H A D__init__.py294 attributes[key] += float(ts_xml.get(key, 0))
/libCEED/examples/fluids/
H A Dindex.md695 constant, and temperature is allowed to float. Using `weakT: true`, density is
696 allowed to float and temperature is set constant. At the outlet, a user-set
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md180 - `CeedScalar` can now be set as `float` or `double` at compile time.