Opm::Elasticity::BoundaryGrid::Vertex Class Reference

A class describing a 2D vertex. More...

#include <boundarygrid.hh>

Public Member Functions

 Vertex ()
 Default constructor. More...
 
bool operator== (const Vertex &v2)
 Comparison operator. More...
 

Public Attributes

int i
 Index of the vertex. More...
 
FaceCoord c
 Coordinates of the vertex (2D) More...
 
Quadq
 The quad containing the vertex (if search has been done) More...
 
bool fixed
 Whether or not this node is fixed. More...
 

Detailed Description

A class describing a 2D vertex.

Constructor & Destructor Documentation

Opm::Elasticity::BoundaryGrid::Vertex::Vertex ( )
inline

Default constructor.

Member Function Documentation

bool Opm::Elasticity::BoundaryGrid::Vertex::operator== ( const Vertex v2)
inline

Comparison operator.

References c.

Member Data Documentation

bool Opm::Elasticity::BoundaryGrid::Vertex::fixed

Whether or not this node is fixed.

Quad* Opm::Elasticity::BoundaryGrid::Vertex::q

The quad containing the vertex (if search has been done)

Referenced by Opm::Elasticity::IMPL_FUNC().


The documentation for this class was generated from the following file: