FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Public Member Functions | Public Attributes | List of all members
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_tResultArray_t
 
typedef FEMOperatorData Constructor_t
 

Public Member Functions

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

Public Attributes

RefPtr< ResultArray_tm_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()

CellNeighborhoodVariable::CellNeighborhoodVariable ( const FEMOperatorData FEMData,
const MemBase::Creator_t C = MemCore::NullPtr() 
)