Commit Graph
143 Commits
Author SHA1 Message Date
Tzanio Kolev afd31c8a7b Merge branch 'master' into dox-update1 2020-05-15 11:57:46 -07:00
Veselin Dobrev 369d7cc96e Merge branch 'master' into barker29/doftoquad-bugfix 2020-05-13 09:29:11 -07:00
Aaron Fisher 2852999324 Fixed a bug introduced by the merge. 2020-05-04 16:45:52 -07:00
Aaron Fisher bb08084379 Merge branch 'master' into dox-update1 2020-05-04 16:30:35 -07:00
Andrew T. Barker 698241867e bugfix: fix minor bug in VectorTensorFiniteElement::GetTensorDofToQuad
The loop condition was incorrect.
2020-04-28 10:50:48 -07:00
Dylan Copeland 49bb10823a Fixed memory leaks. 2020-04-27 22:32:07 -07:00
Aaron Fisher 0119774c0f Changed the names of the basically typed member variables in the FiniteElement class to snake_case. 2020-04-20 15:10:28 -07:00
Aaron Fisher bb2f464ca6 Merge branch 'master' into dox-update1 2020-04-08 15:15:52 -07:00
Aaron Fisher c3be660074 Merge branch 'master' into dox-update1 2020-04-07 17:25:23 -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
Dylan Copeland 84cac245c0 PA is working now in ex4 and ex4p. 2020-03-10 15:03:46 -07:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07: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
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
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
camierjs b6cf37498f Merge branch 'master' into okina-mmu 2020-02-23 14:19:14 -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 7b341baf1a minor changes 2020-02-16 23:28:38 -08:00
Ido Akkerman 8c7319221a Tighten tolerance for checking linearity of mapping 2020-02-10 17:01:19 +01:00
Ido Akkerman 54a1b342de wqMerge branch 'master' into laplacian_dev 2020-02-04 10:20:43 +01:00
Ido Akkerman bf7542e4bf Fix 3D hessian 2020-02-04 10:16:19 +01:00
camierjs f7579a61a8 Merge branch 'master' into okina-mmu 2020-01-29 09:45:05 -08:00
Tzanio e84c1f1561 minor styling 2020-01-29 09:18:14 -08:00
Tzanio b3a01212d0 make style 2020-01-22 13:57:19 -08:00
Andrew Gillette da4b64d75d Changed tbeTemp from pointer to object. Moved location of pm4 declaration. 2020-01-21 13:25:52 -08:00
Tzanio a4870e527c Merge branch 'master' into serendipity
Conflicts:
	CHANGELOG
2020-01-10 16:20:53 -08:00
Tzanio 8d17c9d644 Styling and various improvements 2020-01-10 16:18:28 -08:00
Tzanio 8b0ab7947f make style 2020-01-10 14:58:19 -08:00
Ido Akkerman fef5517ec2 Merge branch 'master' into laplacian_dev 2020-01-09 10:14:25 +01:00
Andrew Gillette 9d1eae4d7c Removed comments based on clarifications. Updated CHANGELOG. Will remove edits to examples after PR is otherwise approved - just leaving them now to aid reviewers with testing. 2020-01-08 14:53:30 -08:00
Tzanio 919aceb737 make style 2019-12-30 17:57:44 -08:00
Andrew Gillette 2116b81edf Updating to only include 2D serendipity elements. 2019-12-30 13:58:21 -08:00
Andrew Gillette cb1f2d5396 Prepping for revised PR 2019-12-30 12:56:43 -08:00
Tzanio e51add7742 make style 2019-12-21 22:24:07 -08:00
Dylan Copeland c986e8a155 Merge branch 'master' of github.com:mfem/mfem into ndpa-dev 2019-12-19 15:00:33 -08:00
Dylan Copeland c222f1deb1 Implemented 2D version of PA for ND_QuadrilateralElement. Cleaned up ex3p. 2019-12-16 09:48:54 -08:00
camierjs e8bbb5da26 Merge branch 'master' into okina-mmu 2019-12-12 11:42:42 -08:00
Dylan Copeland 98ba928a8b Implemented PA for Nedelec mass matrices on hexahedra in VectorFEMassIntegrator. Generalized ElementRestriction to handle negative DOFs and the corresponding sign flips. 2019-12-10 15:52:11 -08:00
camierjs 34e6d92ace Merge branch 'master' into okina-mmu 2019-11-26 19:10:03 -08:00
camierjs d117979f56 Debug & Cleanup 2019-11-26 19:08:40 -08:00
camierjs f2913a40b6 No possible leaks in example and test_sedov w/ std::new 2019-11-25 20:01:15 -08:00
camierjs bf2d1eb59a Cuda, debug examples but last mt 2019-11-25 15:31:54 -08:00
camierjs be991043da L2_TetrahedronElement ProjectDelta 'break' fix 2019-11-22 09:40:11 -08:00
Jakub Červený cd2287f1c5 Removed MFEM_THREAD_LOCAL from WedgeFE due to Windows. Will resolve as separate issue. 2019-11-01 10:46:01 +01:00
Jakub Červený d21d59f40b Making the global WedgeFE thread_local, seems to be the best solution to a race condition in GLVis. 2019-10-30 15:41:33 +01:00
Andrew Gillette d98b9a2fc9 Incorporating serendipity options into ex1p, ex2, and ex6 2019-08-13 12:39:20 -07:00
Andrew Gillette f080cd72d5 Updating to astyle 2019-08-13 10:40:44 -07:00
Andrew Gillette dd08c745ea Pushing ex1 and fe commits 2019-08-12 10:34:34 -07:00