CurvMap Struct Reference

CurvMap is a structure storing complete information on the curved edges of an element. There are two variants of this structure. The first if for top-level (master mesh) elements. More...

#include <curved.h>

List of all members.

Public Member Functions

 CurvMap ()
 CurvMap (CurvMap *cm)
 ~CurvMap ()
void update_refmap_coefs (Element *e)
void get_mid_edge_points (Element *e, double2 *pt, int n)

Public Attributes

bool toplevel
union {
   Nurbs *   nurbs [4]
   struct {
      Element *   parent
      uint64_t   part
   } 
}; 
int order
int nc
double2coefs

Detailed Description

CurvMap is a structure storing complete information on the curved edges of an element. There are two variants of this structure. The first if for top-level (master mesh) elements.


Constructor & Destructor Documentation

CurvMap::CurvMap (  )  [inline]
CurvMap::CurvMap ( CurvMap cm  ) 
CurvMap::~CurvMap (  ) 

Member Function Documentation

void CurvMap::get_mid_edge_points ( Element e,
double2 pt,
int  n 
)
void CurvMap::update_refmap_coefs ( Element e  ) 

Member Data Documentation

union { ... }
uint64_t CurvMap::part

The documentation for this struct was generated from the following files:
Generated on Sat Jun 5 15:17:43 2010 for Hermes2D Library: Real Version by  doxygen 1.6.3