Commit Graph
24 Commits
Author SHA1 Message Date
Tzanio f1e04e7282 Merge branch 'master' into mfem-4.1-dev
Conflicts:
	fem/quadinterpolator.cpp
	fem/restriction.cpp
2020-03-10 16:56:01 -07:00
Tzanio 3915e24863 bugfix 2020-03-09 20:18:04 -07:00
Tzanio 47f3fecb3d Some edits in mesh/ 2020-03-09 19:47:48 -07:00
Tzanio f0bd9b287f Some edits in fem/ 2020-03-09 19:30:02 -07:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
camierjs 74a933d64f Moved parallel restriction to prestriction file 2020-03-07 13:40:28 -08:00
Veselin Dobrev 4eca3f0ba8 In class QuadratureInterpolator, added support for FE spaces with
any vector dimension in the methods Values, Derivatives, and
PhysDerivatives. This code needs testing.

Some small tweaks the templated code to suppress compilation
warnings when building the code in miniapps/performance with
nvcc.
2020-03-06 23:14:38 -08:00
Veselin Dobrev c4cac1a016 Add some logic in the definition of the MFEM_UNROLL macro.
Fix some warnings.
2020-03-05 21:27:17 -08:00
camierjs a79cadc840 Merge branch 'master' into laghos 2020-03-05 16:37:55 -08:00
Tzanio 07692e135a Update license 2020-03-04 20:55:33 -08:00
Yohann Dudouit 155808ccf8 Merge branch 'master' into yohann/dg 2020-03-02 10:51:32 -08:00
Veselin Dobrev 001192195b Various small edits, mostly formatting. 2020-02-27 20:53:43 -08:00
Yohann Dudouit 23602955b4 Rename L2FacesValues to {SingleValued, DoubleValued}. 2020-02-03 15:46:59 -08:00
Yohann Dudouit 6311fb1f80 Remove dead code in restriction.cpp 2020-02-03 15:21:30 -08:00
Yohann Dudouit cd3388b626 make style 2020-02-03 10:42:25 -08:00
Yohann Dudouit 02530284a7 Rewrite L2ElementRestriction to optimize it. 2020-02-03 10:36:17 -08:00
Yohann Dudouit eb23d336e0 Make GetFaceDofs and PermuteFaceL2 static functions. 2020-02-03 09:44:57 -08:00
Yohann Dudouit 0ae6f2002e Remove AtomicAdd in Facerestricitons. 2020-01-31 19:42:16 -08:00
Yohann Dudouit 95a61b7ab2 Fix circular dependency in serial and parallel. 2020-01-30 21:37:32 -08:00
Yohann Dudouit 4652544a14 make style 2020-01-30 18:58:12 -08:00
Yohann Dudouit 886e4b7cc5 Try something else for AppVeyor. 2020-01-30 18:53:56 -08:00
Yohann Dudouit f1b4fb9d76 Change include order for AppVeyor. 2020-01-30 18:25:53 -08:00
Yohann Dudouit 15d7f45b5c Add ToLexOrdering function to clean code. 2020-01-30 18:11:46 -08:00
Yohann Dudouit 8a1a3b7404 Put Restrictions in different files. 2020-01-30 10:26:13 -08:00