35 #ifndef NEKTAR_LIB_UTILITIES_HOMOGENEOUS1D_H
36 #define NEKTAR_LIB_UTILITIES_HOMOGENEOUS1D_H
45 namespace LibUtilities
53 namespace LibUtilities
Array< OneD, int > m_num_homogeneous_points
Total homogeneous points per direction.
void TransposeZYtoYZ(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, bool UseNumMode=false)
boost::shared_ptr< Transposition > TranspositionSharedPtr
Array< OneD, unsigned int > GetPlanesIDs(void)
int m_rank_id
Rank of process.
Array< OneD, int > m_num_points_per_proc
Number of homogeneous points on each processor per direction.
void TransposeXYtoZ(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, bool UseNumMode=false)
void TransposeYZtoX(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, bool UseNumMode=false)
Transposition(const LibUtilities::BasisKey &HomoBasis0, LibUtilities::CommSharedPtr hcomm0, LibUtilities::CommSharedPtr hcomm1)
void TransposeZtoXY(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, bool UseNumMode=false)
void TransposeXtoYZ(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, bool UseNumMode=false)
Array< OneD, int > m_num_processes
unsigned int GetStripID(void)
Array< OneD, unsigned int > m_planes_IDs
IDs of the planes on the processes.
boost::shared_ptr< Comm > CommSharedPtr
Pointer to a Communicator object.
void TransposeYZtoZY(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, bool UseNumMode=false)
unsigned int GetPlaneID(int i)
#define LIB_UTILITIES_EXPORT
NekDouble GetSpecVanVisc(const int k)
Array< OneD, int > m_SizeMap
MPI_Alltoallv map containing size of send/recv buffer.
int m_num_homogeneous_directions
unsigned int m_strip_ID
IDs of the strips on the processes.
Array< OneD, unsigned int > m_K
Fourier wave numbers associated with the planes.
void SetSpecVanVisc(Array< OneD, NekDouble > visc)
void Transpose(const Array< OneD, const NekDouble > &inarray, Array< OneD, NekDouble > &outarray, bool UseNumMode=false, TranspositionDir dir=eNoTrans)
Array< OneD, int > m_OffsetMap
MPI_Alltoallv offset map of send/recv buffer in global vector.
Array< OneD, unsigned int > GetKs(void)
Array< OneD, int > m_num_homogeneous_coeffs
Total number of homogeneous coefficients.
Describes the specification for a Basis.