Commit Graph
21 Commits
Author SHA1 Message Date
Dylan Copeland a90e329043 More VS errors. 2020-04-21 13:28:33 -07:00
Dylan Copeland 4bdbcb30b6 Fixing another VS error. 2020-04-21 12:40:41 -07:00
Dylan Copeland f91341e59d Fixing a constant expression for VS. 2020-04-20 19:51:27 -07:00
Dylan Copeland f79e69daef Rearranging vector FE PA code in different files. 2020-04-16 12:14:29 -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
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
Dylan Copeland 0e496bbf96 Adding PA for RT spaces in H(div). 2020-03-09 10:43:09 -07:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Tzanio 4f968511b3 Updating the license in two new files 2020-03-02 09:33:38 -08:00
camierjs a1fc8c760a Lower MAX D1D&Q1D for PACurlCurlAssembleDiagonal3D kernel 2020-02-18 10:11:55 -08:00
camierjs 34af0448ec Update HCURL_MAX for unit tests 2020-02-11 12:17:50 -08:00
camierjs 969b0e1012 Updated HCURL 3D kernels to use local MAX_D1D and MAX_Q1D 2020-02-11 10:12:17 -08:00
Dylan Copeland a268884656 make style 2020-01-31 11:50:45 -08:00
Dylan Copeland 7d35f611f6 More optimization. 2020-01-30 20:53:57 -08:00
Dylan Copeland 8238a4a7f1 Simplified the 3D curl-curl PA operator. 2020-01-29 12:35:03 -08:00
Dylan Copeland 0bbb1e292c Removed sign changes based on the element dof_map in PA functions, after moving their application to ElementRestriction. 2020-01-28 11:08:00 -08:00
Dylan Copeland 369e2bec5f Changed to proper usage of Reshape, to avoid quadrature index calculations. 2020-01-22 11:46:26 -08:00
Dylan Copeland 17ec281338 Minor edits. 2020-01-16 15:49:02 -08:00
Dylan Copeland 04b2121ac4 Moved the H(curl) PA integrators to a new file, bilininteg_hcurl.cpp. 2020-01-16 14:20:31 -08:00