Commit Graph
119 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
Yohann Dudouit 4fa7c20419 Use public inheritance between PA and EA to avoid code ducplication. 2020-04-27 18:17:36 -07:00
Yohann Dudouit f25963eb41 Fix a bug in EA::Mult. 2020-04-20 17:16:46 -07:00
Yohann Dudouit 29150be9ae Remove the ElementMatrix classes. 2020-04-20 15:11:39 -07:00
Yohann Dudouit 732ff75492 make style (again) 2020-04-07 17:25:07 -07:00
Yohann Dudouit 2c28c92a4a make style 2020-04-07 16:59:26 -07:00
Yohann Dudouit 2fd8ad493c Merge branch 'master' into yohann/mass-emat 2020-04-07 16:07:21 -07:00
Yohann Dudouit a3ce056626 Fix the need for ExchangeFaceNbrData in ex9p. 2020-04-06 16:51:10 -07:00
Yohann Dudouit b043ab52b3 Small style edit. 2020-04-06 15:58:10 -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 f58e57e870 Add AddMultTranspose to ElementAssembly. 2020-03-27 12:23:41 -07:00
Yohann Dudouit 721ce79dc0 Fix a few bugs. 2020-03-23 17:06:17 -07:00
Yohann Dudouit 050003daab Fix a bug when allocating space for FaceMatrices 2020-03-20 18:50:37 -07:00
Yohann Dudouit a86b5fda53 Separate Interior and Boundary faces kernels. 2020-03-19 18:59:31 -07:00
Yohann Dudouit 8e9ff181d2 Skeleton for AddMult on faces. 2020-03-18 16:32:20 -07:00
Yohann Dudouit 0f26cf2400 Skeleton for DGTrace assemble EA. 2020-03-17 17:37:10 -07: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 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
Yohann Dudouit 8a9dea2a0f Element Assembly working for mass on CPU and GPU. 2020-03-06 09:30:00 -08:00
Tzanio 2e37ba7d97 Merge branch 'master' into yohann/dg
Conflicts:
x	fem/bilinearform_ext.cpp
2020-03-04 20:42:09 -08:00
Yohann Dudouit 756f1354be Skeleton for EA 2020-03-04 17:04:44 -08:00
Tzanio 58872c9e7b Merge branch 'master' into okina-mmu
Conflicts:
	fem/datacollection.cpp
	tests/unit/CMakeLists.txt
2020-03-04 15:19:33 -08:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Yohann Dudouit 155808ccf8 Merge branch 'master' into yohann/dg 2020-03-02 10:51:32 -08:00
Tzanio 88a78bb6aa Merge branch 'master' into bsd-relicense
Conflicts:
	CONTRIBUTING.md
2020-03-02 09:28:37 -08:00
camierjs e4d0496931 Merge branch 'master' into okina-mmu 2020-02-29 10:20:37 -08:00
Veselin Dobrev 001192195b Various small edits, mostly formatting. 2020-02-27 20:53:43 -08:00
Yohann Dudouit 9f184dd5a2 make style 2020-02-27 17:00:18 -08:00
Yohann Dudouit 6e5bda0743 Merge branch 'master' into yohann/dg 2020-02-27 16:38:19 -08:00
Yohann Dudouit fada93b7f1 Rename bound to bdr 2020-02-27 16:20:06 -08:00
Yohann Dudouit 76d1463c6b Revert change in Update() 2020-02-27 16:15:47 -08:00
camierjs 1e8da55823 Merge branch 'master' into okina-mmu 2020-02-27 11:34:06 -08:00
Yohann Dudouit 117c82e9e5 Simplify PABilinearFormExtension::Update() 2020-02-27 10:50:52 -08:00
Tzanio 2bcd8b5293 Merge branch 'master' into ndpa-dev
Conflicts:
	examples/CMakeLists.txt
	examples/makefile
	fem/bilinearform_ext.cpp
2020-02-27 10:32:08 -08:00
Yohann Dudouit 3ce20466ae Remvoe double NULL check on face_restrict 2020-02-27 09:44:05 -08:00
Yohann Dudouit d7b910107a Rename FaceBound to FaceBdr 2020-02-27 09:41:33 -08:00
Yohann Dudouit fafef79227 make style 2020-02-24 14:31:51 -08:00
Yohann Dudouit cc41aaf770 Fix PABilinearFormExtension::Update() 2020-02-24 14:02:19 -08:00
Tzanio 2caa222edf A number of changes to switch the code from LGPL-2.1 to BSD-3:
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
Tzanio 4f88b061c7 Merge branch 'master' into yohann/nontensor 2020-02-16 19:34:49 -08:00
Yohann Dudouit 5884f96b20 Create a UsesTensorBasis function for FESpace. 2020-02-14 15:55:33 -08:00
Yohann Dudouit 86eb09d317 Fix a bug introduce when renaming Setup(). 2020-02-03 15:09:21 -08:00
Yohann Dudouit f56baedead Some cleaning based on Will Pazner's review. 2020-02-03 14:49:36 -08:00
Dylan Copeland a02409f8c9 Removed absolute value in diagonal assembly, by using a new MultTransposeUnsigned function in ElementRestriction. Made some changes for gpu support. 2020-02-03 09:58:28 -08:00
Dylan Copeland a268884656 make style 2020-01-31 11:50:45 -08:00
Yohann Dudouit 4652544a14 make style 2020-01-30 18:58:12 -08:00
Will Pazner 5e3a726446 Bug fix 2020-01-30 17:17:07 -08:00
Will Pazner dc253acbca Merge remote-tracking branch 'origin/master' into yohann/dg
Merge with implicit time integration in ex9 and ex9p.
Also fix bug in bilinearform_ext when setting the assembly level before adding integrators.
2020-01-30 17:10:06 -08:00