[][src]Trait gut::mesh::topology::TopoIndex

pub trait TopoIndex<I>: ElementIndex<I> {
    type SrcIndex: ElementIndex<I>;
    type DstIndex: ElementIndex<I>;
}

TopoIndex is an index for data at a point of connectivity. For instance a FaceVertexIndex identifies a specific vertex pointed to by a face. This means it has a source and a destination. This trait defines the indices for this source and destination indices.

Associated Types

Loading content...

Implementors

Loading content...