Alamo
Functions
BC::BCUtil Namespace Reference

Functions

int ReadString (std::string bcstring)
 
bool IsPeriodic (int bctype)
 
bool IsNeumann (int bctype)
 
bool IsDirichlet (int bctype)
 
bool IsReflectEven (int bctype)
 
bool IsReflectOdd (int bctype)
 

Function Documentation

◆ IsDirichlet()

bool BC::BCUtil::IsDirichlet ( int  bctype)

Definition at line 48 of file BC.cpp.

◆ IsNeumann()

bool BC::BCUtil::IsNeumann ( int  bctype)

Definition at line 41 of file BC.cpp.

◆ IsPeriodic()

bool BC::BCUtil::IsPeriodic ( int  bctype)

Definition at line 33 of file BC.cpp.

◆ IsReflectEven()

bool BC::BCUtil::IsReflectEven ( int  bctype)

Definition at line 54 of file BC.cpp.

◆ IsReflectOdd()

bool BC::BCUtil::IsReflectOdd ( int  bctype)

Definition at line 59 of file BC.cpp.

◆ ReadString()

int BC::BCUtil::ReadString ( std::string  bcstring)

Definition at line 8 of file BC.cpp.