MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Deprecated List
Member mfem::BilinearForm::GetFES ()
Use FESpace() instead.
Member mfem::Device::GetMemoryClass ()
Use GetDeviceMemoryClass() instead.
Member mfem::Device::GetMemoryType ()
Use GetDeviceMemoryType() instead.
Member mfem::Element::GetNFaces (int &nFaceVertices) const =0
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::FaceElementTransformations::Face
No longer necessary
Member mfem::FaceElementTransformations::FaceGeom
Use GetGeometryType instead
Member mfem::FiniteElementSpace::RebuildElementToDofTable ()
) Use the Update() method if the space or mesh changed.
Member mfem::FunctionCoefficient::FunctionCoefficient (double(*f)(Vector &))
Use the method where the C-function, f, uses a const Vector argument instead of Vector.
Member mfem::FunctionCoefficient::FunctionCoefficient (double(*tdf)(Vector &, double))
Use the method where the C-function, tdf, uses a const Vector argument instead of Vector.
Member mfem::Hexahedron::GetNFaces (int &nFaceVertices) const
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Class mfem::isockstream
This class is DEPRECATED. New code should use class socketserver (see socketstream.hpp).
Member mfem::IterativeSolver::print_level
#print_options should be used instead.
Member mfem::LEGACYFULL
Use LEGACY instead.
Member mfem::LinearForm::GetFES ()
Use FESpace() instead.
Member mfem::MatrixCoefficient::EvalSymmetric (Vector &K, ElementTransformation &T, const IntegrationPoint &ip)
Use Eval() instead.
Member mfem::MatrixCoefficient::IsSymmetric () const
Use SymmetricMatrixCoefficient instead
Member mfem::MatrixFunctionCoefficient::EvalSymmetric (Vector &K, ElementTransformation &T, const IntegrationPoint &ip)
Use Eval() instead.
Member mfem::MatrixFunctionCoefficient::MatrixFunctionCoefficient (int dim, std::function< void(const Vector &, Vector &)> SymmF, Coefficient *q=NULL)
Use another constructor without setting SymmFunction.
Class mfem::osockstream
This class is DEPRECATED. New code should use class socketstream (see socketstream.hpp).
Member mfem::Point::GetNFaces (int &nFaceVertices) const
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Pyramid::GetNFaces (int &nFaceVertices) const
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Quadrilateral::GetNFaces (int &nFaceVertices) const
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Segment::GetNFaces (int &nFaceVertices) const
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Tetrahedron::GetNFaces (int &nFaceVertices) const
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Triangle::GetNFaces (int &nFaceVertices) const
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Vertex::SetCoords (const double *p)
This old version of SetCoords is not always memory safe.
Member mfem::Wedge::GetNFaces (int &nFaceVertices) const
Use GetNFaces(void) and GetNFaceVertices(int) instead.