ug4
vector_util.h File Reference

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

template<typename TBlock >
bool ug::BlockMatrixFiniteAndNotTooBig (TBlock &m, double tooBigValue=1e24)
 
template<typename TBlock >
bool ug::BlockVectorFiniteAndNotTooBig (TBlock &v, double tooBigValue=1e24)
 
template<typename TVector >
bool ug::IsFinite (const ParallelVector< TVector > &v)
 
template<typename TVector >
bool ug::IsFiniteAndNotTooBig (const ParallelVector< TVector > &v)
 
template<typename TVector >
bool ug::IsFiniteAndNotTooBig (const TVector &v, double tooBigValue=1e24)