Go to the source code of this file.
|
template<typename VType , typename TElem , typename TDomain , typename TGridFunction > |
void | ug::NavierStokes::averageByVolume (PeriodicAttachmentAccessor< TElem, Attachment< VType > > &acUHat, PeriodicAttachmentAccessor< TElem, Attachment< number > > &acVolume, TDomain &domain, SmartPtr< TGridFunction > uInfo, std::vector< WallObject< TGridFunction > > walls) |
|
template<typename vector_t > |
vector_t::value_type | ug::NavierStokes::VecDistanceMaxNorm (const vector_t &v1, const vector_t &v2) |
|