Commit Graph
10 Commits
Author SHA1 Message Date
Veselin Dobrev 972a4c227e Various simplifications, tweaks, and fixes 2022-11-19 14:18:43 -08:00
Will Pazner bfc871481f Remove implicit Vector conversions in tests, miniapps, examples 2022-09-06 13:20:56 -07:00
Tzanio e7f669a6ad Some fixes for hypre mixedint 2022-03-19 21:57:02 -07:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Adrien M. Bernede f5991995c3 Fix missing use of HYPRE_Int for build to pass 2021-07-15 04:10:26 -07:00
Veselin Dobrev 3bde9775c7 In miniapps/solvers, replace usage of Array<T> with
std::vector<T> when T is non-trivial.
2021-05-01 00:25:51 -07:00
Julian Andrej 824408c86d fix uninitialized values 2021-04-29 17:07:08 -07:00
Tzanio a54957ade6 Final adjustments 2021-02-07 15:24:45 -08:00
Veselin Dobrev 96532096bc Move the function mfem_hypre_ParCSRMatrixDropSmallEntries from
the mfem::internal namespace to a method of class HypreParMatrix
called DropSmallEntries.

For HYPRE versions < 2.14, DropSmallEntries will call the method
Threshold() with threshold = tol * max(l2 row norm).
2021-01-29 17:13:44 -08:00
chakshinglee 5598afbf09 rename directory blocksolvers to solvers 2021-01-27 12:37:07 -08:00