Will Pazner
dcd8b0907f
Merge remote-tracking branch 'origin/master' into vector-remove-implicit-conversion
...
# Conflicts:
# CHANGELOG
# fem/fe/fe_nd.cpp
# fem/fe/fe_rt.cpp
2022-12-06 11:54:32 -08:00
Veselin Dobrev
972a4c227e
Various simplifications, tweaks, and fixes
2022-11-19 14:18:43 -08:00
Veselin Dobrev
87596eaa38
Ensure SuperLU_DIST and STRUMPACK can use hypre matrices in GPU
...
memory by moving them temporarily to CPU memory.
2022-10-29 08:22:30 -07:00
Tzanio
6d2530775b
Extended copyright to 2022
2022-02-25 10:24:50 -08:00
Adrien M. Bernede
04fb572359
Let's forget about 2020
2021-01-26 11:55:36 -08:00
Pieter Ghysels
ef0858c7a1
Fix for STRUMPACK with hypre >= 21600
2020-08-25 10:48:41 -07:00
Tzanio
05125e19d5
Removed a space
2020-03-09 15:36:41 -07:00
Tzanio
ca55ef0217
The release number for mfem-4.1 is LLNL-CODE-806117
2020-03-02 17:18:46 -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
c9875bea1e
minor + make style
2019-01-20 21:10:43 -08:00
Pieter Ghysels
cb8a0c9bc7
Replace STRUMPACKSolver::SetMC64Job with
...
STRUMPACKSolver::DisableMatching, STRUMPACKSolver::EnableMatching
and STRUMPACKSolver::EnableParallelMatching.
This avoids the preprocessor macros in the ex11p.cpp example code.
The last routine is only enabled when compiling with STRUMPACK version >= 3.
2019-01-20 19:42:16 -08:00
Pieter Ghysels
9d59ff86a9
Check strumpack version, use correct call to set matching job
2019-01-17 14:09:37 -08:00
Pieter Ghysels
fa88da0acf
update strumpack interface for strumpack 3.x.y
2019-01-17 11:42:49 -08:00
Tzanio
de73da7593
make style
2017-06-14 12:35:53 -07:00
Stowell, Mark L
a020352560
Cleaning up unused variable warning and adding size checks
2017-06-12 16:56:55 -07:00
pghysels
a81eb2de81
Add a number of routines to the STRUMPACKSolver class
...
to set STRUMPACK solver options.
Pass the command line arguments to STRUMPACK.
Remove some debugging statements.
Make the indentation more consistent.
2017-06-10 23:40:05 -07:00
Pieter Ghysels
27cdf6631f
Initial commit for STRUMPACK support in MFEM.
2017-06-06 21:54:12 -07:00