Commit Graph
14 Commits
Author SHA1 Message Date
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
camierjs ad9ad54e67 Kernel attributes for CalcEigenvalues and CalcSingularvalue 2020-03-26 16:00:10 -07:00
Tzanio af462d95b9 Removed a space 2020-03-10 16:41:55 -07:00
Tzanio 37a8d9866e Update license info in kernel.hpp 2020-03-10 16:40:51 -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
camierjs 9099048b66 Static cast the 1.0 in CalcInverse 2020-03-09 14:35:10 -07:00
camierjs a1251ef4df Revert CalcInverse TAssign to use Mult 2020-03-09 14:30:57 -07:00
Tzanio 9b19b8c09d A bit more documented linalg/kernels.hpp 2020-03-07 17:10:59 -08:00
camierjs dcc03a2e9b Remove blas namespace in the sedov unit tests 2020-03-07 11:31:01 -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
camierjs a3bb229bc9 Templated code for kernels 2020-03-05 18:46:07 -08:00
Tzanio b22edc0adc Bugfix in kernels::CalcSingularvalue.
Documented the function arguments in linalg/kernels.hpp.

Other minor changes.
2020-03-05 18:35:55 -08:00
camierjs 28f3373ed8 Switch blas to kernels 2020-03-05 16:52:49 -08:00