Hermes2D  3.0
Hermes::Hermes2D::Space< Scalar >::NodeData Union Reference

Public Attributes

struct {
   int   dof
 
   union {
      Scalar *   edge_bc_proj
 
      Scalar *   vertex_bc_coef
 
   } 
 
   short   n
 
}; 
 
struct {
   BaseComponent *   baselist
 
   int   ncomponents
 
}; 
 
struct {
   Node *   base
 
   int   part
 
}; 
 

Detailed Description

template<typename Scalar>
union Hermes::Hermes2D::Space< Scalar >::NodeData

Definition at line 387 of file space.h.

Member Data Documentation

template<typename Scalar>
short Hermes::Hermes2D::Space< Scalar >::NodeData::n

Number of dofs. Temporarily used during assignment of DOFs to indicate nodes which were not processed yet.

Definition at line 398 of file space.h.

Referenced by Hermes::Hermes2D::Space< Scalar >::get_edge_order(), and Hermes::Hermes2D::Space< Scalar >::reset_dof_assignment().


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