History log of /libCEED/examples/fluids/problems/newtonian.c (Results 76 – 100 of 121)
Revision Date Author Comments
# d64246ea 12-Dec-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: remove C99 designated initializers for use with CUDA

nvrtc does not support this construct.


# a61f0f4d 18-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1095 from CEED/jed/remove-stale-indent-comments

remove stale indent comments


# a9263e43 18-Nov-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1094 from CEED/jrwrigh/fix-error-typo

fluids: Fix freestream error typo


# 1070106f 18-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Improve freestream setup guards

- Run setup function when freestream bcs are requested
- Don't require -freestream_velocity to be set


# 46de7363 18-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Add SimpleBC to problem setup function


# c5c39209 18-Nov-2022 James Wright <james@jameswright.xyz>

fluids: Move FreestreamBCSetup to newtonian.c


# 47fa654b 18-Nov-2022 Jed Brown <jed@jedbrown.org>

style: remove obsolete (with clang-format) INDENT comments


# 2b730f8b 17-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - re

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - remove stray newline

* make - simpler 'make format' target

* ci - use newer libxsmm

* doc - minor release note claification

* minor - minor fix

* minor - minor fix

* minor - minor fix

* minor - minor fix

* make format

* format - less aggressive alignment rules

* tidy - check for argument name mismatches

* fix newline

* format - mirror Ratel update to .clang-format

* fix merge error

* fix merge conflict

* fix merge error

* drop style in .phony list

* Update .clang-format

Co-authored-by: Jed Brown <jed@jedbrown.org>

* apply updated format

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# 8587097b 27-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Switch to StateVar enum #1052


# 97baf651 26-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Switch to StateVar enum


# 12f40bf0 26-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Unify Newtonian Primitive functions #1035

Merge separate IFunction and IJacobian routines into a single helper function and
separate wrappers for each state variable option.


# 3d02368a 19-Aug-2022 James Wright <james@jameswright.xyz>

fluids: Use newtonian with StateFromQi*_t func pointers

This to "unify" the primitive and conservative formulations of the
newtonian solver. By passing function pointers to a helper function, the
co

fluids: Use newtonian with StateFromQi*_t func pointers

This to "unify" the primitive and conservative formulations of the
newtonian solver. By passing function pointers to a helper function, the
compiler can optimize for a given state function(s).

show more ...


# 20840d50 26-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Use StateFromQi* for newt boundary QFs


# 23d6ba15 22-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Rename primitive booleans, misc formatting


# 39d18f8c 20-Jul-2022 James Wright <james@jameswright.xyz>

Merge pull request #1029 from CEED/jrwrigh/stg-primitive

fluids: Make Strong STG compatible with primitive variables.


# 89da5dba 18-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Use standard boundary integrals for primitive


# 6f498320 18-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Change newt->primitive to is_primitive


# dc805cc4 18-Jul-2022 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

Fluids - Newtonian with Primitive variables (#1011)

* Fluids - Initial commit for Newtonian primitive variables

* Fluids - include A0 (dU/dY) in the output

* Fluids - added ICs for IG in primi

Fluids - Newtonian with Primitive variables (#1011)

* Fluids - Initial commit for Newtonian primitive variables

* Fluids - include A0 (dU/dY) in the output

* Fluids - added ICs for IG in primitive variables

* Fluids - added Jacobean QFunction for primitive variables

* Fluids - added RHS QFunction for primitive variables

* Fluids - fixed compilation errors and warnings

* Fluids - added ICs for density_current with primitive variables

* Fluids - In/OutFlow BCs for channel in primitive variables

* Adding the missing parts after rebasing onto main

* Fluids - Use correct component names for primitive variables

* Fluids - Primitive variables supported only with implicit scheme

* Fluids - drop in/outflow for channel flow and call Exact_Channel_Prim() in Exact_Channel()

* Fluids - Set solver's QFunction data in an if-else statement

* Fluids - style

* Fluids - add a comment to explain why the the gravity body force is excluded from the potential energy.

* Fluids - Exact_Channel return State

* Fluids - density_current: some style and cleanup

* Fluids - DC: refactor & cleanup

* Fluids - Singel QFunction for prim&cons

* Fluids - Use absolute temperature

* Fluids - DC: Fix pressure

show more ...


# c766f598 22-Jun-2022 James Wright <james@jameswright.xyz>

Merge pull request #980 from CEED/jrwrigh/fluids_tractionbc


# fc02c281 13-Jun-2022 James Wright <james@jameswright.xyz>

FIXUP: Use BI inflow jacobian if not blasius inflow

- Previously did not use the BoundaryIntegral_Jacobian for any cases


# b55ac660 07-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Viscous flux for BoundaryIntegral jacobian


# 0ec2498e 10-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Add viscous flux to POutflow Jacobian


# 30e9fa81 06-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Move blasius outflow to newtonian.h


# 65dd5caf 06-Jun-2022 James Wright <james@jameswright.xyz>

examples/fluids: Move StrongSTGbcFunc to newtonian.h

- Requires significant changes to how the stg_context is passed to the
the strong bc


# a2cba4be 21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge branch 'main' into jeremy/assembly-fix


12345