Commit Graph
37 Commits
Author SHA1 Message Date
Tzanio 2b8eb900f6 Merge branch 'yohann/mass-emat' of github.com:mfem/mfem into yohann/mass-emat 2020-05-15 16:01:17 -07:00
Tzanio 10c0a9c92b Minor styling 2020-05-15 16:01:12 -07:00
Yohann 4ff9fa3c28 Merge branch 'master' into yohann/mass-emat 2020-05-15 15:58:37 -07:00
Dylan Copeland 71ecff776a Merge branch 'master' of https://github.com/mfem/mfem into rtpa
Conflicts:
	CHANGELOG
	linalg/operator.cpp
2020-04-21 11:48:59 -07:00
Yohann 014697673e Merge branch 'master' into yohann/mass-emat 2020-04-20 18:45:25 -07:00
Yohann Dudouit 2fd8ad493c Merge branch 'master' into yohann/mass-emat 2020-04-07 16:07:21 -07:00
Dylan Copeland 05c6b7290f Removing unused variables. 2020-04-06 12:54:06 -07:00
Dylan Copeland 1b513bf32f Changed MultUnsigned to use gatherMap in ElementRestriction. Fixed ex4 in case SUITESPARSE is used. Added more checks for Q1D and D1D sizes. Shortened some long lines. 2020-04-02 19:10:42 -07:00
Dylan Copeland d7b0a8ce64 Merge branch 'master' of https://github.com/mfem/mfem into rtpa
Conflicts:
	examples/ex24.cpp
	examples/ex24p.cpp
	examples/ex5p.cpp
	fem/CMakeLists.txt
	tests/unit/fem/test_pa_coeff.cpp
2020-03-29 19:54:52 -07:00
Yohann Dudouit 174d5f9c12 Treat SingleValued case in MultTranspose. 2020-03-20 18:49:03 -07:00
Daniel Drzisga 43e0b2cdc1 Merge remote-tracking branch 'origin/master' into drzisga/multigrid 2020-03-14 14:41:23 +01:00
Dylan Copeland 447a73cdac Implemented PA for ex5(p), with a new MixedBilinearForm function to assemble the diagonal of ADA^T for a diagonal D. 2020-03-13 13:59:54 -07:00
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
Daniel Drzisga b331b21038 Merge remote-tracking branch 'origin/master' into drzisga/multigrid 2020-03-07 10:16:48 +01: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