#include <AMReX_IntegratorBase.H>
|
| static void | CreateLike (amrex::Vector< std::unique_ptr< T > > &V, const T &Other, bool=false) |
| |
| static void | Copy (T &Y, const T &Other) |
| |
| static void | Saxpy (T &Y, const amrex::Real a, T &X) |
| |
| static void | CreateLike (amrex::Vector< std::unique_ptr< T > > &V, const T &Other, bool Grow=false) |
| |
| static void | Copy (T &Y, const T &Other, const Vector< int > &scomp={}, const Vector< int > &ncomp={}, bool Grow=true) |
| |
| static void | Saxpy (T &Y, const amrex::Real a, const T &X, const Vector< int > &scomp={}, const Vector< int > &ncomp={}, bool Grow=false) |
| |
| static void | CreateLike (amrex::Vector< std::unique_ptr< T > > &V, const T &Other, bool Grow=false) |
| |
| static void | Copy (T &Y, const T &Other, const int scomp=0, const int ncomp=-1, bool Grow=true) |
| |
| static void | Saxpy (T &Y, const amrex::Real a, const T &X, const int scomp=0, const int ncomp=-1, bool Grow=false) |
| |
◆ Copy() [1/3]
◆ Copy() [2/3]
template<class T >
| static void amrex::IntegratorOps< T >::Copy |
( |
T & |
Y, |
|
|
const T & |
Other, |
|
|
const int |
scomp = 0, |
|
|
const int |
ncomp = -1, |
|
|
bool |
Grow = true |
|
) |
| |
|
inlinestatic |
◆ Copy() [3/3]
◆ CreateLike() [1/3]
◆ CreateLike() [2/3]
◆ CreateLike() [3/3]
◆ Saxpy() [1/3]
◆ Saxpy() [2/3]
◆ Saxpy() [3/3]
The documentation for this struct was generated from the following file: