Home
last modified time | relevance | path

Searched +full:- +full:- +full:print +full:- +full:summary (Results 1 – 4 of 4) sorted by relevance

/honee/
H A DCHANGELOG.md3 On this page we provide a summary of the main API changes, new features and examples for each relea…
11 - For strong STG, element size is calculated from cell-to-face basis. `-stg_dx` no longer needed in…
12 - Add projection of the divergence of diffusive flux for Navier-Stokes equations, see !27
13 - Add sine and square wave initial conditions for advection-diffusion example, see !38
14 - Add diffusion component of stabilization tau formulation for advection-diffusion, see !42
15 - Add projection of the divergence of diffusive flux for advection-diffusion equations, see !43
16 - Add boundary layer IC and wind type to advection-diffusion equations, see !46
17 - Add `-bl_height_factor` option for boundary layer IC in advection-diffusion equations, see !70
18 - Add `-ts_monitor_total_kinetic_energy`
19 - Add `-honee_check_step_interval` to verify solution validity during simulation
[all …]
H A D.gitlab-ci.yml1 # ----------------------------------------------------------------------------------------
3 # ----------------------------------------------------------------------------------------
5 - test:stage-lint
6 - test:stage-full
7 - test:post
8 - test:docs
9 - deploy
15 .test-basic:
19 - web
20 - merge_requests
[all …]
/honee/tests/
H A Dsmartsim_regression_framework.py19 sys.path.insert(0, (Path(__file__).parents[3] / "tests/junit-xml").as_posix())
56 def verify_training_data(database_array, correct_array, ceed_resource, atol=1e-8, rtol=1e-8):
60 Check whether the S-frame-oriented vorticity vector's second component is just flipped.
68 idx_notclose = np.where(np.abs(database_array - correct_array) > total_tolerances)
75 test_fail = False if np.allclose(-database_vorticity, correct_vorticity,
82 …rror(f"Array values in database max difference: {np.max(np.abs(correct_array - database_array))}\n"
113 def test(self, ceed_resource) -> Tuple[bool, Exception, str]:
119 '-ceed', ceed_resource,
120 '-options_file', (file_dir / '../examples/blasius.yaml').as_posix(),
121 '-ts_max_steps', '2',
[all …]
/honee/doc/
H A Druntime_options.md4 HONEE is controlled via command-line options.
7 :::{list-table} Common Runtime Options
8 :header-rows: 1
10 * - Option
11 - Description
12 - Default value
14 * - `-ceed`
15 - CEED resource specifier
16 - `/cpu/self/opt/blocked`
18 * - `-problem`
[all …]