History log of /libCEED/examples/ (Results 676 – 700 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ce9b5c2006-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add viscous flux to POutflow BC

30e9fa8106-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Move blasius outflow to newtonian.h

65dd5caf06-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Move StrongSTGbcFunc to newtonian.h

- Requires significant changes to how the stg_context is passed to the
the strong bc

8b85812c05-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Cleanup code

- Code either commented out, or left over from previous debugging

c6e8c57005-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Abstract State and helper funcs

e8b03fee03-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Pass solution gradient to boundary QFs

7b39487d21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - add preloading (#997)

* fluids - add preloading

* fluids - fix accidentally dropped line

Co-authored-by: James Wright <james@jameswright.xyz>

* fluids - get wallclock from stage lo

fluids - add preloading (#997)

* fluids - add preloading

* fluids - fix accidentally dropped line

Co-authored-by: James Wright <james@jameswright.xyz>

* fluids - get wallclock from stage log, FRAGILE

Co-authored-by: James Wright <james@jameswright.xyz>

show more ...

c082eca021-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge branch 'main' into jeremy/memcheck-qf-ctx

17ce10fa15-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - fix setup context data misuse

b80a441917-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - only VecZero in the BCs if using SetBCsFromICs

9a9f72eb16-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - restore commented code

5e82a6e116-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - cache boundary conditions in separate vecs

a3cbccd616-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - trim some extra zeroing

6ef2784e08-Jun-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: minor - style

22d320f508-Jun-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluids: destroy ceed object

f8c2a97d08-Jun-2022 rezgarshakeri <rezgar.shakeri@colorado.edu>

malloc_dump is fine, need to fix valgrind

17b9cea205-Jun-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: slightly relax tolerance for /gpu/hip

a1df05f805-Jun-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: document developer options

5ba4e83e04-Jun-2022 Jed Brown <jed@jedbrown.org>

Merge branch 'main' into jed/fluids-jacobian

* main: (24 commits)
op - more data in view
examples/fluids: Test for strong STG
examples/fluids: Add strong STG to documentation
examples/fluids

Merge branch 'main' into jed/fluids-jacobian

* main: (24 commits)
op - more data in view
examples/fluids: Test for strong STG
examples/fluids: Add strong STG to documentation
examples/fluids: Add option for BC from ICs
examples/fluids: Correct for non-origin domains
examples/fluids: Implement Strong STG BC
examples/fluids: Minor stg improvements/style
examples/fluids: Add Strong STG functions
examples/fluids: Fix memory leak in STG
GPU assembly: fix potential basis loading offset error
tests - more complex source include testing
pc - fix qf fallback cloning
restr - relax comp_stride check for num_comp == 1
make style
pc - avoid direct access of basis data in multigrid creation
ceed - refactor fallback Ceed creation into separate fn
minor - homogonize int vs CeedInt
basis - add input checks
restr - add input checks on element restrictions
examples/fluids: Update STG test for new mesh feats
...

show more ...

c79c9d8a03-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Test for strong STG

- Note that the "compare_final_state_atol" had to be reduced to 1e-10
in order to have all the backends pass (the non-optimized backends
were not able to pas

examples/fluids: Test for strong STG

- Note that the "compare_final_state_atol" had to be reduced to 1e-10
in order to have all the backends pass (the non-optimized backends
were not able to pass)

show more ...

30af363603-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add strong STG to documentation

36b31e2703-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add option for BC from ICs

- Instead of hard coded if statement, add option on whether to set the
boundary conditions based on their initial condition values
- Default set to

examples/fluids: Add option for BC from ICs

- Instead of hard coded if statement, add option on whether to set the
boundary conditions based on their initial condition values
- Default set to True

show more ...

f1122ed002-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Correct for non-origin domains

- Add correction for if domain is not set at the origin

363b60e124-May-2022 James Wright <james@jameswright.xyz>

examples/fluids: Implement Strong STG BC

961c9c9824-May-2022 James Wright <james@jameswright.xyz>

examples/fluids: Minor stg improvements/style

1...<<21222324252627282930>>...69