Go to the source code of this file.
|
int | mfem::CheckFinite (const double *v, const int n) |
|
double | mfem::infinity () |
| Define a shortcut for std::numeric_limits<double>::infinity() More...
|
|
template<typename T > |
T | mfem::ZeroSubnormal (T val) |
|
bool | mfem::IsFinite (const double &val) |
|
template<> |
void | mfem::Swap< Vector > (Vector &a, Vector &b) |
| Specialization of the template function Swap<> for class Vector. More...
|
|
double | mfem::DistanceSquared (const double *x, const double *y, const int n) |
|
double | mfem::Distance (const double *x, const double *y, const int n) |
|
double | mfem::Distance (const Vector &x, const Vector &y) |
|
double | mfem::InnerProduct (const Vector &x, const Vector &y) |
| Returns the inner product of x and y. More...
|
|
double | mfem::InnerProduct (MPI_Comm comm, const Vector &x, const Vector &y) |
| Returns the inner product of x and y in parallel. More...
|
|