Go to the source code of this file.
|
void | ug::NumeriereKnoten (const std::vector< std::vector< size_t > > &vvConnections, std::vector< bool > &vVisited, std::vector< size_t > &vAncestorsCount, std::vector< size_t > &vNewIndex, size_t &N, size_t v) |
|
template<typename TDomain > |
void | ug::OrderDownwind (ApproximationSpace< TDomain > &approxSpace, const std::vector< number > &vVel) |
|
template<typename TDomain > |
void | ug::OrderDownwind (ApproximationSpace< TDomain > &approxSpace, const std::vector< number > &vVel, number threshold) |
|
template<typename TDomain > |
void | ug::OrderDownwind (ApproximationSpace< TDomain > &approxSpace, SmartPtr< UserData< MathVector< TDomain::dim >, TDomain::dim > > spVelocity) |
|
template<typename TDomain > |
void | ug::OrderDownwind (ApproximationSpace< TDomain > &approxSpace, SmartPtr< UserData< MathVector< TDomain::dim >, TDomain::dim > > spVelocity, number threshold) |
|
template<typename TDomain > |
void | ug::OrderDownwindForDofDist (SmartPtr< DoFDistribution > spDd, ConstSmartPtr< TDomain > spDomain, SmartPtr< UserData< MathVector< TDomain::dim >, TDomain::dim > > spVelocity, number threshold) |
|