Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-alugrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-alugrid
Commits
3c07350c
Commit
3c07350c
authored
7 years ago
by
alkaemper
Browse files
Options
Downloads
Patches
Plain Diff
adjust datascript to also copy into paper folder
parent
01e9c023
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/quality/dataScript.sh
+6
-2
6 additions, 2 deletions
examples/quality/dataScript.sh
with
6 additions
and
2 deletions
examples/quality/dataScript.sh
+
6
−
2
View file @
3c07350c
#!/bin/bash
BUILDDIR
=
${
HOME
}
/software/dune/dune-alugrid/build-optim/examples/quality
BUILDDIR
=
${
HOME
}
/software/dune/dune-alugrid/build-optim/examples/quality
/
PAPERDIR
=
${
HOME
}
/NMH/git/WeakCompCond/plotdata/
cd
${
BUILDDIR
}
for
MESH
in
00 0 1 2 3 4 5 6
;
do
mkdir
${
PAPERDIR
}
/tet.
${
MESH
}
.msh
for
ANNOUNCED
in
0 1
;
do
for
VARIANT
in
1 2
;
do
cp
./meshquality/tet.
${
MESH
}
.msh/
${
VARIANT
}
-0-
${
ANNOUNCED
}
-meshquality
.gnu ./meshquality/tet.
${
MESH
}
.msh/threshold-
${
VARIANT
}
-
${
ANNOUNCED
}
.plot
...
...
@@ -15,6 +16,9 @@ for MESH in 00 0 1 2 3 4 5 6 ; do
grep
--after-context
=
1
"#V0"
./meshquality/tet.
${
MESH
}
.msh/quality-
${
VARIANT
}
-
${
THRESHOLD
}
-
${
ANNOUNCED
}
.out |
tail
-n
1
>>
./meshquality/tet.
${
MESH
}
.msh/V0V1-
${
VARIANT
}
-
${
ANNOUNCED
}
.plot
grep
--after-context
=
1
"MacroFaces"
./meshquality/tet.
${
MESH
}
.msh/quality-
${
VARIANT
}
-
${
THRESHOLD
}
-
${
ANNOUNCED
}
.out |
tail
-n
1
>>
./meshquality/tet.
${
MESH
}
.msh/NonCompat-
${
VARIANT
}
-
${
ANNOUNCED
}
.plot
done
cp
./meshquality/tet.
${
MESH
}
.msh/V0V1-
${
VARIANT
}
-
${
ANNOUNCED
}
.plot
${
PAPERDIR
}
/tet.
${
MESH
}
.msh/
cp
./meshquality/tet.
${
MESH
}
.msh/threshold-
${
VARIANT
}
-
${
ANNOUNCED
}
.plot
${
PAPERDIR
}
/tet.
${
MESH
}
.msh/
cp
./meshquality/tet.
${
MESH
}
.msh/NonCompat-
${
VARIANT
}
-
${
ANNOUNCED
}
.plot
${
PAPERDIR
}
/tet.
${
MESH
}
.msh/
done
done
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment