Chombo + EB  3.2
Public Member Functions | List of all members
BaseBCValue Class Referenceabstract

#include <BaseBCValue.H>

Public Member Functions

 BaseBCValue ()
 
virtual ~BaseBCValue ()
 
virtual Real value (const RealVect &a_point, const RealVect &a_normal, const Real &a_time, const int &a_comp) const =0
 
virtual Real value (const FaceIndex &a_face, const Side::LoHiSide &a_side, const DataIndex &a_dit, const RealVect &a_point, const RealVect &a_normal, const Real &a_time, const int &a_comp) const
 
virtual Real value (const VolIndex &a_vof, const RealVect &a_centroid, const RealVect &a_normal, const RealVect &a_dx, const RealVect &a_probLo, const DataIndex &a_dit, const Real &a_time, const int &a_comp) const
 
virtual Real value (const IntVect &a_iv, const DataIndex &a_dit, const RealVect &a_point, const RealVect &a_normal, const Real &a_time, const int &a_comp) const
 
virtual Real beta (const RealVect &a_point, const Real &a_time) const
 

Constructor & Destructor Documentation

◆ BaseBCValue()

BaseBCValue::BaseBCValue ( )
inline

◆ ~BaseBCValue()

virtual BaseBCValue::~BaseBCValue ( )
inlinevirtual

References value().

Member Function Documentation

◆ value() [1/4]

virtual Real BaseBCValue::value ( const RealVect a_point,
const RealVect a_normal,
const Real a_time,
const int &  a_comp 
) const
pure virtual

Referenced by value(), and ~BaseBCValue().

◆ value() [2/4]

virtual Real BaseBCValue::value ( const FaceIndex a_face,
const Side::LoHiSide a_side,
const DataIndex a_dit,
const RealVect a_point,
const RealVect a_normal,
const Real a_time,
const int &  a_comp 
) const
inlinevirtual

References value().

◆ value() [3/4]

virtual Real BaseBCValue::value ( const VolIndex a_vof,
const RealVect a_centroid,
const RealVect a_normal,
const RealVect a_dx,
const RealVect a_probLo,
const DataIndex a_dit,
const Real a_time,
const int &  a_comp 
) const
inlinevirtual

◆ value() [4/4]

virtual Real BaseBCValue::value ( const IntVect a_iv,
const DataIndex a_dit,
const RealVect a_point,
const RealVect a_normal,
const Real a_time,
const int &  a_comp 
) const
inlinevirtual

References value().

◆ beta()

virtual Real BaseBCValue::beta ( const RealVect a_point,
const Real a_time 
) const
inlinevirtual

References MayDay::Error().


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