Hermes2D
2.0
|
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 | |
}; | |
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().