Panzer
Version of the Day
|
#include <Panzer_STK_PeriodicBC_MatchConditions.hpp>
Public Member Functions | |
CoordMatcher (int index) | |
index is the coordinate direction that will be compared to find matching nodes. More... | |
CoordMatcher (int index, double error) | |
CoordMatcher (int index, const std::vector< std::string > ¶ms) | |
CoordMatcher (const CoordMatcher &cm) | |
bool | operator() (const Teuchos::Tuple< double, 3 > &a, const Teuchos::Tuple< double, 3 > &b) const |
std::string | getString () const |
int | getIndex () const |
int | getPeriodicDirection () const |
double | getAbsoluteTolerance () const |
void | transform (double *ptB, const std::vector< double > ¢roidA) const |
Private Member Functions | |
void | buildLabels () |
void | parseParams (const std::vector< std::string > ¶ms) |
Private Attributes | |
double | error_ |
int | index_ |
bool | relative_ |
char | labels_ [3] |
Match coordinates that share the same point on a line that is axis aligned
Definition at line 23 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
index is the coordinate direction that will be compared to find matching nodes.
Definition at line 53 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 54 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 55 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 58 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inlineprivate |
Definition at line 29 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inlineprivate |
Definition at line 32 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 60 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 69 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 76 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 78 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 88 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 90 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
private |
Definition at line 24 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
private |
Definition at line 25 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
private |
Definition at line 26 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
private |
Definition at line 27 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.