Advanced Multi-Physics (AMP)
On-Line Documentation
SundialsVectorFactory.h
Go to the documentation of this file.
1#ifndef included_AMP_SundialsVectorFactory
2#define included_AMP_SundialsVectorFactory
3
4#include "AMP/utils/AMP_MPI.h"
5#include "AMP/vectors/testHelpers/VectorTests.h"
6
7
8namespace AMP::LinearAlgebra {
9
10
12{
14 {
16 AMP_ERROR( "Not implemented" );
17 return newVec;
18 }
19 std::string name() const override { return "NativeSundialsVectorFactory"; }
20};
21
22
23} // namespace AMP::LinearAlgebra
24
25
26#endif
AMP::LinearAlgebra::Vector::shared_ptr getVector() const override
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
Definition Vector.h:60
#define AMP_ERROR(MSG)
Throw error.



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:41.
Comments on this page