Commit Graph
403 Commits
Author SHA1 Message Date
Tomov 1d43d15b5c Alignments. 2020-05-22 16:05:46 -07:00
Robert Carson a2a6e38ce9 Merge branch 'master' into qfvc-dev 2020-05-22 13:42:06 -07:00
Robert c663cc3925 make style 2020-05-21 11:34:35 -07:00
Robert 21c73b4076 Addressing comments made in tech talk 2020-05-21 11:33:24 -07:00
Tzanio Kolev cc49757166 Merge branch 'master' into gf-getvalue-dev 2020-05-19 10:34:14 -07:00
Robert 17580ca044 make style and a few small edits to address some other concerns 2020-05-18 18:56:35 -07:00
Tzanio Kolev 95712c91a8 Merge branch 'master' into lp-error-est-dev 2020-05-18 17:07:29 -07:00
Robert 763a8c6236 Addressing some of the concerns in relations to FieldInterpolant class 2020-05-18 16:52:50 -07:00
Yohann 4ff9fa3c28 Merge branch 'master' into yohann/mass-emat 2020-05-15 15:58:37 -07:00
Tzanio Kolev 39db486ab9 Merge branch 'master' into lp-error-est-dev 2020-05-12 12:38:29 -07:00
Robert Carson 2123041a6a Merge branch 'master' into qfvc-dev 2020-05-12 11:20:28 -07:00
Stowell, Mark L 493e8b7862 Merge remote-tracking branch 'origin/master' into gf-getvalue-dev 2020-05-11 16:01:59 -07:00
Tzanio 39e97357db Merge branch 'master' into minor-bugfixes 2020-05-11 12:18:38 -07:00
Tzanio Kolev 0edf8ffe4a Merge pull request #1422 from mfem/hypreblocks
Create a HypreParMatrix from blocks
2020-05-10 17:14:18 -07:00
Stowell, Mark L f8bd593d5f Adding unit tests for EDGE and FACE cases of GetValue and GetVectorValue 2020-05-06 14:21:43 -07:00
Stowell, Mark L a090b75f26 Replacing explicit 2's and 3's with dim in get value unit tests 2020-05-06 14:21:10 -07:00
Dylan Copeland a238a820ee Merge branch 'master' of github.com:mfem/mfem into hypreblocks 2020-05-01 16:28:28 -07:00
Stowell, Mark L b86570dd2f Merge remote-tracking branch 'origin/master' into matrix-coef-mass-bug-fix 2020-05-01 10:32:02 -07:00
Veselin Dobrev 11f3414929 Merge pull request #1353 from mfem/rtpa
Partial assembly for H(div)
2020-04-30 22:48:31 -07:00
Stowell, Mark L 83c406a0a8 Removing redundant unit tests 2020-04-30 11:26:52 -07:00
Stowell, Mark L 0f0e38283e Updating GetValue unit tests and adding 1D and 2D variants. Also adding GetVectorValue tests in 2D and 3D. 2020-04-29 16:59:10 -07:00
Stowell, Mark L 8511c709e3 Removing active side unit tests 2020-04-29 16:58:09 -07:00
Will Pazner ee31c5d6d2 Update ILU unit test according to new ordering 2020-04-28 12:54:31 -07:00
Stowell, Mark L 744c7aafb1 Adding VectorFEMassIntegerator tests with diagonal matrix coefficients 2020-04-27 20:08:17 -07:00
Stowell, Mark L 427453a1ff Merge remote-tracking branch 'origin/master' into gf-getvalue-dev 2020-04-27 11:56:43 -07:00
Tzanio Kolev 7690eca850 Merge pull request #1395 from mfem/bdr-int-order-fix
Boundary integral order bug [bdr-int-order-fix]
2020-04-26 10:17:17 -07:00
Robert 68a58b2188 Fixing ProjectQuadratureDiscCoefficient methods and unit tests based on GitHub comments related to L2
My understanding of where L2 FiniteElementSpace values was off. I thought they were at the element nodes, but it turns out they are just at the quadrature points instead.
2020-04-24 20:27:04 -07:00
Stowell, Mark L adf2ca72e9 Merge remote-tracking branch 'origin/master' into gf-getvalue-dev
# Conflicts:
#	fem/coefficient.cpp
2020-04-24 15:30:49 -07:00
Robert 7bea8ddf8b Update unit tests to have vector coefficients be based on the projection of the mesh nodes to quadrature points and back to nodes 2020-04-23 20:21:36 -07:00
Robert 4252b22632 Refactor class FieldInterpolant to seperate out parallel implementation and not require the formation of bilinearform and cg objects to be repeatedly created each time a function is called. 2020-04-23 13:01:07 -07:00
Robert e38ae35ceb Add tests for FiniteElementSpace Ordering::ByVDIM and bug fixes to have it work correctly 2020-04-22 17:45:47 -07:00
Robert 75dab15fc8 Fixed bracket in wrong place for ifdef 2020-04-22 16:49:41 -07:00
Robert 57fbb7e7ab Bug fix and parallel implementation is now added along with relevant bug fixes 2020-04-22 15:34:57 -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 Dudouit 79ec5c24ae make style 2020-04-20 18:53:31 -07:00
Yohann Dudouit 1f6b56447a make style 2020-04-20 18:47:48 -07:00
Yohann 014697673e Merge branch 'master' into yohann/mass-emat 2020-04-20 18:45:25 -07:00
Yohann Dudouit f989040c0d Add a unit test for Element Assembly. 2020-04-20 17:22:48 -07:00
Robert 881539dfb5 make style 2020-04-20 15:03:46 -07:00
Robert 02caf2cdf0 All L2 projection methods now work but still missing parallel implementations 2020-04-20 15:01:29 -07:00
Robert 1478efc4b0 Fixes to FieldInterpolant class and update tests 2020-04-20 11:15:16 -07:00
Tzanio Kolev dcd2ed5c41 Merge pull request #1097 from mfem/drzisga/multigrid
Multigrid support [drzisga/multigrid]
2020-04-18 18:13:55 -07:00
Stowell, Mark L 4f2caaacc1 Merge remote-tracking branch 'origin/master' into lp-error-est-dev
# Conflicts:
#	tests/unit/fem/test_3d_bilininteg.cpp
2020-04-17 13:57:16 -07:00
Dylan Copeland af278650d3 Fixed a bug in the rectangular case. Added the option to provide block coefficients. Added a rectangular parallel unit test. 2020-04-15 16:44:58 -07:00
Stowell, Mark L a6b908f23e Removing unneeded tests 2020-04-15 15:18:43 -07:00
Stowell, Mark L 650a61b093 Fix variable names 2020-04-15 15:07:17 -07:00
Stowell, Mark L f8e50b4aa4 make style 2020-04-15 15:04:04 -07:00
Stowell, Mark L 00edaa1089 Merge remote-tracking branch 'origin/master' into matrix-coef-mass-bug-fix
# Conflicts:
#	tests/unit/fem/test_3d_bilininteg.cpp
2020-04-15 15:03:45 -07:00
Robert 9ab36ea057 Small updates to VQFC and QFC classes to address some of the comments 2020-04-14 11:14:49 -07:00
Stowell, Mark L 0be1846a73 Merge remote-tracking branch 'origin/master' into gf-getvalue-dev
# Conflicts:
#	mesh/pmesh.cpp
2020-04-14 10:29:23 -07:00