Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Fiber::CellNeighborhoodVariable Struct Reference

Creator for computing weak neighbors and stores them as a std::vector of cell indices per cells in a cells as cells topology (positions field, vlen). More...

#include <FEMFields.hpp>

Public Types

typedef MemArray< 1, FEMIndices_t > ResultArray_t
typedef FEMOperatorData Constructor_t

Public Member Functions

 CellNeighborhoodVariable (const FEMOperatorData &FEMData, const MemBase::Creator_t &C=MemCore::NullPtr())
RefPtr< ResultArray_t > result () const

Public Attributes

RefPtr< ResultArray_t > m_data

Detailed Description

Creator for computing weak neighbors and stores them as a std::vector of cell indices per cells in a cells as cells topology (positions field, vlen).

A weak neighbor is a neighbor that shares a vertex with the cell of interest.

Constructor & Destructor Documentation

◆ CellNeighborhoodVariable()