TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
VDF_to_IJK Class Reference

#include <VDF_to_IJK.h>

Collaboration diagram for VDF_to_IJK:
[legend]

Public Member Functions

void initialize (const Domaine_VF &domaine_vf, const Domaine_IJK &splitting, Domaine_IJK::Localisation localisation, int direction_for_x, int direction_for_y, int direction_for_z)
template<typename _TYPE_, typename _TYPE_ARRAY_>
void convert_from_ijk (const IJK_Field_template< _TYPE_, _TYPE_ARRAY_ > &ijk_x, DoubleVect &x, bool add=false) const
template<typename _TYPE_, typename _TYPE_ARRAY_>
void convert_to_ijk (const DoubleVect &x, IJK_Field_template< _TYPE_, _TYPE_ARRAY_ > &ijk_x) const

Protected Attributes

ArrOfInt pe_send_
ArrOfInt pe_recv_
ArrOfInt pe_recv_size_
Static_Int_Lists pe_send_data_
Static_Int_Lists pe_recv_data_
int ijk_ni_
int ijk_nj_

Detailed Description

Definition at line 28 of file VDF_to_IJK.h.

Member Function Documentation

◆ convert_from_ijk()

template<typename _TYPE_, typename _TYPE_ARRAY_>
void VDF_to_IJK::convert_from_ijk ( const IJK_Field_template< _TYPE_, _TYPE_ARRAY_ > & ijk_x,
DoubleVect & x,
bool add = false ) const

Definition at line 74 of file VDF_to_IJK.tpp.

◆ convert_to_ijk()

template<typename _TYPE_, typename _TYPE_ARRAY_>
void VDF_to_IJK::convert_to_ijk ( const DoubleVect & x,
IJK_Field_template< _TYPE_, _TYPE_ARRAY_ > & ijk_x ) const

Definition at line 29 of file VDF_to_IJK.tpp.

◆ initialize()

void VDF_to_IJK::initialize ( const Domaine_VF & domaine_vf,
const Domaine_IJK & splitting,
Domaine_IJK::Localisation localisation,
int direction_for_x,
int direction_for_y,
int direction_for_z )

Definition at line 95 of file VDF_to_IJK.cpp.

Member Data Documentation

◆ ijk_ni_

int VDF_to_IJK::ijk_ni_
protected

Definition at line 57 of file VDF_to_IJK.h.

◆ ijk_nj_

int VDF_to_IJK::ijk_nj_
protected

Definition at line 58 of file VDF_to_IJK.h.

◆ pe_recv_

ArrOfInt VDF_to_IJK::pe_recv_
protected

Definition at line 45 of file VDF_to_IJK.h.

◆ pe_recv_data_

Static_Int_Lists VDF_to_IJK::pe_recv_data_
protected

Definition at line 52 of file VDF_to_IJK.h.

◆ pe_recv_size_

ArrOfInt VDF_to_IJK::pe_recv_size_
protected

Definition at line 47 of file VDF_to_IJK.h.

◆ pe_send_

ArrOfInt VDF_to_IJK::pe_send_
protected

Definition at line 43 of file VDF_to_IJK.h.

◆ pe_send_data_

Static_Int_Lists VDF_to_IJK::pe_send_data_
protected

Definition at line 51 of file VDF_to_IJK.h.


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