Commit graph

8 commits

Author SHA1 Message Date
Ole Schuett
e974820ca4 precommit: Add simple Makefile formatter 2022-02-07 10:02:03 +01:00
Hans Pabst
470af4cea8
avoid array temporaries (#843)
Remapped rank/bounds to avoid implicit intermediate arrays when calling sgesv. More compact version-checks: revised CPVERSION macro and provided variants (CPVERSION2, CPVERSION3). Fixed some typo (console output). Fixed intent. Cleanup (minor). Note: b-matrix of sgesv apparently requires an array-temporary due to memory layout (the a-temporary was removed or made explicit such that no related compiler messages appear).
2020-03-30 19:23:30 +02:00
Teodoro Laino
a07cd8d75c Update for 2009
svn-origin-rev: 8096
2008-12-31 11:16:41 +00:00
Joost VandeVondele
3ff9d0a356 also added routines for the yukawa potential, and cleaned up to code in order to make
adding new functions easier.


svn-origin-rev: 8076
2008-12-17 11:44:07 +00:00
Joost VandeVondele
62038af71f some refactoring, towards generalizing and improving the docs
svn-origin-rev: 8050
2008-12-15 07:56:10 +00:00
Joost VandeVondele
e34f992a5e openmp parallel now.
svn-origin-rev: 8047
2008-12-12 20:09:02 +00:00
Joost VandeVondele
6e5713138e adjust the number of digits till convergence
svn-origin-rev: 8046
2008-12-12 18:39:18 +00:00
Joost VandeVondele
93e8156b48 Computing 2D functions: source generator for doing Lagrange interpolation through the Padua points in automatically bisected domains.
svn-origin-rev: 8033
2008-12-09 11:11:43 +00:00