Public Member Functions

cell_updater< CellType, InterfaceType > Struct Template Reference

A helper functor for updating the cell_quan tokens in a ViennaMath expression. More...

#include <assembler.hpp>

Public Member Functions

 cell_updater (CellType const &cell)
void operator() (InterfaceType const *e) const
void operator() (viennafem::cell_quan< CellType, InterfaceType > const &cq) const

Detailed Description

template<typename CellType, typename InterfaceType>
struct viennafem::detail::cell_updater< CellType, InterfaceType >

A helper functor for updating the cell_quan tokens in a ViennaMath expression.


Constructor & Destructor Documentation

cell_updater ( CellType const &  cell  )  [inline]

Member Function Documentation

void operator() ( InterfaceType const *  e  )  const [inline]
void operator() ( viennafem::cell_quan< CellType, InterfaceType > const &  cq  )  const [inline]

The documentation for this struct was generated from the following file: