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


# 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


# 7ceb6423 18-Mar-2024 Jed Brown <jed@jedbrown.org>

fluids: enable reading checkpoint files as i32 or i64 (#1520)

* fluids: enable reading checkpoint files as i32 or i64

Depends on https://gitlab.com/petsc/petsc/-/merge_requests/7377

* Apply su

fluids: enable reading checkpoint files as i32 or i64 (#1520)

* fluids: enable reading checkpoint files as i32 or i64

Depends on https://gitlab.com/petsc/petsc/-/merge_requests/7377

* Apply suggestions from code review

Co-authored-by: James Wright <james@jameswright.xyz>

---------

Co-authored-by: James Wright <james@jameswright.xyz>

show more ...


# 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


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

fluids: Add KSPSetFromOptions_WithMatCeed


# bc7ab607 29-Feb-2024 James Wright <james@jameswright.xyz>

Merge pull request #1494 from CEED/jrwrigh/log_filter

Fluids: Add LogEvent for Differential Filter and Velocity Gradient Projection


# 3737f832 29-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Add LogEvent for VeloGradProj and DiffFilter


# 844b3d4a 27-Feb-2024 Riccardo Balin <riccardo.balin@gmail.com>

Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)


---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-u

Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)


---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-uan-0012.hostmgmt.cm.aurora.alcf.anl.gov>

show more ...


# 461ae455 21-Feb-2024 James Wright <james@jameswright.xyz>

Merge pull request #1479 from CEED/jrwrigh/fix_mat_reporting

fluids: Report both amat and pmat types


# a04f48a3 21-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Report both amat and pmat types


# 524ffdfd 29-Aug-2023 James Wright <james@jameswright.xyz>

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

fluids: Misc cleanup


# f6ce2b0a 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Misc changes to functions


# 3c9e7ad1 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Rename files with *_NS suffix


# f17d818d 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Correct PetscFunction{Return,BeginUser} placement

- Respect the PETSc standard for style (https://petsc.org/release/developers/style/#coding-conventions-and-style)


# cbef7084 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Make function names in consistent format

- Mainly remove `_` and acronymns with more than 2 letters should
respect CamelCase (ie. `StgFunction` not `STGFunction`)


# 71bbf5a7 03-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1275 from CEED/jrwrigh/fluidsCeedCall

fluids: Add PetscCallCeed to capture ceed errors with Petsc


# a424bcd0 01-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add PetscCallCeed


# 367c849e 01-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add user argument to problem print functions


# d429f2b7 18-Jul-2023 James Wright <james@jameswright.xyz>

Merge pull request #1257 from CEED/jrwrigh/remove_l2_proj_func

fluids: Remove ComputeL2Projection function


# 90b62d40 18-Jul-2023 James Wright <james@jameswright.xyz>

Merge pull request #1260 from CEED/jrwrigh/partition-serial

fluids: Don't show partition stats for serial jobs


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

fluids: Remove ComputeL2Projection function

- It's superseded by using `NodalProjectionData` + `ApplyCeedOperator*`
+ `KSPSolve`


12345