Commit Graph
21 Commits
Author SHA1 Message Date
Stefano Zampini df87b22266 PETSc: Initialize device in examples
otherwise there will be mismatches in HYPRE and PETSc default devices for CUDA installs of MFEM
2024-09-08 14:19:48 +03:00
Jan Nikl 6c6b053c0f Merge branch 'master' into najlkin-pr14 2024-04-11 14:30:42 -07:00
Jan Nikl 4924033e8a One more useage of ParInnerProduct(). 2024-04-11 12:13:23 -07:00
Stefano Zampini ed39df11da Fix single precision examples and SLEPc 2024-03-27 00:05:52 +03:00
Stefano Zampini a79c2b81cd PETSc: update to real_t 2024-03-26 23:07:55 +03:00
Stefano Zampini 04afec9eda remove unused variable 2022-08-31 10:49:11 +03:00
Will Pazner 6ac671baa7 Use Mpi class instead of MPI_Init and MPI_Finalize 2022-03-11 17:58:01 -08:00
Tzanio 1cb2839a20 Merge branch 'master' into hypre_init-dev
Conflicts:
	CHANGELOG
2022-03-11 13:43:43 -08:00
Veselin Dobrev 3755315939 Fix some additional shadow-variable-warnings 2022-03-09 01:09:34 -08:00
Tzanio 8f7cb0b3db Switch to a singleton for the hypre session object: 'HYPRE_Session hypre;' -> 'Hypre::Init();' 2022-03-08 18:06:43 -08:00
Tzanio 447f00d80b Added a HYPRE_Session class to hypre.?pp and examples/miniapps 2022-03-07 14:22:22 -08:00
Veselin Dobrev 785486f12f Update examples, miniapps, tests to use HYPRE_BigInt instead
of HYPRE_Int where appropriate.
2020-07-25 20:47:06 -07:00
Veselin Dobrev c38115aab5 Comment out unused private variable in examples/petsc/ex10p.cpp to
suppress a warning.
2019-05-18 20:35:21 -07:00
Tzanio ceb8f71e38 minor 2019-05-15 11:35:02 -07:00
Tzanio fa14a82fc8 make style 2019-05-15 11:26:29 -07:00
Stefano Zampini c5586d5e5a examples/petsc/ex10p: added PetscPreconditionerFactory example of usage
added matrix free tests
2019-05-15 11:29:06 +03:00
Stefano Zampini f94b099e40 Added convenience functions to initialize/finalize PETSc without the need of including petsc.h 2018-11-21 15:14:53 +03:00
Veselin Dobrev e26e754573 Rename the *TVector* methods in class GridFunction to *TrueVector* 2018-01-17 22:37:14 -08:00
Veselin Dobrev bf48cb1bb4 Add sample runs with AMR mesh in the SUNDIALS and PETSc versions
of examples 10/10p.

Fix a bug in the serial SUNDIALS version of ex10.
2018-01-16 13:56:22 -08:00
Veselin Dobrev 8c94f43872 Update Examples 10/10p and their SUNDIALS and PETSc versions to work
on non-conforming AMR meshes.
2018-01-02 07:17:11 -08:00
Tzanio 1569425857 Version 3.3 2017-01-28 22:05:47 -08:00