History log of /libCEED/examples/fluids/include/petsc_ops.h (Results 1 – 23 of 23)
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


# 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


# 24a65d3d 26-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ex - use #pragma once in examples


# 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


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

fluids: Remove old CreateMatShell_Ceed

This is fully replaced by MatCeed


# 7f2a9303 12-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Add KSPSetFromOptions_WithMatCeed


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

fluids: Make MatShell functions static

This is done primarily to allow MatCeed to coexist with the context
operators for right now.

This has the nasty side-effect of forcing `Mat` objects to be NUL

fluids: Make MatShell functions static

This is done primarily to allow MatCeed to coexist with the context
operators for right now.

This has the nasty side-effect of forcing `Mat` objects to be NULL when
they're passed into CreateMatShell_Ceed, but that will soon be replaced
with MatCeed, so it is only temporary for the transition in this PR

show more ...


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

Merge pull request #1203 from CEED/jrwrigh/smartsim

fluids: SmartSim Online Data-Driven SGS training


# 650a5d66 14-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add DMGet{Global,Local}VectorInfo to public header


# abfff76a 13-Jul-2023 James Wright <james@jameswright.xyz>

Merge pull request #1247 from CEED/jrwrigh/fluids-part-info

fluids: Add partition statistics to standard output


# 6f7ff1d2 03-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Add partition statistics to standard output


# 4f5c4930 18-May-2023 James Wright <james@jameswright.xyz>

Merge pull request #1185 from CEED/jrwrigh/fluids-cleanup

fluids: Move to local Vec storage and petsc-ops


# 93567eea 29-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add ApplyCeedOperatorLocalToLocal to petsc-ops


# b35d522b 28-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add CreateMatShell_Ceed function in petsc-ops


# 4210c567 28-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add CeedOperatorCreateLocalVecs


# 5088944b 17-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling


# 4021610d 22-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Refactor matops -> petsc_ops