History log of /honee/src/smartsim_weak.c (Results 1 – 21 of 21)
Revision Date Author Comments
# 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


# 9ae013d6 19-Aug-2025 James Wright <james@jameswright.xyz>

feat(smarsim): Add solution writing for smartsim

Also includes some other significant refactors, such has moving some
functions to `smartsim-impl.h` and using `smartsim.h` to host setup and
TSMonito

feat(smarsim): Add solution writing for smartsim

Also includes some other significant refactors, such has moving some
functions to `smartsim-impl.h` and using `smartsim.h` to host setup and
TSMonitor functions.

show more ...


# 28b0a49d 04-Jul-2025 James Wright <james@jameswright.xyz>

Merge MR !122, 'jrwrigh/honee_petscobject', into 'main'

feat: Convert Honee to PetscObject, remove auxillary structs

See merge request phypid/honee!122


# 7ebeccb9 20-Jun-2025 James Wright <james@jameswright.xyz>

feat: Move smartsim into Honee container


# 39169b57 17-Jun-2025 James Wright <james@jameswright.xyz>

feat: Move sgs_dd_train into Honee container


# b85c1465 10-Oct-2024 James Wright <james@jameswright.xyz>

Merge MR !66, 'jrwrigh/consolidate_structs', into 'main'

chore: Move CeedData into Honee

See merge request phypid/honee!66


# e3663b90 10-Oct-2024 James Wright <james@jameswright.xyz>

chore: Move CeedData into Honee


# dec3c062 24-Sep-2024 James Wright <james@jameswright.xyz>

Merge MR !29, 'jrwrigh/consolidate_structs', into 'main'

refactor: Change `User` -> `Honee`

See merge request phypid/honee!29


# 0c373b74 17-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Change User -> Honee


# 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


# 06a5ac53 28-Jun-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/rearrange' into 'main'

Rearrange files into more future-oriented locations

See merge request phypid/honee!15


# 149fb536 28-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move navierstokes.* out of root directory

navierstokes.h to include and navierstokes.c into examples


# 012ff548 24-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1562 from CEED/jrwrigh/fluids_problem_pointer

fluids: Make ProblemData a pointer to struct


# 991aef52 24-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Make ProblemData a pointer to struct

We basically use it as a pointer-to-struct type everywhere, so might as
well make it consistent with everything else


# 20bd4f36 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1537 from CEED/jeremy/pragma-once

Use #pragma once for non-JiT headers


# dc936754 27-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - update copyright headers


# 8140a309 27-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1203 from CEED/jrwrigh/smartsim

fluids: SmartSim Online Data-Driven SGS training


# ec6e4151 16-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Add SmartSimDataDestroy


# 632a41e1 04-May-2023 James Wright <james@jameswright.xyz>

fluids: Add TSPostStep for SGS DD Training

- This will shutdown the simulation if there's a tensor called
`check-run` equal to zeros


# aa0b7f76 17-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add data-driven SGS training setup, TSMonitor

- Adds `smartsim_weak.c` to handle case where SmartRedis is not built