H2Lib
3.0
|
Simple singly connected list to efficiently store a list of vertices. More...
#include <bem3d.h>
Data Fields | |
uint | v |
Index of the vertex to be stored. | |
pvert_list | next |
Pointer to the next _vert_list element. | |
Simple singly connected list to efficiently store a list of vertices.
This struct is needed to efficiently compute integrals while using piecewise linear basis function. It is used to build up a list of vertex basis functions that are connected to a triangle and needed within the computations.