History log of /libCEED/examples/fluids/src/log_events.c (Results 1 – 8 of 8)
Revision Date Author Comments
# d4cc1845 30-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1912 from CEED/jeremy/copyright

minor - update copyright to 2026


# 9ba83ac0 19-Dec-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright to 2026


# 20a16a5f 20-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1786 from CEED/jeremy/copy-headers

minor - upate copyright to 2025


# d275d636 19-Mar-2025 Jeremy L Thompson <jeremy@jeremylt.org>

minor - upate copyright to 2025


# 91d8b1ea 28-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1623 from CEED/jeremy/disable-smartsim

fluids - drop SGS, SmartSim, Torch (moved to HONEE)


# 3e0c2f3f 27-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - Remove SGS, SmartSim, Torch (moved to HONEE)


# 9702fad5 12-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs

fluids: Add PyTorch external DD SGS evaluation


# 9d992146 11-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 ...