1#ifndef PRDC_CPU_C_FIELD_H
2#define PRDC_CPU_C_FIELD_H
11#include <prdc/cpu/FftwDArray.h>
12#include <prdc/cpu/complex.h>
13#include <pscf/math/IntVec.h>
111 template <
class Archive>
112 void serialize(Archive& ar,
const unsigned int version);
128 {
return meshDimensions_; }
134 template <
class Archive>
138 ar & meshDimensions_;
141 #ifndef PRDC_CPU_C_FIELD_TPP
An IntVec<D, T> is a D-component vector of elements of integer type T.
Field of complex double precision values on an FFT mesh.
const IntVec< D > & meshDimensions() const
Return mesh dimensions by constant reference.
void serialize(Archive &ar, const unsigned int version)
Serialize a Field to/from an Archive.
CField()
Default constructor.
double Real
Real and imaginary parts of a Complex number.
void allocate(const IntVec< D > &meshDimensions)
Allocate the underlying C array for an FFT grid.
virtual void deallocate()
Deallocate underlying C array and clear mesh dimensions.
CField & operator=(const CField &other)
Assignment operator.
fftw_complex ElementType
Type of each element.
fftw_complex Complex
Complex number type.
virtual ~CField()
Destructor.
Dynamic array with data aligned for use with FFTW library.
void serialize(Archive &ar, const unsigned int version)
Serialize a FftwDArray to/from an Archive.
File containing preprocessor macros for error handling.
PSCF package top-level namespace.
Utility classes for scientific computation.