|
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 |
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 55 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
index is the coordinate direction that will be compared to find matching nodes.
Definition at line 85 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 86 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 87 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 90 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inlineprivate |
Definition at line 61 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inlineprivate |
Definition at line 64 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 92 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 101 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 108 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
inline |
Definition at line 110 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
private |
Definition at line 56 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
private |
Definition at line 57 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
private |
Definition at line 58 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
|
private |
Definition at line 59 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
1.8.5