|
Template Numerical Library version\ main:7249e99
|
A simple RAII wrapper for Hypre's initialization and finalization. More...
#include <TNL/Hypre.h>
Static Public Member Functions | |
| static void | setDefaultOptions () |
| Sets the default Hypre global options (mostly GPU-relevant). | |
A simple RAII wrapper for Hypre's initialization and finalization.
When the object is constructed, it calls HYPRE_Init() and sets some GPU-relevant options. The HYPRE_Finalize() function is called automatically from the object's destructor.