• R/O
  • SSH

polynomials: Commit

Repository of the polynomials library. Now found at https://github.com/apes-suite/polynomials


Commit MetaInfo

Revision08fb09f5c28d2fc0c0d9e73167419efa8bf73ba1 (tree)
Zeit2019-12-01 00:37:51
AutorHarald Klimach <harald@klim...>
CommiterHarald Klimach

Log Message

Bugfix in p-ndof computation.

Ändern Zusammenfassung

Diff

diff -r 539b0cde293c -r 08fb09f5c28d source/ply_dof_module.fpp
--- a/source/ply_dof_module.fpp Fri Nov 29 18:40:48 2019 +0100
+++ b/source/ply_dof_module.fpp Sat Nov 30 16:37:51 2019 +0100
@@ -93,7 +93,7 @@
9393 case(2)
9494 nDofs = ((deg + 1) &
9595 & * (deg + 2)) &
96- & / 3
96+ & / 2
9797 case(1)
9898 nDofs = (deg + 1)
9999 end select
Show on old repository browser