MFEM
v4.6.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
mfem | |
Functions | |
void | mfem::add (const Vector &v1, const Vector &v2, Vector &v) |
void | mfem::add (const Vector &v1, double alpha, const Vector &v2, Vector &v) |
void | mfem::add (const double a, const Vector &x, const Vector &y, Vector &z) |
void | mfem::add (const double a, const Vector &x, const double b, const Vector &y, Vector &z) |
void | mfem::subtract (const Vector &x, const Vector &y, Vector &z) |
void | mfem::subtract (const double a, const Vector &x, const Vector &y, Vector &z) |