History log of /petsc/src/ts/tutorials/output/ex11_sw_ceed_small.out (Results 1 – 2 of 2)
Revision Date Author Comments
# 9b1f5d59 11-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'arcowie/feature-sw-ceed' into 'main'

TS ex11: Updates to CEED interface

See merge request petsc/petsc!7259


# a7d931c6 10-Feb-2024 Matthew G. Knepley <knepley@gmail.com>

TS ex11: - Added a new macro `zero` with the value 0.0. - Modified the function `PhysicsRiemann_SW_Rusanov` to handle negative heights. - Replaced a block of code that printed debug information with

TS ex11: - Added a new macro `zero` with the value 0.0. - Modified the function `PhysicsRiemann_SW_Rusanov` to handle negative heights. - Replaced a block of code that printed debug information with a simpler implementation using the `zero` macro. <Move these> - Added a new variable `strides` to store stride values, previous used CEED default type. - Modified the call to `CeedElemRestrictionCreateStrided` to use the `strides` array.

show more ...