PSCF v1.2
Pscf::Prdc::Cpu::FftwDArray< Data > Class Template Reference

Dynamic array with data aligned for use with FFTW library. More...

#include <FftwDArray.h>

Inheritance diagram for Pscf::Prdc::Cpu::FftwDArray< Data >:
Util::Array< Data >

Public Member Functions

 FftwDArray ()
 Default constructor.
 
virtual ~FftwDArray ()
 Destructor.
 
void allocate (int capacity)
 Allocate the underlying C array.
 
virtual void deallocate ()
 Dellocate the underlying C array.
 
bool isAllocated () const
 Return true if the FftwDArray has been allocated, false otherwise.
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 Serialize a FftwDArray to/from an Archive.
 
- Public Member Functions inherited from Util::Array< Data >
virtual ~Array ()
 Destructor.
 
int capacity () const
 Return allocated size.
 
void begin (ArrayIterator< Data > &iterator)
 Set an iterator to begin this Array.
 
void begin (ConstArrayIterator< Data > &iterator) const
 Set a const iterator to begin this Array.
 
Data & operator[] (int i)
 Get an element by non-const reference.
 
Data const & operator[] (int i) const
 Get an element by const reference.
 
Data * cArray ()
 Return a pointer to the underlying C array.
 
Data const * cArray () const
 Return pointer to const to the underlying C array.
 

Additional Inherited Members

- Protected Member Functions inherited from Util::Array< Data >
 Array ()
 Default constructor.
 
- Protected Attributes inherited from Util::Array< Data >
Data * data_
 Pointer to an array of Data elements.
 
int capacity_
 Allocated size of the data_ array.
 

Detailed Description

template<typename Data>
class Pscf::Prdc::Cpu::FftwDArray< Data >

Dynamic array with data aligned for use with FFTW library.

The allocate and deallocate functions of this class use functions provided by the FFTW library to allocate and free aligned memory. The class is otherwise similar in most respects to a Util::DArray.

Definition at line 32 of file FftwDArray.h.

Constructor & Destructor Documentation

◆ FftwDArray()

template<typename Data >
Pscf::Prdc::Cpu::FftwDArray< Data >::FftwDArray ( )

Default constructor.

Definition at line 24 of file FftwDArray.tpp.

◆ ~FftwDArray()

template<typename Data >
Pscf::Prdc::Cpu::FftwDArray< Data >::~FftwDArray ( )
virtual

Destructor.

Deletes underlying C array, if allocated previously.

Definition at line 32 of file FftwDArray.tpp.

Member Function Documentation

◆ allocate()

template<typename Data >
void Pscf::Prdc::Cpu::FftwDArray< Data >::allocate ( int capacity)

Allocate the underlying C array.

Exceptions
Exceptionif the FftwDArray is already allocated.
Parameters
capacitynumber of elements to allocate.

Definition at line 48 of file FftwDArray.tpp.

References UTIL_THROW.

Referenced by Pscf::Prdc::Cpu::CField< D >::allocate(), Pscf::Prdc::Cpu::RField< D >::allocate(), and Pscf::Prdc::Cpu::RFieldDft< D >::allocate().

◆ deallocate()

template<typename Data >
void Pscf::Prdc::Cpu::FftwDArray< Data >::deallocate ( )
virtual

Dellocate the underlying C array.

Exceptions
Exceptionif the FftwDArray is not allocated.

Reimplemented in Pscf::Prdc::Cpu::CField< D >, Pscf::Prdc::Cpu::RField< D >, and Pscf::Prdc::Cpu::RFieldDft< D >.

Definition at line 66 of file FftwDArray.tpp.

References UTIL_THROW.

Referenced by Pscf::Prdc::Cpu::CField< D >::deallocate(), Pscf::Prdc::Cpu::RField< D >::deallocate(), and Pscf::Prdc::Cpu::RFieldDft< D >::deallocate().

◆ isAllocated()

◆ serialize()

template<typename Data >
template<class Archive >
void Pscf::Prdc::Cpu::FftwDArray< Data >::serialize ( Archive & ar,
const unsigned int version )

Serialize a FftwDArray to/from an Archive.

Parameters
ararchive
versionarchive version id

Definition at line 110 of file FftwDArray.h.

References UTIL_THROW.

Referenced by Pscf::Prdc::Cpu::CField< D >::serialize(), Pscf::Prdc::Cpu::RField< D >::serialize(), and Pscf::Prdc::Cpu::RFieldDft< D >::serialize().


The documentation for this class was generated from the following files: