Commit Graph
76 Commits
Author SHA1 Message Date
Robert a68ed06b7e address last few comments 2020-05-22 19:50:45 -07:00
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 e9e145b01b Change VQFC and QFC from holding pointers for QF to it being a reference 2020-05-18 16:09:28 -07:00
Robert 728777c5be Address comments regarding VQFC, QFC, QF classes 2020-05-18 13:34:54 -07:00
Tomov 9294603134 Minor - comments, alignments, etc. 2020-05-16 22:39:25 -07:00
Robert Carson 2123041a6a Merge branch 'master' into qfvc-dev 2020-05-12 11:20:28 -07:00
Robert 1e8f50bcd6 make style 2020-04-20 11:16:44 -07:00
Robert 03b50176d9 Should fix issues with eval passing back the underlying quadrature data 2020-04-15 09:13:50 -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 5f090c9542 Adding const GridFunction* from PR #716 to GridFunctionCoefficient classes 2020-04-08 10:57:22 -07:00
Tomov 8d627d84c1 Minor. 2020-04-07 00:15:07 -07:00
Robert 40c628f50b Merge branch 'qfvc-dev' of github.com:mfem/mfem into qfvc-dev 2020-04-06 13:46:45 -07:00
Robert 7c23c922ec Address coefficient comments 2020-04-06 13:15:19 -07:00
rcarson3 efb8627383 Fix bugs for when vector coeff length isn't equal to quadfunc length for projections 2020-04-01 12:46:47 -07:00
Robert b608ffafd6 Rename QuadratureVectorFunctionCoefficient to VectorQuadratureFunctionCoefficient 2020-03-24 13:09:00 -07:00
Robert b6dddeb01e make style 2020-03-20 13:59:31 -07:00
Robert e237208800 Add unit tests for QuadVecFuncCoeff an QuadFuncCoeff 2020-03-20 13:51:40 -07:00
Robert 0c7796c40c Merge branch 'master' into qfvc-dev 2020-03-20 09:19:27 -07:00
Julian Andrej ed3ff2fd5b Merge branch 'master' into navier-miniapp 2020-03-17 15:51:07 -07:00
Stowell, Mark L 8b81c29b2b Merge remote-tracking branch 'origin/master' into gf-getvalue-dev
# Conflicts:
#	fem/datacollection.cpp
#	fem/gridfunc.hpp
2020-03-12 20:56:28 -07:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
Julian Andrej 2db3f744b6 Merge branch 'master' into navier-miniapp 2020-03-04 14:50:40 -08:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Julian Andrej 54ec17f546 navier stokes miniapp draft 2020-03-02 16:09:51 -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
rcarson3 364c3fe055 Additional run-time checks and nicer class construction 2020-02-05 09:20:20 -08:00
rcarson3 f8b0ecdba8 make style 2020-02-04 11:50:21 -08:00
rcarson3 b7ca7c3ca0 Initial QuadratureFunction Coefficient and VectorCoefficient implementations 2020-02-04 09:17:14 -08:00
Stowell, Mark L e14011fcbb Removing FaceElementTransformation specializations from coefficient classes 2019-12-16 21:50:59 -08:00
Stowell, Mark L 35f82a4c9d Adding GridFunctionCoefficient::Eval method using FaceElementTransformations object 2019-12-15 23:37:05 -08:00
Veselin Dobrev 798ded1f55 Merge branch 'master' into memory-dev 2019-05-22 23:53:04 -07:00
Veselin Dobrev e332d2713f Address some FIXME comments. 2019-05-18 16:29:06 -07:00
Tzanio 5b00c3d0e6 Merge branch 'master' into stefanozampini/small-improvements
Conflicts:
	fem/bilininteg.hpp
2019-05-15 11:38:18 -07:00
Tzanio eaa4a1e98d Simplified MFEM_FORALL. Fixed doxyge errors. 2019-04-08 11:55:00 -07:00
camierjs f61b1cc658 Deleted linalg/dvector3.hpp and moved DeviceVector3 into linalg/vector.hpp as Vector3 2019-04-05 10:05:15 -07:00
camierjs f655ba0ac4 Revert to FunctionCoefficient/DeviceFunction for Laghos 2019-03-29 15:13:52 -07:00
camierjs 8db68b857e Compute q-points coords 2019-03-29 14:35:51 -07:00
Stefano Zampini eab5053902 {Vector|Matrix}ArrayCoefficient: customizable ownership of scalar coefficients 2019-03-14 21:17:40 +03:00
camierjs 04449481d6 melding and cleanup 2019-01-15 12:19:44 -08:00
camierjs 4e8f1cd34c no leaks are possible 2019-01-14 18:51:20 -08:00
Tzanio 677b6f8aad Merge branch 'master' into okina
Conflicts:
	fem/bilinearform.hpp
	fem/pbilinearform.hpp
	makefile
2018-12-18 10:07:49 -08:00
Stefano Zampini 6d2680cde6 Make EvalDelta a virtual method 2018-11-21 15:14:53 +03:00
camierjs db24e2fd29 dbg cleanup 2018-11-08 08:54:24 -08:00
Stowell, Mark L f065090fa7 Removing GetIntPoint/SetIntPoint calls 2018-10-17 10:39:51 -07:00
Stowell, Mark L 10ce20447b Adding GridFunction::GetGradients(ElementTransformation &T, ...) 2018-10-17 10:34:58 -07:00
camierjs 944ef49eeb Melding with master 2018-10-12 15:58:30 -07:00
camierjs 620f3dab7a Back to serial GCC 2018-10-11 13:38:10 -07:00
camierjs 840480b205 Cleanup with master 2018-10-11 10:34:24 -07:00
camierjs f8115da199 Cleanup Prints 2018-10-11 10:05:31 -07:00