31#ifndef CELLO2GHOSTCARTESIAN_H
32#define CELLO2GHOSTCARTESIAN_H
47 virtual void allocate(
const std::vector<AddPhys*>& addPhys);
52 Limiter& globalVolumeFractionLimiter,
Limiter& interfaceVolumeFractionLimiter,
double& alphaCellAfterOppositeSide,
53 double& alphaCell,
double& alphaCellOtherInterfaceSide,
double& epsInterface);
55 virtual void getBufferSlopes(
double* buffer,
int& counter,
const int& lvl);
Definition CellInterface.h:52
Definition CellO2Cartesian.h:39
Definition CellO2GhostCartesian.h:39
std::vector< Phase ** > m_vecPhasesSlopesGhost
Definition CellO2GhostCartesian.h:61
virtual void allocate(const std::vector< AddPhys * > &addPhys)
Memory allocation of cell attributes.
Definition CellO2GhostCartesian.cpp:80
virtual void createChildCell(const int &lvl)
Definition CellO2GhostCartesian.cpp:222
virtual void computeLocalSlopes(CellInterface &cellInterfaceRef, Limiter &globalLimiter, Limiter &interfaceLimiter, Limiter &globalVolumeFractionLimiter, Limiter &interfaceVolumeFractionLimiter, double &alphaCellAfterOppositeSide, double &alphaCell, double &alphaCellOtherInterfaceSide, double &epsInterface)
Definition CellO2GhostCartesian.cpp:118
virtual int getRankOfNeighborCPU() const
Definition CellO2GhostCartesian.cpp:104
virtual bool isCellGhost() const
Definition CellO2GhostCartesian.h:56
virtual ~CellO2GhostCartesian()
Definition CellO2GhostCartesian.cpp:44
int m_rankOfNeighborCPU
Definition CellO2GhostCartesian.h:59
virtual void getBufferSlopes(double *buffer, int &counter, const int &lvl)
Definition CellO2GhostCartesian.cpp:231
virtual void pushBackSlope()
Definition CellO2GhostCartesian.cpp:58
std::vector< double > m_alphaCellAfterOppositeSide
Definition CellO2GhostCartesian.h:64
virtual void popBackSlope()
Definition CellO2GhostCartesian.cpp:69
std::vector< double * > m_vecTransportsSlopesGhost
Definition CellO2GhostCartesian.h:63
virtual void setRankOfNeighborCPU(int rank)
Definition CellO2GhostCartesian.cpp:111
std::vector< Mixture * > m_mixtureSlopesGhost
Definition CellO2GhostCartesian.h:62
CellO2GhostCartesian()
Definition CellO2GhostCartesian.cpp:36
std::vector< int > m_indexCellInterface
Definition CellO2GhostCartesian.h:60