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::PlaneMatcher Class Reference

#include <Panzer_STK_PeriodicBC_MatchConditions.hpp>

Public Member Functions

 PlaneMatcher (int index0, int index1)
 
 PlaneMatcher (int index0, int index1, double error)
 
 PlaneMatcher (int index0, int index1, const std::vector< std::string > &params)
 
 PlaneMatcher (const PlaneMatcher &cm)
 
bool operator() (const Teuchos::Tuple< double, 3 > &a, const Teuchos::Tuple< double, 3 > &b) const
 
std::string getString () const
 
int getIndex0 () const
 
int getIndex1 () const
 
int getPeriodicDirection () const
 
double getAbsoluteTolerance () const
 
void transform (double *ptB, const std::vector< double > &centroidA) const
 

Private Member Functions

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

Private Attributes

double error_
 
int index0_
 
int index1_
 
bool relative_
 
char labels_ [3]
 

Detailed Description

Match coordinates at the same point on a plane

Definition at line 138 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

Constructor & Destructor Documentation

panzer_stk::PlaneMatcher::PlaneMatcher ( int  index0,
int  index1 
)
inline

Definition at line 174 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

panzer_stk::PlaneMatcher::PlaneMatcher ( int  index0,
int  index1,
double  error 
)
inline

Definition at line 177 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

panzer_stk::PlaneMatcher::PlaneMatcher ( int  index0,
int  index1,
const std::vector< std::string > &  params 
)
inline

Definition at line 180 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

panzer_stk::PlaneMatcher::PlaneMatcher ( const PlaneMatcher cm)
inline

Definition at line 184 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

Member Function Documentation

void panzer_stk::PlaneMatcher::buildLabels ( )
inlineprivate

Definition at line 144 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

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

Definition at line 147 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

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

Definition at line 187 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

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

Definition at line 197 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

int panzer_stk::PlaneMatcher::getIndex0 ( ) const
inline

Definition at line 204 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

int panzer_stk::PlaneMatcher::getIndex1 ( ) const
inline

Definition at line 205 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

int panzer_stk::PlaneMatcher::getPeriodicDirection ( ) const
inline

Definition at line 206 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

double panzer_stk::PlaneMatcher::getAbsoluteTolerance ( ) const
inline

Definition at line 228 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

void panzer_stk::PlaneMatcher::transform ( double *  ptB,
const std::vector< double > &  centroidA 
) const
inline

Definition at line 230 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

Member Data Documentation

double panzer_stk::PlaneMatcher::error_
private

Definition at line 139 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

int panzer_stk::PlaneMatcher::index0_
private

Definition at line 140 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

int panzer_stk::PlaneMatcher::index1_
private

Definition at line 140 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

bool panzer_stk::PlaneMatcher::relative_
private

Definition at line 141 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

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

Definition at line 142 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.


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