A class describing a linear, quadrilateral element.
More...
#include <boundarygrid.hh>
|
| Quad () |
| Default constructor.
|
|
FaceCoord | pos (double xi, double eta) const |
| Return the physical coordinates corresponding to the given local coordinates.
|
|
std::vector< double > | evalBasis (double xi, double eta) const |
| Evaluate the basis functions.
|
|
|
std::ostream & | operator<< (std::ostream &os, const Quad &q) |
| Print to a stream.
|
|
A class describing a linear, quadrilateral element.
◆ evalBasis()
std::vector< double > Opm::Elasticity::BoundaryGrid::Quad::evalBasis |
( |
double |
xi, |
|
|
double |
eta |
|
) |
| const |
Evaluate the basis functions.
- Parameters
-
[in] | xi | The local coordinate in the first direction |
[in] | eta | The local coordinate in the second direction |
◆ pos()
Return the physical coordinates corresponding to the given local coordinates.
- Parameters
-
[in] | xi | The local coordinate in the first direction |
[in] | eta | The local coordinate in the second direction |
The documentation for this class was generated from the following files: