Go to the source code of this file.
|
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) |
|