Commit Graph
911 Commits
Author SHA1 Message Date
Tzanio ca5a4dff6f Various documentation adjustments 2020-06-07 15:56:56 -07:00
Tzanio Kolev a4f5921ae3 Merge branch 'master' into dox-update1 2020-06-07 12:26:07 -07:00
Aaron Fisher 0a1e62b127 Merge branch 'master' into dox-update1 2020-06-02 13:19:31 -07:00
Tzanio Kolev d05afa8974 Merge branch 'master' into zstream-exception-fix 2020-05-25 10:22:47 -07:00
Julian Andrej 7d0ecbba20 disable exceptions in zstr 2020-05-21 17:23:14 -07:00
Veselin Dobrev 5a37ae4b85 Merge branch 'master' into x86
Resolved conflicts:
   CHANGELOG
2020-05-19 20:27:09 -07:00
Aaron Fisher dfddd53892 Merge branch 'master' into dox-update1 2020-05-19 16:38:16 -07:00
Veselin Dobrev b60159377c In class Memory, guard against allocating over-aligned types with
'new' if not using c++17 or newer.
2020-05-15 17:27:31 -07:00
Veselin Dobrev c9d9d0f8ff Various tweaks in the template + SIMD code. Make sure the SIMD
interinsics can be used when CUDA is enabled.

A few tweaks related to adios2 when building with GNU make.
2020-05-15 12:33:07 -07:00
Aaron Fisher 523db914fc make style 2020-05-04 16:32:15 -07:00
Veselin Dobrev a95474b1e5 Proposed updates for the 'x86' branch. 2020-05-03 01:19:08 -07:00
Aaron Fisher 8dda4f7441 Numerous changes suggested by Jakub in the review. 2020-04-30 10:59:22 -07:00
camierjs 5c991972c7 External wrap documentation (h_mt,d_mt) 2020-04-30 09:25:22 -07:00
Aaron Fisher add2e8a3f2 Fixed the remainder of the issues that Mark caught. 2020-04-20 16:51:30 -07:00
Aaron Fisher 84650f8381 Merge branch 'master' into dox-update1 2020-04-18 01:03:19 -07:00
camierjs 249cbb3274 Merge branch 'master' into x86 2020-04-16 15:45:09 -07:00
camierjs 1b3e32e27a Merge branch 'master' into ext-dh-wrap 2020-04-16 15:44:18 -07:00
Aaron Fisher 2dcae3ac05 make style 2020-04-09 14:06:34 -07:00
Aaron Fisher bb2f464ca6 Merge branch 'master' into dox-update1 2020-04-08 15:15:52 -07:00
camierjs 72baf3e54c Update external wrap documentation 2020-04-08 10:23:04 -07:00
camierjs 7df19938c4 Use _aligned_free 2020-04-07 17:44:57 -07:00
Aaron Fisher c3be660074 Merge branch 'master' into dox-update1 2020-04-07 17:25:23 -07:00
camierjs 6c63638300 Fix zstr.hpp(178): warning C4101: 'e': unreferenced local variable and try HOST_32 2020-04-07 15:39:12 -07:00
Tzanio 24818bf0d9 Merge branch 'master' into setpointmat-dev 2020-04-07 13:34:09 -07:00
camierjs 094b89f70d Typo 2020-04-06 15:13:00 -07:00
camierjs afb934a92f Memory wraps for pair of h_ptr/d_ptr 2020-04-06 15:10:17 -07:00
Tzanio Kolev a1f7d70ff2 Merge pull request #1188 from mfem/adios2-dev
ADIOS2 output with ParaView visualization, adios2stream and ADIOS2DataCollection
2020-03-29 13:12:39 -07:00
Tzanio 0ef6573c30 small edits 2020-03-25 21:46:07 -07:00
Tzanio 7e3272a9ff Merge branch 'master' into adios2-dev 2020-03-24 08:22:06 -07:00
Jakub Červený 5df29b9762 Fix nvcc warnings about partially overridden virtual functions.
Updated to gecko revision 490ab7d9.
2020-03-24 11:34:59 +01:00
Tzanio Kolev f3904c043d Merge pull request #1360 from mfem/yohann/fix-tests
Hotfix for sample runs
2020-03-19 08:18:18 -07:00
Tzanio 4376a2f456 Small edits 2020-03-18 16:00:03 -07:00
William F Godoy b44df9c005 License, style, and CHANGELOG changes 2020-03-18 18:20:37 -04:00
William F Godoy 9c379891bf Resolving conflicts with latest master 2020-03-18 09:41:46 -04:00
Julian Andrej 7bb0d6572f Add BSD identifier to preprocessor check in zstr 2020-03-17 15:39:51 -07:00
Jakub Cerveny 2c322df725 Fixed unclosed comment. 2020-03-15 21:00:15 +01:00
Jakub Cerveny d97abeb531 Included gecko LLNL-CODE 2020-03-13 15:49:50 +01:00
Jakub Cerveny 6a91e918c5 Added copyright block for gecko code. 2020-03-12 21:28:49 +01:00
Jakub Cerveny e2b2920bd0 Updated copyright headers 2020-03-11 10:15:45 +01:00
Jakub Cerveny a2cf6022ed Merge branch 'master' into gecko-integration2-dev 2020-03-11 09:23:38 +01:00
Tzanio f1e04e7282 Merge branch 'master' into mfem-4.1-dev
Conflicts:
	fem/quadinterpolator.cpp
	fem/restriction.cpp
2020-03-10 16:56:01 -07:00
Tzanio 33740acb3e Some edits in general/ 2020-03-09 20:12:51 -07:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
camierjs 13f6da7194 Minor tweaks:
- MFEM_HOST_DEVICE for TDet
   - kernels Det<2> and Det<3> in Eval2D/3D
   - MFEM_UNROLL only usable with MFEM_USE_CUDA
   - using SecondOrderTimeDependentOperator in ex23 and test_ode2
2020-03-09 15:27:07 -07:00
Jakub Červený 7d1fa2c336 Added the macro MFEM_DEPRECATED. 2020-03-07 19:31:25 +01:00
Veselin Dobrev 4eca3f0ba8 In class QuadratureInterpolator, added support for FE spaces with
any vector dimension in the methods Values, Derivatives, and
PhysDerivatives. This code needs testing.

Some small tweaks the templated code to suppress compilation
warnings when building the code in miniapps/performance with
nvcc.
2020-03-06 23:14:38 -08:00
Veselin Dobrev f826eeb9be Tweak in the logic for the MFEM_UNROLL macro. 2020-03-05 22:03:31 -08:00
Veselin Dobrev c4cac1a016 Add some logic in the definition of the MFEM_UNROLL macro.
Fix some warnings.
2020-03-05 21:27:17 -08:00
Veselin Dobrev e681968f8f Fix accidentally commited merge conflicts.
A few tweaks in quadinterpolator.cpp.
2020-03-05 19:14:04 -08:00
camierjs 47b88a3da4 Merge branch 'laghos' of github.com:mfem/mfem into laghos 2020-03-05 18:47:15 -08:00