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

#include <Panzer_STK_PeriodicBC_MatchConditions.hpp>

Public Member Functions

 WedgeMatcher (int index0)
 
 WedgeMatcher (int index0, double error)
 
 WedgeMatcher (int index0, const std::vector< std::string > &)
 
 WedgeMatcher (const WedgeMatcher &cm)=default
 
bool operator() (const Teuchos::Tuple< double, 3 > &a, const Teuchos::Tuple< double, 3 > &b) const
 
std::string getString () const
 

Private Attributes

double error_
 
int index0_
 index to compare - 0 for wy, 1 for wx More...
 

Detailed Description

Match coordinates for a 3D wedge. The wedge must be meshed such that it is mirrored across the xz or yz plane. The index is the index that is compared. If the mirror plane is xz, then index0=1. If the mirror plane is yz, then index0=0. A mirror plane of xz is specified as "wx" in the string parser. A mirror pland of yz is specified as "wy" in the string parser.

Definition at line 233 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

Constructor & Destructor Documentation

panzer_stk::WedgeMatcher::WedgeMatcher ( int  index0)
inline

Definition at line 238 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

panzer_stk::WedgeMatcher::WedgeMatcher ( int  index0,
double  error 
)
inline

Definition at line 239 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

panzer_stk::WedgeMatcher::WedgeMatcher ( int  index0,
const std::vector< std::string > &   
)
inline

Definition at line 240 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

panzer_stk::WedgeMatcher::WedgeMatcher ( const WedgeMatcher cm)
default

Member Function Documentation

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

Definition at line 245 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

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

Definition at line 253 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

Member Data Documentation

double panzer_stk::WedgeMatcher::error_
private

Definition at line 234 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.

int panzer_stk::WedgeMatcher::index0_
private

index to compare - 0 for wy, 1 for wx

Definition at line 236 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.


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