Class describing 2D quadrilateral grids. More...
Namespaces | |
Opm | |
Class for immiscible dead oil and dry gas. | |
Functions | |
bool | Opm::Elasticity::EQUAL2 (const BoundaryGrid::FaceCoord &x, const BoundaryGrid::FaceCoord &y, double tol) |
Check that two points are sufficiently equal. More... | |
BoundaryGrid::Vertex | Opm::Elasticity::minXminY (std::vector< BoundaryGrid::Vertex > &in) |
Find the vertex in the vector with minimum X and minimum Y. More... | |
BoundaryGrid::Vertex | Opm::Elasticity::maxXminY (std::vector< BoundaryGrid::Vertex > &in) |
Find the vertex in the vector with maximum X and minimum Y. More... | |
BoundaryGrid::Vertex | Opm::Elasticity::maxXmaxY (std::vector< BoundaryGrid::Vertex > &in) |
Find the vertex in the vector with maximum X and maximum Y. More... | |
BoundaryGrid::Vertex | Opm::Elasticity::minXmaxY (std::vector< BoundaryGrid::Vertex > &in) |
Find the vertex in the vector with minimum X and maximum Y. More... | |
Class describing 2D quadrilateral grids.