H2Lib  3.0
Data Fields
_listnode Struct Reference

simple singly linked list to store unsigned inter values. More...

#include <bem3d.h>

Data Fields

uint data
 Data element to be stored. here the number of a triangle.
 
plistnode next
 Pointer to the next _listnode element.
 

Detailed Description

simple singly linked list to store unsigned inter values.

This Struct is used to build up a vertex-to-triangle (setup_vertex_to_triangle_map_bem3d) needed by piecewise linear basis function in bem3d.


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