Panzer Version of the Day
Loading...
Searching...
No Matches
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

◆ PlaneMatcher() [1/4]

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

Definition at line 174 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ PlaneMatcher() [2/4]

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

Definition at line 177 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ PlaneMatcher() [3/4]

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.

◆ PlaneMatcher() [4/4]

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

Definition at line 184 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

Member Function Documentation

◆ buildLabels()

void panzer_stk::PlaneMatcher::buildLabels ( )
inlineprivate

Definition at line 144 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ parseParams()

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

Definition at line 147 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ operator()()

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.

◆ getString()

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

Definition at line 197 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ getIndex0()

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

Definition at line 204 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ getIndex1()

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

Definition at line 205 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ getPeriodicDirection()

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

Definition at line 206 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ getAbsoluteTolerance()

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

Definition at line 228 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ transform()

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

◆ error_

double panzer_stk::PlaneMatcher::error_
private

Definition at line 139 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ index0_

int panzer_stk::PlaneMatcher::index0_
private

Definition at line 140 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ index1_

int panzer_stk::PlaneMatcher::index1_
private

Definition at line 140 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ relative_

bool panzer_stk::PlaneMatcher::relative_
private

Definition at line 141 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

◆ labels_

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: