History log of /libCEED/examples/fluids/src/setuplibceed.c (Results 26 – 50 of 141)
Revision Date Author Comments
# 731c13d7 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


# 9de2de86 16-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1559 from CEED/jrwrigh/fix_memory_leaks

fix(fluids): Fix primary PETSc memory leak, others


# 251425b7 16-Apr-2024 James Wright <james@jameswright.xyz>

fix(fluids): Fix primary PETSc memory leak, others

All the memory leaks reported in regression tests via `-malloc_dump`
are now related to the boundary conditions and their handling of
QFunctionCont

fix(fluids): Fix primary PETSc memory leak, others

All the memory leaks reported in regression tests via `-malloc_dump`
are now related to the boundary conditions and their handling of
QFunctionContexts, which is a much more difficult problem and will be
addressed later.

show more ...


# b7c0d458 08-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1543 from CEED/jrwrigh/explicit_stabilized_mass

Fluids: Add stabilized mass operator for advection problem


# b4e9a8f8 05-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Add stabilized mass for advection

This enables "full" SUPG for the advection problem using explicit time
integrators


# 780fa44f 02-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1539 from CEED/jrwrigh/explicit_ns

fluids: Make Newtonian BCs compatible with explicit timestepping, add test


# d8d16411 02-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1549 from CEED/jrwrigh/fix_stg_explicit

fluids: Enable Ceed-based strong BCs for explicit methods


# f21e6b1c 26-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Make BCs compatible with explicit TS


# 577c3361 02-Apr-2024 James Wright <james@jameswright.xyz>

fix(fluids): Enable strong STG for explicit timestepping

Also add error catching if SGS is requested for explicit; it's not
implemented at the moment.


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


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

minor - update copyright headers


# 78da6f49 14-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1517 from CEED/jrwrigh/ratel_sync

fluids: Sync with Ratel changes


# d0593705 14-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Sync with Ratel, get ceed-utils.h


# fad128ee 13-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1510 from CEED/jrwrigh/fluids_matceed

fluids: Add MatCeed


# 91c97f41 12-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Use MatCeed for Jacobian


# eff337b5 06-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1443 from CEED/jrwrigh/riemann_slip

fluids: Change slip boundary condition formulation


# 9f844368 06-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Implement bc_slip

This is a weak version of slip boundary condition based on a Riemann
solve


# 82a64ec5 05-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1361 from CEED/jrwrigh/external_sgs

fluids: Add external SGS DD inference capability


# 8f5ab23b 19-Sep-2023 James Wright <james@jameswright.xyz>

fluids: Refactor function names

- PascalCase for acronyms longer than 2 letters
- Remove the "Anisotropic" qualifier from function names, as we only
have one data-driven SGS model. If we add an is

fluids: Refactor function names

- PascalCase for acronyms longer than 2 letters
- Remove the "Anisotropic" qualifier from function names, as we only
have one data-driven SGS model. If we add an isotropic model later, we
can give that the "Isotropic" qualifier on it's function names
- Remove the "Model" qualifier from function names. "SgsDD" is
communicative enough (Subgrid-stress inherently means a model)

show more ...


# 2149b6be 11-Dec-2023 James Wright <james@jameswright.xyz>

Merge pull request #1422 from CEED/jrwrigh/strict_memcheck

fluids: Ensure all outputs are set in QFunctions


# 752a08a7 11-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Add uses_newtonian flag


# 3451ca54 27-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1203 from CEED/jrwrigh/smartsim

fluids: SmartSim Online Data-Driven SGS training


# 28134cfa 14-May-2023 James Wright <james@jameswright.xyz>

fluids: Add -sgs_train_enable flag


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


# a547b5d3 21-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1399 from CEED/jrwrigh/advection_cleanup

fluids: Cleanup advection problems


123456