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