#include <Panzer_STK_PeriodicBC_MatchConditions.hpp>
|
| | PlaneMatcher (int index0, int index1) |
| | index0 and index1 are the two coordinate directions defining the plane compared to find matching nodes.
|
| |
| | PlaneMatcher (int index0, int index1, double error) |
| | Construct with an explicit absolute tolerance.
|
| |
| | PlaneMatcher (int index0, int index1, const std::vector< std::string > ¶ms) |
| | Construct with tolerance and "relative" option parsed from strings, as accepted by parseParams().
|
| |
| | PlaneMatcher (const PlaneMatcher &cm) |
| | Copy constructor.
|
| |
| bool | operator() (const Teuchos::Tuple< double, 3 > &a, const Teuchos::Tuple< double, 3 > &b) const |
| | Returns true if points a and b match, i.e. their coordinates in both compared directions are within tolerance.
|
| |
| std::string | getString () const |
| | Returns a human-readable description of this matcher's compared coordinates and tolerance.
|
| |
| int | getIndex0 () const |
| | Returns the first coordinate direction being compared.
|
| |
| int | getIndex1 () const |
| | Returns the second coordinate direction being compared.
|
| |
| int | getPeriodicDirection () const |
| | Returns the direction orthogonal to the compared plane, in which the boundary condition is periodic.
|
| |
| double | getAbsoluteTolerance () const |
| | Returns the absolute matching tolerance.
|
| |
| void | transform (double *ptB, const std::vector< double > ¢roidA) const |
| | Shifts ptB's periodic-direction coordinate to match centroidA's, in place.
|
| |
Match coordinates at the same point on a plane
Definition at line 115 of file Panzer_STK_PeriodicBC_MatchConditions.hpp.
◆ PlaneMatcher() [1/4]
| panzer_stk::PlaneMatcher::PlaneMatcher |
( |
int |
index0, |
|
|
int |
index1 |
|
) |
| |
|
inline |
◆ PlaneMatcher() [2/4]
| panzer_stk::PlaneMatcher::PlaneMatcher |
( |
int |
index0, |
|
|
int |
index1, |
|
|
double |
error |
|
) |
| |
|
inline |
◆ PlaneMatcher() [3/4]
| panzer_stk::PlaneMatcher::PlaneMatcher |
( |
int |
index0, |
|
|
int |
index1, |
|
|
const std::vector< std::string > & |
params |
|
) |
| |
|
inline |
◆ PlaneMatcher() [4/4]
| panzer_stk::PlaneMatcher::PlaneMatcher |
( |
const PlaneMatcher & |
cm | ) |
|
|
inline |
◆ buildLabels()
| void panzer_stk::PlaneMatcher::buildLabels |
( |
| ) |
|
|
inlineprivate |
◆ parseParams()
| void panzer_stk::PlaneMatcher::parseParams |
( |
const std::vector< std::string > & |
params | ) |
|
|
inlineprivate |
◆ operator()()
| bool panzer_stk::PlaneMatcher::operator() |
( |
const Teuchos::Tuple< double, 3 > & |
a, |
|
|
const Teuchos::Tuple< double, 3 > & |
b |
|
) |
| const |
|
inline |
◆ getString()
| std::string panzer_stk::PlaneMatcher::getString |
( |
| ) |
const |
|
inline |
◆ getIndex0()
| int panzer_stk::PlaneMatcher::getIndex0 |
( |
| ) |
const |
|
inline |
◆ getIndex1()
| int panzer_stk::PlaneMatcher::getIndex1 |
( |
| ) |
const |
|
inline |
◆ getPeriodicDirection()
| int panzer_stk::PlaneMatcher::getPeriodicDirection |
( |
| ) |
const |
|
inline |
◆ getAbsoluteTolerance()
| double panzer_stk::PlaneMatcher::getAbsoluteTolerance |
( |
| ) |
const |
|
inline |
◆ transform()
| void panzer_stk::PlaneMatcher::transform |
( |
double * |
ptB, |
|
|
const std::vector< double > & |
centroidA |
|
) |
| const |
|
inline |
◆ error_
| double panzer_stk::PlaneMatcher::error_ |
|
private |
◆ index0_
| int panzer_stk::PlaneMatcher::index0_ |
|
private |
◆ index1_
| int panzer_stk::PlaneMatcher::index1_ |
|
private |
◆ relative_
| bool panzer_stk::PlaneMatcher::relative_ |
|
private |
◆ labels_
| char panzer_stk::PlaneMatcher::labels_[3] |
|
private |
The documentation for this class was generated from the following file: