NeoPZ
Public Attributes | List of all members
TPZLink< ElemType >::Node Struct Reference

Node structure. More...

Collaboration diagram for TPZLink< ElemType >::Node:
[legend]

Public Attributes

ElemType elem
 
Nodenext
 

Detailed Description

template<class ElemType>
struct TPZLink< ElemType >::Node

Node structure.

Defines a Node structure that contains an element type index and a node index.

Parameters
elemDescribes element type.
nextDescribes next element.

Definition at line 32 of file pzlink.h.

Member Data Documentation

◆ elem

template<class ElemType>
ElemType TPZLink< ElemType >::Node::elem

◆ next

template<class ElemType>
Node* TPZLink< ElemType >::Node::next

Definition at line 35 of file pzlink.h.

Referenced by TPZLink< TPZSpMatrix::TPZNode >::Next().


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