History log of /honee/src/ (Results 176 – 200 of 507)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
66d5474017-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Remove `dim` from ProblemData

Should just grab that from the DM

62ab3c0b18-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Clean up Surface Forces functions

0dee9b8e17-Jul-2024 James Wright <james@jameswright.xyz>

fix: Skip Preallocation for auxillary DMs

4cb09fdd12-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Remove redundant comments from navierstokes.h

And newlines too

e07531f712-Jul-2024 James Wright <james@jameswright.xyz>

refactor: More consistent naming of qf context

7ce151ad12-Jul-2024 James Wright <james@jameswright.xyz>

minor(file): Remove char array lengths from arguments

There's no need for these to be here. I put them there before I have a
good understanding of pointers and C in general

f638f05c12-Jul-2024 James Wright <james@jameswright.xyz>

stats: Remove unnecessary viewer setup code

- If `viewer_type` is not passed as a flag, then the viewer will keep
the original type it had

5892ddc812-Jul-2024 James Wright <james@jameswright.xyz>

dm: Verify Face Sets label exists

5957207212-Jul-2024 James Wright <james@jameswright.xyz>

internal: Add HONEEOptionsSetValueDefault

db90dbaa12-Jul-2024 James Wright <james@jameswright.xyz>

refactor: Remove SetupICsFromBinary

- Only used once, might as well just directly call HoneeLoadBinaryVec

b237916a12-Jul-2024 James Wright <james@jameswright.xyz>

internal: Add HoneeWriteBinaryVec

360b37c912-Jul-2024 James Wright <james@jameswright.xyz>

internal: Remove comm argument from HoneeLoadBinaryVec

c9ff4f0812-Jul-2024 James Wright <james@jameswright.xyz>

refactor: honee-file functions

93ca29b612-Jul-2024 James Wright <james@jameswright.xyz>

internal: Add honee-file

ae2b091f26-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move to Apache-2.0 OR BSD-2-Clause


/honee/CHANGELOG.md
/honee/LICENSE-APACHE
/honee/LICENSE-BSD
/honee/common.mk
/honee/examples/conv_test.sh
/honee/examples/navierstokes.c
/honee/examples/stdoutParsing.py
/honee/include/bc_definition.h
/honee/include/log_events.h
/honee/include/mat-ceed-impl.h
/honee/include/mat-ceed.h
/honee/include/navierstokes.h
/honee/include/petsc-ceed-utils.h
/honee/include/petsc-ceed.h
/honee/include/petsc_ops.h
/honee/include/sgs_model_torch.h
/honee/include/smartsim.h
/honee/problems/advection.c
/honee/problems/bc_freestream.c
/honee/problems/bc_slip.c
/honee/problems/blasius.c
/honee/problems/channel.c
/honee/problems/densitycurrent.c
/honee/problems/eulervortex.c
/honee/problems/gaussianwave.c
/honee/problems/newtonian.c
/honee/problems/sgs_dd_model.c
/honee/problems/sgs_model_torch_weak.c
/honee/problems/shocktube.c
/honee/problems/stg_shur14.c
/honee/problems/stg_shur14.h
/honee/problems/taylorgreen.c
/honee/problems/torch/sgs_model_torch.cpp
/honee/pytorch_pkgconfig.py
/honee/qfunctions/advection.h
/honee/qfunctions/advection_types.h
/honee/qfunctions/bc_freestream.h
/honee/qfunctions/bc_freestream_type.h
/honee/qfunctions/bc_slip.h
/honee/qfunctions/blasius.h
/honee/qfunctions/channel.h
/honee/qfunctions/densitycurrent.h
/honee/qfunctions/differential_filter.h
/honee/qfunctions/differential_filter_enums.h
/honee/qfunctions/eulervortex.h
/honee/qfunctions/gaussianwave.h
/honee/qfunctions/grid_anisotropy_tensor.h
/honee/qfunctions/inverse_multiplicity.h
/honee/qfunctions/mass.h
/honee/qfunctions/newtonian.h
/honee/qfunctions/newtonian_state.h
/honee/qfunctions/newtonian_types.h
/honee/qfunctions/riemann_solver.h
/honee/qfunctions/setupgeo.h
/honee/qfunctions/setupgeo2d.h
/honee/qfunctions/setupgeo_helpers.h
/honee/qfunctions/sgs_dd_model.h
/honee/qfunctions/sgs_dd_training.h
/honee/qfunctions/sgs_dd_utils.h
/honee/qfunctions/shocktube.h
/honee/qfunctions/stabilization.h
/honee/qfunctions/stabilization_types.h
/honee/qfunctions/stg_shur14.h
/honee/qfunctions/stg_shur14_type.h
/honee/qfunctions/strong_boundary_conditions.h
/honee/qfunctions/taylorgreen.h
/honee/qfunctions/turb_spanstats.h
/honee/qfunctions/turb_stats_types.h
/honee/qfunctions/utils.h
/honee/qfunctions/utils_eigensolver_jacobi.h
/honee/qfunctions/velocity_gradient_projection.h
bc_definition.c
boundary_condition.c
cloptions.c
differential_filter.c
dm_utils.c
grid_anisotropy_tensor.c
inverse_multiplicity.c
log_events.c
mat-ceed.c
misc.c
petsc_ops.c
qdata.c
setupdm.c
setuplibceed.c
setupts.c
smartsim/sgs_dd_training.c
smartsim/smartsim.c
smartsim_weak.c
strong_boundary_conditions.c
turb_spanstats.c
velocity_gradient_projection.c
5f65e1a707-Jul-2024 James Wright <james@jameswright.xyz>

bc: Add and use DMLabelCreateGlobalValueArray

f536328503-Jul-2024 James Wright <james@jameswright.xyz>

dm_utils: Use DMGetStratumIS for face labeling

Instead of looping through every face in the local grid (including
interior faces), this limits the looping to just the label points
associated with th

dm_utils: Use DMGetStratumIS for face labeling

Instead of looping through every face in the local grid (including
interior faces), this limits the looping to just the label points
associated with the boundary in "Face Sets"

show more ...

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

bc: Implement 3D dXdx for strong STG

- Used for determining element size in STG calculation

15c1561607-Jun-2024 James Wright <james@jameswright.xyz>

boundary: Add cell-to-face basis routines

0ded6df502-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

87edb94102-Jul-2024 James Wright <james@jameswright.xyz>

fix: Clean up basis and restrictions for SGS and filtering

039caf0d02-Jul-2024 James Wright <james@jameswright.xyz>

fix: Destroy array from PetscStrToArray

a35b15c901-Jul-2024 James Wright <james@jameswright.xyz>

fix: turb_spanstats leak

ba95ebb401-Jul-2024 Jeremy L Thompson <jeremy@jeremylt.org>

matceed - docfix

d7b7c37a01-Jul-2024 James Wright <james@jameswright.xyz>

fix: Destroy strong BC operator

12345678910>>...21