History log of /honee/include/petsc_ops.h (Results 1 – 20 of 20)
Revision Date Author Comments
# 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


# 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


# 18fb7758 26-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ex - use #pragma once in examples


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

Merge pull request #1517 from CEED/jrwrigh/ratel_sync

fluids: Sync with Ratel changes


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

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


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

Merge pull request #1510 from CEED/jrwrigh/fluids_matceed

fluids: Add MatCeed


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

fluids: Remove old CreateMatShell_Ceed

This is fully replaced by MatCeed


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

fluids: Add KSPSetFromOptions_WithMatCeed


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


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

Merge pull request #1203 from CEED/jrwrigh/smartsim

fluids: SmartSim Online Data-Driven SGS training


# 54ae1419 14-Apr-2023 James Wright <james@jameswright.xyz>

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


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

fluids: Add partition statistics to standard output


# 0fd30eea 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


# 5ce09d65 29-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add ApplyCeedOperatorLocalToLocal to petsc-ops


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

fluids: Add CreateMatShell_Ceed function in petsc-ops


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

fluids: Add CeedOperatorCreateLocalVecs


# 9e3fb82b 17-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling


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

fluids: Refactor matops -> petsc_ops