History log of /libCEED/ (Results 676 – 700 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
935f026a21-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

op - add terse view

b9f1e9d920-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1609 from CEED/jrwrigh/fix_riemann_solvers

fluids: Fix Riemann solvers *_fwd mode functions

6fa2c4da20-Jun-2024 James Wright <james@jameswright.xyz>

refactor(fluids): Rename norm -> normal in freestream

Also remove comment references to potential energy, which is no longer
included in the total energy definition.

54f8180120-Jun-2024 James Wright <james@jameswright.xyz>

fix(fluids): Correct Riemann HLL *_fwd functions

aedeac7720-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Add unit tests for Riemann solver functions

092fc18018-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1110 from CEED/zach/entropy-variables

Add Entropy Variables to libCEED fluids NS mini-app

fc39c77e18-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Make commandline option arrays all upper case

831dbe9e11-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Add h_scale_factor to STG options

eba67db815-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Remove entropy variable from State struct

a2d72b6f17-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Proliferate entropy variables, add test

Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com>

02b29df714-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Add Entropy state variable and tests

Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com>

3568c3e817-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1600 from CEED/jrwrigh/refactor_bcs_essential

fluids: Introduce BCDefinition, refactor essential BCs

de327db417-Jun-2024 James Wright <james@jameswright.xyz>

refactor(fluids): Rename some booleans

a874885225-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Create BCDefinition, use for essential BCs

cee3daa907-Jun-2024 James Wright <james@jameswright.xyz>

build: Update fluids Makefile rules

9702fad512-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs

fluids: Add PyTorch external DD SGS evaluation

7505e0ff12-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1607 from CEED/jeremy/gpu-consistency

GPU consistency

ecbdf51312-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1442 from CEED/jrwrigh/stats_docs

fluids: Add documentation for spanwise stats

637c7b1124-May-2024 James Wright <james@jameswright.xyz>

test(fluids): Add SGS torch testing

6c7f295c10-Jan-2024 James Wright <james@jameswright.xyz>

docs(fluids): Spanwise stats

c0bf4d3424-May-2024 James Wright <james@jameswright.xyz>

fluids: Force recompilation if Makefile changes

bf1dd0b820-May-2024 James Wright <james@jameswright.xyz>

fluids: Use TORCH_DEVICE_CPU for sycl backends

On Sunspot, on-device inference is not working reliably. I'm not sure
exactly why at the moment (whether it's a libCEED backend issue or
something else

fluids: Use TORCH_DEVICE_CPU for sycl backends

On Sunspot, on-device inference is not working reliably. I'm not sure
exactly why at the moment (whether it's a libCEED backend issue or
something else).

show more ...

49fc647520-May-2024 James Wright <james@jameswright.xyz>

doc(fluids): Add documentation for pytorch SGS

9d99214611-May-2024 James Wright <james@jameswright.xyz>

fluids: Add log_events.c/h, PetscLogEvent for torch

To have the log_events accessbile to torch (in C++), I needed to
separate out the header file containing the extern PetscLogEvent
declarations. Wh

fluids: Add log_events.c/h, PetscLogEvent for torch

To have the log_events accessbile to torch (in C++), I needed to
separate out the header file containing the extern PetscLogEvent
declarations. While I was at it, I figured it'd be more clear to have a
separate log_events.c file as well to have the actual "storage" of the
PetscLogEvents and the RegisterLogEvents function itself.

show more ...

013a555104-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Add PyTorch external DD SGS evaluation

- Rename sequential_internal -> *_ceed

1...<<21222324252627282930>>...226