History log of /honee/src/strong_boundary_conditions.c (Results 26 – 50 of 59)
Revision Date Author Comments
# 5f65e1a7 07-Jul-2024 James Wright <james@jameswright.xyz>

bc: Add and use DMLabelCreateGlobalValueArray


# 21ba7ba4 21-Jun-2024 James Wright <james@jameswright.xyz>

bc: Implement 3D dXdx for strong STG

- Used for determining element size in STG calculation


# 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


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

fix: Destroy strong BC operator


# 51a85e6c 01-Jul-2024 James Wright <james@jameswright.xyz>

misc: Formatting and other minor fixes


# 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


# 4229c2ea 29-Apr-2024 James Wright <james@jameswright.xyz>

Merge pull request #1567 from CEED/jrwrigh/refactor_setuplibceed

fluids: Refactor primary Ceed Object creation routines


# 866f9b4a 26-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Consolidate QF and Op creation for BCs


# 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


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

fluids: Cleanup SetupStrongSTG_Ceed a bit


# 3295da90 02-Apr-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1548 from CEED/jrwrigh/fix_uncaught_code

fix(fluids): Catch SetupStrongStg_QF


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

fix(fluids): Catch SetupStrongStg_QF


# 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


# 58e1cbfd 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# a58c1a5f 30-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1309 from CEED/jrwrigh/elem_restr_refactor

fluids: Add DMPlexCeedElemRestriction*Create


# 15c18037 26-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add DMPlexCeedElemRestriction*Create

Replaces CreateRestrictionFromPlex and GetRestrictionForDomain


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

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

fluids: Misc cleanup


# 06f41313 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)


# 42454ada 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`)


# 6f188493 22-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Calculate dXdx for strong BCs directly

ie. don't use q_data_sur


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

fluids: Add PetscCallCeed


# 67263dec 02-Aug-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

PetscFE determines basis for examples/fluids/navierstokes (#1264)

* breaking lots of DL stuff to test PetscFE

* fixed missing header

* fluids: Remove unused `Involute` function

* fluids: Se

PetscFE determines basis for examples/fluids/navierstokes (#1264)

* breaking lots of DL stuff to test PetscFE

* fixed missing header

* fluids: Remove unused `Involute` function

* fluids: Set quadrature points for PetscFE

* fluids: Fix GetRestrictionForDomain, Use CreateBasisFromPlex

* fluids: Remove Q_sur arg from SetupStrongBC_Ceed

* fluids: Remove extra SetClosurePermutationTensor

* fluids: Correct quadrature order to auxillary DMs

- Should factor in q_extra

* fluids: Fix parent Restriction creation for spanstats

* fluids: Correct qdata creation for strong bcs

* fluids: Set tensor closer only for tensor-product elements

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* fluids: Make shocktube test less brittle

- Small, insignificant changes to the coordinate locations make a
dramatic difference to the initial condition
- For the test case, there is a node right at the midpoint of the
domain. Adding the epsilon fudge factor makes the if statement more
stable

* fluids: Fix SGS test

- Change the test so that it passes on all hardware. It's a very
sentitive test and the changes to the basis creation changed the
initial conditions *just* enough to make the test not happy. Should
really try and make this more robust at some point...

* fluids: Address misc PR comments

* fluids: Remove quad_mode arg from CreateBasisFromPlex

---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...


123