Skip to content

Commit

Permalink
adds test for mixed case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Sep 19, 2022
1 parent 517860b commit bee9471
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions acceptance/mixed/spading/accept-mixed-spading.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/usr/bin/env bash

set -x # echo commands
set -e # exit on first error
set -u # Treat unset variables as error

if [ $# -gt 0 ] ; then
src=$1/src
else
src=${HOME}/refine/egads/src
fi

${src}/ref_fixture_test --prism prism.lb8.ugrid \
0 1 0 1 0 1 \
5 5 5 0

${src}/ref_shard_test prism.lb8.ugrid 2 5

${src}/ref translate ref_shard_test.b8.ugrid mixed01.lb8.ugrid

${src}/ref adapt mixed01.lb8.ugrid \
--fun3d-mapbc mixed01.mapbc \
--spalding 0.01 100 \
-x mixed02.lb8.ugrid \
-x mixed02.plt -s 10

0 comments on commit bee9471

Please sign in to comment.