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 neighborSTground node pointed to by this boundary
boundarylist: *mut *mut nodeSTlist of neighbors of common boundary
nneighbor: i64list of nodes covered by common boundary
nboundary: i64number of neighbor nodes of boundary