H2Lib  3.0
Data Fields
_tri_list Struct Reference

Simple singly connected list to efficiently store a list of triangles. More...

#include <bem3d.h>

Data Fields

uint t
 Index of a the triangle to be stored.
 
pvert_list vl
 a List of vertices whose basis functions are connected with this triangle and are needed within the computation of integrals.
 
ptri_list next
 Pointer to the next _tri_list element.
 

Detailed Description

Simple singly connected list to efficiently store a list of triangles.

This struct is needed to efficiently compute integrals while using piecewise linear basis function. It is used to build up a list of triangle that are connected to vertex basis functions


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