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

Public Attributes

struct {
   int   dof
 
   union {
      Scalar *   edge_bc_proj
 
      Scalar *   vertex_bc_coef
 
   } 
 
   int   n
 of DOFs to indicate nodes which were not processed yet. More...
 
}; 
 
struct {
   BaseComponent *   baselist
 
   int   ncomponents
 
}; 
 
struct {
   Node *   base
 
   int   part
 
}; 
 

Detailed Description

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

Definition at line 314 of file space.h.

Member Data Documentation

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

of DOFs to indicate nodes which were not processed yet.

Number of dofs. Temporarily used during assignment

Definition at line 323 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: