Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
9deaea8b
Commit
9deaea8b
authored
Apr 13, 2010
by
Thomas Witkowski
Browse files
Small bugfix in statistics script.
parent
5e18632e
Changes
1
Show whitespace changes
Inline
Side-by-side
AMDiS/other/scripts/create_statistics
View file @
9deaea8b
#!/bin/bash
grep
"for
vecphase
->space->feSpace"
${
1
}
&> tmp_dof
grep
"for
${
2
}
->space->feSpace"
${
1
}
&> tmp_dof
awk
'BEGIN {A = 0} {if (A == 0) { print $1; A = 1;} else A = 0}'
tmp_dof &> tmp_dof0
awk
'BEGIN {A = 1} {if (A == 0) { print $1; A = 1;} else A = 0}'
tmp_dof &> tmp_dof1
grep
"timestep = "
${
1
}
|
awk
'{sub(/,/, "", $3); print $3}'
&> tmp_time
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment