[root]/orderAccuracy/framework_scripts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
harman | 19 (100.0%) | 426 (100.0%) | 22.4 |
ignore blank lines in the tst files.
Now able to do run replace_XML_value on the global file. This
will let you change multiple levels box dimensions.
0 lines of code changed in 4 files:
Added replace_XML_value to the tools that a user can select from when
replacing values in a ups file For example, use:
<replace_values>
/Uintah_specification/Grid/Level/Box[@label=1]/resolution:[8,8,1]
</replace_values>
to replace
<Grid>
<Level>
<Box label="1">
<resolution>[16,16,1]</resolution>
</Box>
</Level>
Put a muzzle on some of the system commands.
142 lines of code changed in 5 files:
Made symbolic links to replace_XML_line & findReplace
Throw errors if any replace_XML_line or findReplace command fail
Improved OS portability.
278 lines of code changed in 5 files:
moved my XML find & replace scripts to a better spot
0 lines of code changed in 2 files:
Add the current path to the overall path.
2 lines of code changed in 1 file:
masterScript.pl
- redirect system calls to /dev/null to quite them
analyze_results.pl
- added more descriptive error message
Added MPM axis aligned MMS order of accuracy test.
4 lines of code changed in 2 files: