Tzanio Kolev

Results 901 comments of Tzanio Kolev

I think we have the `HYPRE_AMSGet*` functions we want already in `HYPRE_parcsr_ls.h` (similarly to what `BoomerAMG` exposes). Am I missing something?

Hi @djanekovic and @rkcroc, This doesn't address your question directly, but MFEM has an AMS-based implementation for something very similar in one of its examples. See https://mfem.org/examples/?ams and https://github.com/mfem/mfem/blob/master/examples/ex22p.cpp. Tzanio

I didn't write this code, but I agree with both of you, this is probably just a typo and should be `nVtemp2_l[level]`

Thanks for reporting this, it is actually a bug in a mode we are not testing regularly.

Thanks for https://github.com/mfem/mfem/pull/3206, but I something is still missing -- why is there no indication that `modifed` in `examples/ex27.cpp` of this PR is misspelled?

> OK, it looks like the cost is non-negligible, but less than 2x. What do you think @camierjs @tzanio @v-dobrev, should we enable sorting by default at the cost of...