Skip to main content

boundaryT

Type Alias boundaryT 

Source
pub type boundaryT = boundaryST;
Expand description

boundary data structure

Aliased Type§

#[repr(C)]
pub struct boundaryT { pub node: [nodeST; 1], pub neighborlist: *mut neighborST, pub boundarylist: *mut *mut nodeST, pub nneighbor: i64, pub nboundary: i64, }

Fields§

§node: [nodeST; 1]§neighborlist: *mut neighborST

ground node pointed to by this boundary

§boundarylist: *mut *mut nodeST

list of neighbors of common boundary

§nneighbor: i64

list of nodes covered by common boundary

§nboundary: i64

number of neighbor nodes of boundary