Commit Graph

29 Commits

Author SHA1 Message Date
75bd5b3d99 update podstruct initializer lists with SNAP default parameters 2023-01-18 22:56:43 -05:00
56cb967991 enforce consisten eigenvector signs for ML-POD parameter coefficients
This also updates the bundled coeffs file and reference outputs.
2023-01-05 22:43:53 -05:00
92e6c6ea9d avoid 32-bit integer overflow for memory allocation 2022-12-07 13:35:52 -05:00
2c6cd42038 silence compiler warnings about unused function parameters 2022-12-05 19:17:47 -05:00
69d402fa7b handle dead code 2022-12-05 18:03:43 -05:00
7c0c2234b3 Remove unused functions 2022-12-03 09:01:42 -05:00
fa160a21c2 Move precision and basename options from param input file to data input file 2022-12-02 17:41:34 -05:00
8224e05515 simplify by making precision directly an integer 2022-12-01 23:19:38 -05:00
3c9a6c4265 Fix white space 2022-12-01 14:42:24 -05:00
2738f18889 Add optional precision to round the coefficients to ensure consistency across platforms 2022-12-01 13:53:42 -05:00
05669fd7ed whitespace 2022-12-01 00:32:13 -05:00
bf07ccba77 Update documentation 2022-12-01 00:11:21 -05:00
fd13fe1e9a Add basename feature to output files and removed existing files 2022-11-30 22:34:42 -05:00
264627daa6 programming style 2022-11-30 21:19:59 -05:00
169d08fdf9 use new/delete for memory management in podstruct. add a destructor 2022-11-30 21:07:01 -05:00
d377a79f83 small style updates 2022-11-30 20:33:17 -05:00
2da2bf54b9 reduce memory leakage 2022-11-30 20:32:42 -05:00
b68e56e9be (partially) apply clang-format 2022-11-30 19:11:20 -05:00
16e8e33d5b move podstruct initialization from header to implementation file 2022-11-30 19:09:43 -05:00
be8b96557c whitespace fixes 2022-11-30 12:13:31 -05:00
c43b332b13 Merge pull request #4 from akohlmey/pod-updates
Some more ML-POD updates
2022-11-29 14:45:06 -05:00
5de185e89b Allow name tag for output files 2022-11-29 14:43:55 -05:00
6cd8689705 performance improvement replacing pow(x,0.5) with sqrt(x) and similar 2022-11-29 13:47:18 -05:00
690d889b38 use MathConst::MY_PI instead of M_PI 2022-11-29 13:25:29 -05:00
518d51257c avoid leaking file pointer 2022-11-28 01:53:41 -05:00
7ad7796508 fix a combination of programming style, memory leak, and formatting issues 2022-11-28 01:10:03 -05:00
484b84396c whitespace 2022-11-27 23:50:04 -05:00
234725a9fb Update MPI functionality for quadratic POD 2022-11-27 22:22:52 -05:00
c8894e4d48 Change CPOD to MLPOD 2022-11-27 10:50:53 -05:00