Reference domain for quadrilateral (2D).
More...
#include <refdomain.h>
List of all members.
Detailed Description
Reference domain for quadrilateral (2D).
Member Function Documentation
| static const int* RefQuad::get_edge_vertices |
( |
int |
edge |
) |
[inline, static] |
| static const Point2D* RefQuad::get_vertices |
( |
|
) |
[inline, static] |
Member Data Documentation
Initial value: {
{ -1.0, -1.0 },
{ 1.0, -1.0 },
{ 1.0, 1.0 },
{ -1.0, 1.0 }
}
The documentation for this class was generated from the following files: