Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
amrex::IntegratorOps< T, std::enable_if_t< std::is_base_of_v< amrex::ParticleContainerBase, T > > > Struct Template Reference

#include <AMReX_IntegratorBase.H>

Static Public Member Functions

static void CreateLike (amrex::Vector< std::unique_ptr< T > > &V, const T &Other)
 
static void Copy (T &Y, const T &Other)
 
static void Saxpy (T &Y, const amrex::Real a, T &X)
 

Member Function Documentation

◆ Copy()

template<class T >
static void amrex::IntegratorOps< T, std::enable_if_t< std::is_base_of_v< amrex::ParticleContainerBase, T > > >::Copy ( T &  Y,
const T &  Other 
)
inlinestatic

◆ CreateLike()

template<class T >
static void amrex::IntegratorOps< T, std::enable_if_t< std::is_base_of_v< amrex::ParticleContainerBase, T > > >::CreateLike ( amrex::Vector< std::unique_ptr< T > > &  V,
const T &  Other 
)
inlinestatic

◆ Saxpy()

template<class T >
static void amrex::IntegratorOps< T, std::enable_if_t< std::is_base_of_v< amrex::ParticleContainerBase, T > > >::Saxpy ( T &  Y,
const amrex::Real  a,
T &  X 
)
inlinestatic

The documentation for this struct was generated from the following file: