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