| Add(const double a, const Vector &Va) | mfem::Vector | |
| AddBdrFaceIntegrator(LinearFormIntegrator *lfi) | mfem::LinearForm | |
| AddBdrFaceIntegrator(LinearFormIntegrator *lfi, Array< int > &bdr_attr_marker) | mfem::LinearForm | |
| AddBoundaryIntegrator(LinearFormIntegrator *lfi) | mfem::LinearForm | |
| AddDomainIntegrator(LinearFormIntegrator *lfi) | mfem::LinearForm | |
| AddElementVector(const Array< int > &dofs, const Vector &elemvect) | mfem::Vector | |
| AddElementVector(const Array< int > &dofs, double *elem_data) | mfem::Vector | |
| AddElementVector(const Array< int > &dofs, const double a, const Vector &elemvect) | mfem::Vector | |
| allocsize | mfem::Vector | protected |
| Assemble() | mfem::LinearForm | |
| AssembleDelta() | mfem::LinearForm | |
| Capacity() const | mfem::Vector | inline |
| CheckFinite() const | mfem::Vector | inline |
| data | mfem::Vector | protected |
| Destroy() | mfem::Vector | inline |
| DistanceSquaredTo(const double *p) const | mfem::Vector | inline |
| DistanceTo(const double *p) const | mfem::Vector | inline |
| Elem(int i) | mfem::Vector | |
| Elem(int i) const | mfem::Vector | |
| FESpace() | mfem::LinearForm | inline |
| FESpace() const | mfem::LinearForm | inline |
| GetData() const | mfem::Vector | inline |
| GetFES() | mfem::LinearForm | inline |
| GetSubVector(const Array< int > &dofs, Vector &elemvect) const | mfem::Vector | |
| GetSubVector(const Array< int > &dofs, double *elem_data) const | mfem::Vector | |
| LinearForm(FiniteElementSpace *f) | mfem::LinearForm | inline |
| LinearForm() | mfem::LinearForm | inline |
| Load(std::istream **in, int np, int *dim) | mfem::Vector | |
| Load(std::istream &in, int Size) | mfem::Vector | |
| Load(std::istream &in) | mfem::Vector | inline |
| MakeDataOwner() | mfem::Vector | inline |
| Max() const | mfem::Vector | |
| median(const Vector &lo, const Vector &hi) | mfem::Vector | |
| Min() const | mfem::Vector | |
| Neg() | mfem::Vector | |
| NewDataAndSize(double *d, int s) | mfem::Vector | inline |
| Norml1() const | mfem::Vector | |
| Norml2() const | mfem::Vector | |
| Normlinf() const | mfem::Vector | |
| Normlp(double p) const | mfem::Vector | |
| operator const double *() const | mfem::Vector | inline |
| operator double *() | mfem::Vector | inline |
| operator()(const ParGridFunction &gf) const | mfem::ParLinearForm | inline |
| mfem::LinearForm::operator()(const GridFunction &gf) const | mfem::LinearForm | inline |
| mfem::Vector::operator()(int i) | mfem::Vector | inline |
| mfem::Vector::operator()(int i) const | mfem::Vector | inline |
| operator*(const double *) const | mfem::Vector | |
| operator*(const Vector &v) const | mfem::Vector | |
| operator*=(double c) | mfem::Vector | |
| operator+=(const Vector &v) | mfem::Vector | |
| operator-=(double c) | mfem::Vector | |
| operator-=(const Vector &v) | mfem::Vector | |
| operator/=(double c) | mfem::Vector | |
| operator=(const double *v) | mfem::Vector | |
| operator=(const Vector &v) | mfem::Vector | |
| operator=(double value) | mfem::Vector | |
| OwnsData() const | mfem::Vector | inline |
| ParallelAssemble(Vector &tv) | mfem::ParLinearForm | |
| ParallelAssemble() | mfem::ParLinearForm | |
| ParFESpace() const | mfem::ParLinearForm | inline |
| ParLinearForm() | mfem::ParLinearForm | inline |
| ParLinearForm(ParFiniteElementSpace *pf) | mfem::ParLinearForm | inline |
| pfes | mfem::ParLinearForm | protected |
| Print(std::ostream &out=mfem::out, int width=8) const | mfem::Vector | |
| Print_HYPRE(std::ostream &out) const | mfem::Vector | |
| Randomize(int seed=0) | mfem::Vector | |
| Set(const double a, const Vector &x) | mfem::Vector | |
| SetData(double *d) | mfem::Vector | inline |
| SetDataAndSize(double *d, int s) | mfem::Vector | inline |
| SetSize(int s) | mfem::Vector | inline |
| SetSubVector(const Array< int > &dofs, const double value) | mfem::Vector | |
| SetSubVector(const Array< int > &dofs, const Vector &elemvect) | mfem::Vector | |
| SetSubVector(const Array< int > &dofs, double *elem_data) | mfem::Vector | |
| SetSubVectorComplement(const Array< int > &dofs, const double val) | mfem::Vector | |
| SetVector(const Vector &v, int offset) | mfem::Vector | |
| Size() const | mfem::Vector | inline |
| size | mfem::Vector | protected |
| StealData(double **p) | mfem::Vector | inline |
| StealData() | mfem::Vector | inline |
| Sum() const | mfem::Vector | |
| Swap(Vector &other) | mfem::Vector | inline |
| ToNVector() | mfem::Vector | inlinevirtual |
| ToNVector(N_Vector &nv) | mfem::Vector | virtual |
| Update(ParFiniteElementSpace *pf=NULL) | mfem::ParLinearForm | |
| Update(ParFiniteElementSpace *pf, Vector &v, int v_offset) | mfem::ParLinearForm | |
| mfem::LinearForm::Update() | mfem::LinearForm | inline |
| mfem::LinearForm::Update(FiniteElementSpace *f) | mfem::LinearForm | inline |
| mfem::LinearForm::Update(FiniteElementSpace *f, Vector &v, int v_offset) | mfem::LinearForm | |
| Vector() | mfem::Vector | inline |
| Vector(const Vector &) | mfem::Vector | |
| Vector(int s) | mfem::Vector | inlineexplicit |
| Vector(double *_data, int _size) | mfem::Vector | inline |
| Vector(N_Vector nv) | mfem::Vector | explicit |
| ~LinearForm() | mfem::LinearForm | |
| ~Vector() | mfem::Vector | inlinevirtual |