PSCF v1.2
Pscf::Prdc::Cpu::RField< D > Class Template Reference

Field of real double precision values on an FFT mesh. More...

#include <RField.h>

Inheritance diagram for Pscf::Prdc::Cpu::RField< D >:
Pscf::Prdc::Cpu::FftwDArray< double > Util::Array< double >

Public Types

typedef double ElementType
 Type of each array element.
 

Public Member Functions

 RField ()
 Default constructor.
 
 RField (const RField &other)
 Copy constructor.
 
virtual ~RField ()
 Destructor.
 
RFieldoperator= (const RField &other)
 Assignment operator.
 
void allocate (IntVec< D > const &meshDimensions)
 Allocate the underlying C array for an FFT grid.
 
virtual void deallocate ()
 Deallocate memory and return to empty state.
 
const IntVec< D > & meshDimensions () const
 Return mesh dimensions by constant reference.
 
template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 Serialize a Field to/from an Archive.
 
- Public Member Functions inherited from Pscf::Prdc::Cpu::FftwDArray< double >
 FftwDArray ()
 Default constructor.
 
virtual ~FftwDArray ()
 Destructor.
 
void allocate (int capacity)
 Allocate the underlying C array.
 
bool isAllocated () const
 Return true if the FftwDArray has been allocated, false otherwise.
 
void serialize (Archive &ar, const unsigned int version)
 Serialize a FftwDArray to/from an Archive.
 
- Public Member Functions inherited from Util::Array< double >
virtual ~Array ()
 Destructor.
 
int capacity () const
 Return allocated size.
 
void begin (ArrayIterator< double > &iterator)
 Set an iterator to begin this Array.
 
void begin (ConstArrayIterator< double > &iterator) const
 Set a const iterator to begin this Array.
 
double & operator[] (int i)
 Get an element by non-const reference.
 
double const & operator[] (int i) const
 Get an element by const reference.
 
double * cArray ()
 Return a pointer to the underlying C array.
 
double const * cArray () const
 Return pointer to const to the underlying C array.
 

Additional Inherited Members

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

Detailed Description

template<int D>
class Pscf::Prdc::Cpu::RField< D >

Field of real double precision values on an FFT mesh.

Definition at line 26 of file rpc/solvers/Mixture.h.

Member Typedef Documentation

◆ ElementType

template<int D>
double Pscf::Prdc::Cpu::RField< D >::ElementType

Type of each array element.

Definition at line 36 of file cpu/RField.h.

Constructor & Destructor Documentation

◆ RField() [1/2]

template<int D>
Pscf::Prdc::Cuda::RField< D >::RField ( )

Default constructor.

Definition at line 23 of file cpu/RField.tpp.

◆ RField() [2/2]

template<int D>
Pscf::Prdc::Cuda::RField< D >::RField ( const RField< D > & other)

Copy constructor.

Allocates new memory and copies all elements by value.

Parameters
otherthe RField to be copied.

Definition at line 43 of file cpu/RField.tpp.

References Pscf::Prdc::Cpu::FftwDArray< Data >::isAllocated().

◆ ~RField()

template<int D>
Pscf::Prdc::Cuda::RField< D >::~RField ( )
virtual

Destructor.

Deletes underlying C array, if allocated previously.

Definition at line 32 of file cpu/RField.tpp.

Member Function Documentation

◆ operator=()

template<int D>
RField< D > & Pscf::Prdc::Cuda::RField< D >::operator= ( const RField< D > & other)

Assignment operator.

If this Field is not allocated, allocates and copies all elements.

If this and the other Field are both allocated, the capacities must be exactly equal. If so, this method copies all elements.

Parameters
otherthe RHS RField

Definition at line 66 of file cpu/RField.tpp.

References Util::Array< Data >::capacity_, Pscf::Prdc::Cpu::FftwDArray< Data >::isAllocated(), UTIL_CHECK, and UTIL_THROW.

◆ allocate()

◆ deallocate()

template<int D>
void Pscf::Prdc::Cpu::RField< D >::deallocate ( )
virtual

Deallocate memory and return to empty state.

Reimplemented from Pscf::Prdc::Cpu::FftwDArray< double >.

Definition at line 109 of file cpu/RField.tpp.

References Pscf::Prdc::Cpu::FftwDArray< Data >::deallocate().

◆ meshDimensions()

◆ serialize()

template<int D>
template<class Archive >
void Pscf::Prdc::Cuda::RField< D >::serialize ( Archive & ar,
const unsigned int version )

Serialize a Field to/from an Archive.

Parameters
ararchive
versionarchive version id

Definition at line 120 of file cpu/RField.h.

References Pscf::Prdc::Cpu::FftwDArray< Data >::serialize().


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