History log of /honee/qfunctions/advection.h (Results 26 – 50 of 90)
Revision Date Author Comments
# fbabb365 13-Aug-2024 James Wright <james@jameswright.xyz>

feat(advdif): Add diffusion tau coefficient


# 9f6ca935 02-Aug-2024 James Wright <james@jameswright.xyz>

Merge MR !38, 'jrwrigh/advdif_sine_wave', into 'main'

feat(advdiff): Add sine and square wave ICs

See merge request phypid/honee!38


# 5f636aea 29-Jul-2024 James Wright <james@jameswright.xyz>

style(advdif): Add prefix to typedef enums


# a62be6ba 27-Jul-2024 James Wright <james@jameswright.xyz>

feat(advdif): Add sine and square wave IC


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

Merge branch 'jrwrigh/qdataunpack_nd' into 'main'

refactor: Move N-dimensional QdataUnpack* to utils.h

See merge request phypid/honee!34


# e1bedf8c 23-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Move N-dimensional QdataUnpack* to utils.h


# 0edc72b3 23-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/misc_refactor' into 'main'

refactor: Clean up global struct members

See merge request phypid/honee!31


# 28160fc2 18-Jul-2024 James Wright <james@jameswright.xyz>

feat: Add jac_data_size_vol

- Allows non-Jacobian examples to not have to set zeros to it's inputs
- Removes the need for `uses_newtonian` (newtonian itself can not add
the extra term for IDL)


# 95f461b5 12-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/refactor_nom' into 'main'

refactor: norm -> normal, and others

See merge request phypid/honee!25


# 78e8b7da 12-Jul-2024 James Wright <james@jameswright.xyz>

refactor: norm -> normal, and others


# 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


# c8d249de 10-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Add diffusion to advection problem


# 40674ba8 08-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1543 from CEED/jrwrigh/explicit_stabilized_mass

Fluids: Add stabilized mass operator for advection problem


# a78efa86 05-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Add stabilized mass for advection

This enables "full" SUPG for the advection problem using explicit time
integrators


# cc5ccfe3 03-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1551 from CEED/jrwrigh/sycl_advection

fix(fluids): Allow advection to work with SYCL backends


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

fix(fluids): Allow advection to work with SYCL backends


# 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


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

Merge pull request #1500 from CEED/jrwrigh/advection_typo

fix(fluids): RHS stabilization term should be negative


# 9d860eef 05-Mar-2024 James Wright <james@jameswright.xyz>

fix(fluids): RHS stabilization term should be negative


# 57272ee0 13-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Add different tau choices for advection


# 9529d636 13-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Merge 2D and 3D advection setup

Instead of `-problem advection` and `-problem advection2d`, there's just
`-problem advection` and the dimensionality is taken from the dm.


# 8dba1efa 20-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Generalize advection boundary qfunctions


1234