| 1b91f746 | 09-Feb-2019 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: manimplementations: bug fix to process functions in .h files
The previous behavior did not properly process functions found in .h files (e.g. in src/mat/impls/sbaij/seq/relax.h). This commit u
Docs: manimplementations: bug fix to process functions in .h files
The previous behavior did not properly process functions found in .h files (e.g. in src/mat/impls/sbaij/seq/relax.h). This commit updates a grep command to only look in the appropriate file types, and updates a sed command to include .h files.
Reported-by: Dave A. May <dave.mayhem23@gmail.com>
show more ...
|
| 29d6d1e3 | 03-Dec-2018 |
Albert Cowie <arcowie@buffalo.edu> |
Updated petsc_tas_analysis to take a command line argument for the name of the problem, and search the configTAS.py module for the names of the fields. If no argument is specified then it will defau
Updated petsc_tas_analysis to take a command line argument for the name of the problem, and search the configTAS.py module for the names of the fields. If no argument is specified then it will default to naming fields using numbers.
Also improved the data output formating.
show more ...
|
| c6cd8c3e | 12-Oct-2018 |
Albert Cowie <arcowie@buffalo.edu> |
Added feature that if no -file/-f is specified the scrypt will automatically look for and use all files found in the directory specified in configTas.py absoluteData.
Also added error handling if no
Added feature that if no -file/-f is specified the scrypt will automatically look for and use all files found in the directory specified in configTas.py absoluteData.
Also added error handling if no files are specified or found.
show more ...
|