History log of /honee/include/log_events.h (Results 1 – 14 of 14)
Revision Date Author Comments
# c0d10d1d 29-Sep-2025 James Wright <james@jameswright.xyz>

Merge MR !156, 'jrwrigh/matceed_petscerrorcodefn', into 'main'

upstream: Update MPIU_BOOL and PetscErrorCodeFn

See merge request phypid/honee!156


# 1c58d510 26-Sep-2025 James Wright <james@jameswright.xyz>

fix: Replace <petsc.h> with more specific headers

All this to really just get around clang-tidy complaining about
`petsclandau.h` having a slightly unoptimal struct layout


# 0c608af5 26-Aug-2025 James Wright <james@jameswright.xyz>

Merge MR !142, 'jrwrigh/smartsim_solution', into 'main'

feat(smarsim): Add solution writing for smartsim

See merge request phypid/honee!142


# e171caa6 02-Jul-2025 James Wright <james@jameswright.xyz>

feat(smartsim): Change "Train" logevent to "Write"


# 1d646981 07-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !92, 'jrwrigh/bc_logevent', into 'main'

feat(bc): Add log events for BCInsert and CeedOp

See merge request phypid/honee!92


# d9e07cc2 07-Dec-2024 James Wright <james@jameswright.xyz>

feat(bc): Add log events for BCInsert and CeedOp


# 0d0968c2 07-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !90, 'jrwrigh/renaming', into 'main'

style: Refactor fluids -> HONEE

See merge request phypid/honee!90


# ea615d4c 07-Dec-2024 James Wright <james@jameswright.xyz>

style: Refactor fluids -> HONEE


# 912e22fb 25-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/diff_flux' into 'main'

feat: Add divergence of diffusive flux projection

See merge request phypid/honee!27


# 8c85b835 24-Jul-2024 James Wright <james@jameswright.xyz>

feat: Implement divergence of diffusive flux


# 8a8cb6e0 10-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/license_changes' into 'main'

Update License post libCEED fork

See merge request phypid/honee!6


# ae2b091f 26-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move to Apache-2.0 OR BSD-2-Clause


# dfec6965 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


# b40a7e63 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 ...