Searched refs:float (Results 1 – 6 of 6) sorted by relevance
| /libCEED/tests/ |
| H A D | junit_common.py | 65 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 D | postprocess_base.py | 97 data['time_per_it'] = float( 102 float(line.split(':')[1].split()[0])
|
| H A D | postprocess_plot.py | 79 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__.py | 294 attributes[key] += float(ts_xml.get(key, 0))
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 695 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 D | releasenotes.md | 180 - `CeedScalar` can now be set as `float` or `double` at compile time.
|