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

Creator for a vector field pointing from the cell centers of the strong neighbors to the center of the cell of interest stored as a vector field in the cells as cells topology. More...

#include <FEMFields.hpp>

Public Types

typedef MemArray< 2, Eagle::PhysicalSpace::tvector > ResultArray_t
typedef FEMOperatorData Constructor_t

Public Member Functions

 CellDirectionsFixed (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 a vector field pointing from the cell centers of the strong neighbors to the center of the cell of interest stored as a vector field in the cells as cells topology.

If no neighbor is present at the index localtiom the direction is set to (0,0,0).

Constructor & Destructor Documentation

◆ CellDirectionsFixed()

Fiber::CellDirectionsFixed::CellDirectionsFixed ( const FEMOperatorData & FEMData,
const MemBase::Creator_t & C = MemCore::NullPtr() )
Todo
Implement cache management