History log of /honee/ (Results 876 – 900 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
926a627906-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Extract simulation printing to function

ef3cb7e003-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Add partition statistics to standard output

76316f6228-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1234 from CEED/jrwrigh/fluids_64int

fluids: Compatability for PETSc w/ 64bit ints

e123300919-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Use 32bit integer for file token

- Also code into the token whether PETSc was coded using 32 or 64 bit
integers

bedfd28d19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Remove problem->bc function pointers

- Not needed, as essential boundary conditions go through
`DMPlexInsertBoundaryValues_NS` or
`DMPlexInsertBoundaryValues_StrongBC`

defe852019-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Compatability for PETSc w/ 64bit ints

93a8a03e20-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1237 from CEED/jrwrigh/petsc-success

examples: Use PETSC_SUCCESS in PetscFunctionReturn

d949ddfc20-Jun-2023 James Wright <james@jameswright.xyz>

examples: Use PetscFunctionReturn in PETSC_SUCCESS

c9feb25320-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1231 from CEED/jeremy/consistency

Consistency fixes

671d895819-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1236 from CEED/jrwrigh/fluids_event_log

fluids: Add CeedOperator PetscLogEvents

7eedc94c19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Add CeedOperator PetscLogEvents

Co-authored-by: Jed Brown <jed@jedbrown.org>

77ceda2c19-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1235 from CEED/jrwrigh/fluids_extra_filewrite

fluids: Remove unnecessary state vector write

c26b555c19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Remove unnecessary state vector write

14635ea016-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ceed - make SetStream interface level fn

fb29326315-Jun-2023 James Wright <james@jameswright.xyz>

Add sycl/ref and sycl/shared backends (#1229)

* Merge sycl_backend from ALCF fork

---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>

Add sycl/ref and sycl/shared backends (#1229)

* Merge sycl_backend from ALCF fork

---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...

6f58f28405-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1226 from CEED/jed/fix-doc-math

doc: fix math in headers

aaa4e91f05-Jun-2023 Jed Brown <jed@jedbrown.org>

doc: fix math in headers

There is a bad hyperref/unicode-math interaction apparently resulting
from how PDF bookmarks work. This replaces math in headers (section
titles) with unicode Greek letters

doc: fix math in headers

There is a bad hyperref/unicode-math interaction apparently resulting
from how PDF bookmarks work. This replaces math in headers (section
titles) with unicode Greek letters to fix doc-latexpdf.

https://tex.stackexchange.com/questions/570000/improper-alphabetic-constant-error-in-title-with-greek-bug-with-unicode-math-an

show more ...

0e477d6f05-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1189 from CEED/jrwrigh/differential_filter

fluids: Add differential filtering capability

1ed803a219-Apr-2023 James Wright <james@jameswright.xyz>

DiffFilterFields: Move to separate fields for diff filter

- This will allow easier access to the filtered state for later
processing

c5e5026318-Apr-2023 James Wright <james@jameswright.xyz>

DiffFilterFields: Make diff_filter operators compatible with fields

7975779f18-Apr-2023 James Wright <james@jameswright.xyz>

DiffFilterField: Reshuffling of DM Creation passes tests

36c6cbc818-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Specify dm_field in GetRestrictionForDomain

7523f6aa12-Apr-2023 James Wright <james@jameswright.xyz>

refactor(fluids): Make j, k consisitent

When doing double for loops, `j` should be components and `k` should be
coordinate direction, such that Grad_v[k][j][i] indexes the gradient
array coming from

refactor(fluids): Make j, k consisitent

When doing double for loops, `j` should be components and `k` should be
coordinate direction, such that Grad_v[k][j][i] indexes the gradient
array coming from libCEED

show more ...

f4fad61206-Apr-2023 James Wright <james@jameswright.xyz>

doc(fluids): Add differential filtering

25c92e8f04-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Add MMS test for differential filtering

MMS = method of manufactured solutions

1...<<31323334353637383940>>...61