Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
ArrayEqualityComparison.cpp File Reference
#include <LibUtilities/BasicUtils/SharedArray.hpp>
Include dependency graph for ArrayEqualityComparison.cpp:

Go to the source code of this file.

Namespaces

 Nektar
 <
 

Functions

bool Nektar::operator== (const Array< OneD, NekDouble > &lhs, const Array< OneD, NekDouble > &rhs)
 
bool Nektar::IsEqual (const Array< OneD, const NekDouble > &lhs, const Array< OneD, const NekDouble > &rhs, NekDouble tol)
 
bool Nektar::operator== (const Array< TwoD, NekDouble > &lhs, const Array< TwoD, NekDouble > &rhs)
 
bool Nektar::IsEqual (const Array< TwoD, const NekDouble > &lhs, const Array< TwoD, const NekDouble > &rhs, NekDouble tol)