History log of /honee/problems/eulervortex.c (Results 26 – 50 of 84)
Revision Date Author Comments
# 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)


# 8a02cd4c 17-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Replace dm_scale with meter


# 66d54740 17-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Remove `dim` from ProblemData

Should just grab that from the DM


# c122ba76 15-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/refactor' into 'main'

refactor: Make consistent QF naming, cleanup navierstokes.h

Closes #9

See merge request phypid/honee!26


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

refactor: More consistent naming of qf context


# 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


# 0ded6df5 02-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/fix_malloc_issues' into 'main'

Fix memory leaks

Closes #2

See merge request phypid/honee!18


# 19e95c73 01-Jul-2024 James Wright <james@jameswright.xyz>

fix: Euler context memory leak


# 06a5ac53 28-Jun-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/rearrange' into 'main'

Rearrange files into more future-oriented locations

See merge request phypid/honee!15


# 149fb536 28-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move navierstokes.* out of root directory

navierstokes.h to include and navierstokes.c into examples


# e6a3cea0 17-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1600 from CEED/jrwrigh/refactor_bcs_essential

fluids: Introduce BCDefinition, refactor essential BCs


# 58ce1233 17-Jun-2024 James Wright <james@jameswright.xyz>

refactor(fluids): Rename some booleans


# 87b4b42a 30-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1571 from CEED/jrwrigh/createqdata_function

fluids: Add CreateQData and CreateQDataBoundary functions


# c864c5ab 27-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Add QDataGet functions


# 012ff548 24-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1562 from CEED/jrwrigh/fluids_problem_pointer

fluids: Make ProblemData a pointer to struct


# 991aef52 24-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Make ProblemData a pointer to struct

We basically use it as a pointer-to-struct type everywhere, so might as
well make it consistent with everything else


# 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


# f247af70 21-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1399 from CEED/jrwrigh/advection_cleanup

fluids: Cleanup advection problems


# 0d8cd818 17-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Cleanup unused struct members

Many of these are set, but never actually used.


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

fluids: Add PetscCallCeed


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

fluids: Add user argument to problem print functions


# 76316f62 28-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1234 from CEED/jrwrigh/fluids_64int

fluids: Compatability for PETSc w/ 64bit ints


# bedfd28d 19-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`


1234