History log of /honee/ (Results 1051 – 1075 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3d65b16629-Nov-2022 James Wright <james@jameswright.xyz>

style: Prettyify fluids after clang-format switch

Mainly rearrange the input/output variable declarations for QFunctions

d83e1a9118-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1095 from CEED/jed/remove-stale-indent-comments

remove stale indent comments

3e425e9018-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Improve freestream setup guards

- Run setup function when freestream bcs are requested
- Don't require -freestream_velocity to be set

d1c51a4218-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Add SimpleBC to problem setup function

0bc3fea418-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Move FreestreamBCSetup to newtonian.c

2165182318-Nov-2022 Jed Brown <jed@jedbrown.org>

style: remove obsolete (with clang-format) INDENT comments

a341863318-Nov-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: fix newtonianwave for conservative variables

Update time step closer to advective CFL

4bd3f19d18-Nov-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: fix variable and Riemann switch/case/break

9516cf1218-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Fix freestream error typo

402b146d18-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1093 from CEED/ade/hllc-bcs

examples/fluids: upgrade to HLLC

edf614b518-Nov-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: freestream options and documentation

* Collect options under -freestream_ prefix and use HLLC by default.
* newtonianwave.yaml: equal aspect, monitoring options

c2c9367617-Nov-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: switch freestream to HLLC

736e1a2518-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1092 from CEED/jrwrigh/fix_newtonianwave

fix(fluids): Correct size of epicenter array

dbb62a1917-Nov-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: consolidate HLL and add HLLC

68336a5a09-Nov-2022 AdelekeBankole <adeleke.bankole@colorado.edu>

add HLLC Riemann solver

b8d43dcd09-Nov-2022 AdelekeBankole <adeleke.bankole@colorado.edu>

add HLLC riemann solver

5aaebd7417-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Zero gravity for newtonianwave.yaml

6882d06217-Nov-2022 James Wright <james@jameswright.xyz>

fix(fluids): Correct size of epicenter array

2b916ea717-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - re

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - remove stray newline

* make - simpler 'make format' target

* ci - use newer libxsmm

* doc - minor release note claification

* minor - minor fix

* minor - minor fix

* minor - minor fix

* minor - minor fix

* make format

* format - less aggressive alignment rules

* tidy - check for argument name mismatches

* fix newline

* format - mirror Ratel update to .clang-format

* fix merge error

* fix merge conflict

* fix merge error

* drop style in .phony list

* Update .clang-format

Co-authored-by: Jed Brown <jed@jedbrown.org>

* apply updated format

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...

91a3680115-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Make simulation continuation more flexible (#1086)

* fluids: Add options to continue from specific file

* fluids: Option to write out bins with step number

* doc(fluids): Document outp

fluids: Make simulation continuation more flexible (#1086)

* fluids: Add options to continue from specific file

* fluids: Option to write out bins with step number

* doc(fluids): Document output/continuation flags

show more ...

68975cc915-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1080 from CEED/ade/riemann-bcs

HLL Flux for Riemann BCs

6e91fb5f15-Nov-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: remove stray ceed/types.h (breaking GPU)

83c686fe15-Nov-2022 James Wright <james@jameswright.xyz>

doc(fluids): Correct grammar in CLI descriptions

27ae9ba515-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Add missing license header to stab_types.h

ff82278d10-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Move freestream bc setup to function

- This will allow it to be called from other problems more easily (ie.
for the Blasius problem)

1...<<41424344454647484950>>...61