GEOSX
|
#include "linearAlgebra/interfaces/VectorBase.hpp"
Go to the source code of this file.
Classes | |
class | geosx::HypreVector |
Wrapper class for hypre's ParVector. More... | |
Namespaces | |
geosx | |
Typedefs | |
Hypre forward declarations. | |
Forward declare hypre's vector structs and pointer aliases in order to avoid including hypre headers and leaking into the rest of GEOSX. | |
using | HYPRE_IJVector = hypre_IJVector_struct * |
IJVector pointer alias. | |
using | HYPRE_ParVector = hypre_ParVector_struct * |
ParVector pointer alias. | |