History log of /honee/problems/bc_freestream.c (Results 26 – 38 of 38)
Revision Date Author Comments
# 64667825 09-Jul-2024 James Wright <james@jameswright.xyz>

qf: Add Norm3 utility function


# 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


# f4549240 20-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1609 from CEED/jrwrigh/fix_riemann_solvers

fluids: Fix Riemann solvers *_fwd mode functions


# 3e3353ed 20-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Add unit tests for Riemann solver functions


# bf1f5d6e 18-Jun-2024 James Wright <james@jameswright.xyz>

Merge pull request #1110 from CEED/zach/entropy-variables

Add Entropy Variables to libCEED fluids NS mini-app


# 6dfcbb05 18-Jun-2024 James Wright <james@jameswright.xyz>

fluids: Make commandline option arrays all upper case


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

fluids: Proliferate entropy variables, add test

Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com>


# 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


# 9ed3d70d 06-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Implement bc_slip

This is a weak version of slip boundary condition based on a Riemann
solve


12