|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
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 |
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.
| CellNeighborhoodVariable::CellNeighborhoodVariable | ( | const FEMOperatorData & | FEMData, |
| const MemBase::Creator_t & | C = MemCore::NullPtr() |
||
| ) |
References std::vector< typename _Tp, typename _Alloc >::begin(), std::vector< typename _Tp, typename _Alloc >::end(), std::find(), std::vector< typename _Tp, typename _Alloc >::push_back(), and std::rotate().