Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
panzer_stk::QuarterPlaneMatcher Class Reference

#include <Panzer_STK_PeriodicBC_MatchConditions.hpp>

Public Member Functions

 QuarterPlaneMatcher (int index0a, int index0b, int index1)
 
 QuarterPlaneMatcher (int index0a, int index0b, int index1, double error)
 
 QuarterPlaneMatcher (int index0a, int index0b, int index1, const std::vector< std::string > &params)
 
 QuarterPlaneMatcher (const QuarterPlaneMatcher &cm)
 
bool operator() (const Teuchos::Tuple< double, 3 > &a, const Teuchos::Tuple< double, 3 > &b) const
 
std::string getString () const
 

Private Member Functions

void buildLabels ()
 
void parseParams (const std::vector< std::string > &params)
 

Private Attributes

double error_
 
int index0a_
 
int index0b_
 
int index1_
 
char labels_ [3]
 

Detailed Description

Match coordinates at the same point in two planes. This handles quarter symmetry.

Definition at line 210 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

Constructor & Destructor Documentation

panzer_stk::QuarterPlaneMatcher::QuarterPlaneMatcher ( int  index0a,
int  index0b,
int  index1 
)
inline

Definition at line 234 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

panzer_stk::QuarterPlaneMatcher::QuarterPlaneMatcher ( int  index0a,
int  index0b,
int  index1,
double  error 
)
inline

Definition at line 238 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

panzer_stk::QuarterPlaneMatcher::QuarterPlaneMatcher ( int  index0a,
int  index0b,
int  index1,
const std::vector< std::string > &  params 
)
inline

Definition at line 242 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

panzer_stk::QuarterPlaneMatcher::QuarterPlaneMatcher ( const QuarterPlaneMatcher cm)
inline

Definition at line 246 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

Member Function Documentation

void panzer_stk::QuarterPlaneMatcher::buildLabels ( )
inlineprivate

Definition at line 215 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

void panzer_stk::QuarterPlaneMatcher::parseParams ( const std::vector< std::string > &  params)
inlineprivate

Definition at line 218 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

bool panzer_stk::QuarterPlaneMatcher::operator() ( const Teuchos::Tuple< double, 3 > &  a,
const Teuchos::Tuple< double, 3 > &  b 
) const
inline

Definition at line 250 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

std::string panzer_stk::QuarterPlaneMatcher::getString ( ) const
inline

Definition at line 255 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

Member Data Documentation

double panzer_stk::QuarterPlaneMatcher::error_
private

Definition at line 211 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

int panzer_stk::QuarterPlaneMatcher::index0a_
private

Definition at line 212 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

int panzer_stk::QuarterPlaneMatcher::index0b_
private

Definition at line 212 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

int panzer_stk::QuarterPlaneMatcher::index1_
private

Definition at line 212 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

char panzer_stk::QuarterPlaneMatcher::labels_[3]
private

Definition at line 213 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.


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