Lines Matching +full:- +full:- +full:print +full:- +full:summary
3 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
20 - Add `-honee_max_wall_time_{duration,buffer,interval}` for stopping a simulation based on expired …
21 - Add initial condition loading from CGNS files. Requires PETSc to be built with CGNS with parallel…
22 - Add `-ts_monitor_cfl` for CFL statistics monitoring
23 - Add `HONEE_StrongBCInsert` and `HONEE_StrongBCCeed` log events
24 - Add `-ksp_post_solve_residual` to print KSP residual summary information (can be done for `-mass`…
25 - Enable projection of the divergence of diffusive flux for explicit Navier-Stokes
26 - Add `-mass_ksp_view_pre_ts_solve` to view the mass KSP once before `TSSolve()` is run
27 - Spanwise statistics writes a logging message when a file is written, which includes post-processi…
28 - Add `-ts_eval_solutions_view` to output solutions gathered via `-ts_eval_times`
29 - Add `-taylorgreen_background_velocity` to add a background velocity to the initial condition
30 - Add `HoneeGetGitVersion()` to access the Git commit and dirty state of the repository at build ti…
31 - Add `HoneeGetVersion()` to access the semantic version of HONEE at runtime.
32 - Add `HoneeGetBuildConfiguration()` function for retrieving build configuration info.
33 - Extend `BCDefinition` to handle boundary integral setup (`BCDefinition{Get,Set}DM()`, `BCDefiniti…
34 - Add `HoneeSetContainer()`, `HoneeGetContainer()`, and `HoneeHasContainer()` for adding misc struc…
35 - Add `-ts_monitor_spanstats_cflpe` to calculate the spanwise statistics of CFL and Peclet number
36 - Add `-ts_monitor_smartsim_solution` for writing solution vector to SmartSim database
39 - Add `HoneeLoadInitialCondition()` to consolidate initial condition logic
40 - Move `Honee` typedef to `include/honee.h`
41 - Remove `SimpleBC` struct
42 - Convert `Honee` to a `PetscObject`
45 - Deprecate `-continue` and `-continue_time_filename`. Continuing from file controlled by `-continu…
46 - Change `-checkpoint_interval` default value from `10` to `0` (CGNS is the standard restart file f…
47 - Update definition of `PetscOptionsItems` to reflect new status as pointer-to-struct rather than j…
48 - Change `-ts_monitor_turbulence_spanstats_viewer` -> `-ts_monitor_turbulence_spanstats` and a few …
49 - Make `-dm_plex_csr_alg mat` the default. This allows for better partition cuts when using isoperi…
50 - Change `-mesh_transform` option to `-meshtransform_type`
51 - Change `-platemesh_*` options to `-meshtransform_platemesh_*`