Plugins
filter.h File Reference

Go to the source code of this file.

Classes

class  ug::NavierStokes::ConstantBoxFilter< TGridFunction >
 
class  ug::NavierStokes::ElementBoxFilter< TGridFunction >
 
class  ug::NavierStokes::FilterBaseClass< TGridFunction >
 
class  ug::NavierStokes::FilterImplBaseClass< TImpl, TGridFunction >
 
class  ug::NavierStokes::FV1BoxFilter< TGridFunction >
 
class  ug::NavierStokes::FVCRBoxFilter< TGridFunction >
 
struct  ug::NavierStokes::Region< dim >
 
class  ug::NavierStokes::VariableBoxFilter< TGridFunction >
 
class  ug::NavierStokes::WallObject< TGridFunction >
 

Namespaces

 ug
 
 ug::NavierStokes
 

Functions

template<int dim, typename elem_type , typename TGridFunction >
void ug::NavierStokes::copyAttachmentToGridFunction (SmartPtr< TGridFunction > u, PeriodicAttachmentAccessor< elem_type, Attachment< MathVector< dim > > > &aaU)
 
template<int dim, typename elem_type , typename TGridFunction >
void ug::NavierStokes::copyGridFunctionToAttachment (PeriodicAttachmentAccessor< elem_type, Attachment< MathVector< dim > > > &aaU, SmartPtr< TGridFunction > u)
 
template<typename elem_type , typename attachment_type , typename grid_type >
void ug::NavierStokes::initAttachment (PeriodicAttachmentAccessor< elem_type, attachment_type > &accessor, attachment_type &attachment, grid_type &grid)