History log of /honee/qfunctions/mass.h (Results 1 – 25 of 38)
Revision Date Author Comments
# 7ecf6641 26-Sep-2025 James Wright <james@jameswright.xyz>

Merge MR !153, 'jrwrigh/checkbadSource', into 'main'

style: Add checkbadSource

See merge request phypid/honee!153


# 14bd2a07 26-Sep-2025 James Wright <james@jameswright.xyz>

style: Corrections from make checkbadSource


# 5f46bb16 06-Jul-2025 James Wright <james@jameswright.xyz>

Merge MR !128, 'jrwrigh/spanstats_numerics', into 'main'

feat: Add Spanwise Statistics collection for CFL and Peclet number

See merge request phypid/honee!128


# b30619f6 30-Mar-2025 James Wright <james@jameswright.xyz>

feat: Add spanstats for CFL and Peclet number

- Add CalculatePe* to numerics.h


# 0d0968c2 07-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !90, 'jrwrigh/renaming', into 'main'

style: Refactor fluids -> HONEE

See merge request phypid/honee!90


# ea615d4c 07-Dec-2024 James Wright <james@jameswright.xyz>

style: Refactor fluids -> HONEE


# b78d7c7d 24-Oct-2024 James Wright <james@jameswright.xyz>

Merge MR !72, 'jrwrigh/jit_changes', into 'main'

fix: Change QFunctions to account for libCEED#1696

See merge request phypid/honee!72


# 3e17a7a1 22-Oct-2024 James Wright <james@jameswright.xyz>

fix: Change QFunctions to account for libCEED#1696


# 5a275bb6 18-Aug-2024 James Wright <james@jameswright.xyz>

Merge MR !45, 'jrwrigh/style_qfhelpers', into 'main'

style: Return int for paramaterized QFs

See merge request phypid/honee!45


# 71acc5ee 18-Aug-2024 James Wright <james@jameswright.xyz>

style: Misc formatting changes


# a7cc70e1 18-Aug-2024 James Wright <james@jameswright.xyz>

Merge MR !43, 'jrwrigh/advection_div_diff_flux', into 'main'

Implement DivDiffFluxProjection for advection diffusion

See merge request phypid/honee!43


# 40b78511 16-Aug-2024 James Wright <james@jameswright.xyz>

feat(advdif): Implement indirect div(F_diff) projection


# 912e22fb 25-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/diff_flux' into 'main'

feat: Add divergence of diffusive flux projection

See merge request phypid/honee!27


# 8c85b835 24-Jul-2024 James Wright <james@jameswright.xyz>

feat: Implement divergence of diffusive flux


# 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


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

Merge pull request #1550 from CEED/jrwrigh/consistent_fluids_qf

refactor(fluids): Make QF comments consistent


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

refactor(fluids): Make QF comments consistent

See discussion: https://github.com/CEED/libCEED/pull/1539#discussion_r1548312418


# c7ece6ef 28-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Drop JiT Guards in Most QF Source (#1540)

* backend - use pragma once

* gallery - drop source header guards

* ex - drop some qfunction source header guards

* fluids - drop guards on all sin

Drop JiT Guards in Most QF Source (#1540)

* backend - use pragma once

* gallery - drop source header guards

* ex - drop some qfunction source header guards

* fluids - drop guards on all singly included headers

* jit - drop most guards on backend JiT files

* sycl - drop extra header guards

* jit - enable #pragma once for QF source

* fluids - use #pragma once for util/helper qf source

* test - check different multiple includes

* fluids - fix odd include

* jit - update interface for building JiT string from multiple files

show more ...


# 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


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

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling


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

fluids: Project grid anisotropy tensor


# 4a31e8e8 24-Jan-2023 James Wright <james@jameswright.xyz>

Merge pull request #1135 from CEED/jrwrigh/spanwise_stats


# 9f59f36e 10-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Mass QF for different number of components

- In order to avoid "Function defined, but not used" warnings, the
ReturnMassQFunction is used to return the correctly sized mass QF


12