MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
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 (real_t(*f)(Vector &))
Use the method where the C-function, f, uses a const Vector argument instead of Vector.
Member mfem::FunctionCoefficient::FunctionCoefficient (real_t(*tdf)(Vector &, real_t))
Use the method where the C-function, tdf, uses a const Vector argument instead of Vector.
Member mfem::GeometricMultigrid::GeometricMultigrid (const FiniteElementSpaceHierarchy &fespaces_)
Use GeometricMultigrid::GeometricMultigrid(const FiniteElementSpaceHierarchy&, const Array<int>&) instead. This version constructs prolongation and restriction operators without eliminated essential boundary conditions.
Member mfem::GridFunction::ComputeDGFaceJumpError (Coefficient *exsol, Coefficient *ell_coeff, real_t Nu, const IntegrationRule *irs[]=NULL) const
See ComputeDGFaceJumpError(Coefficient *exsol, Coefficient *ell_coeff, class JumpScaling jump_scaling, const IntegrationRule *irs[]) const for the preferred implementation.
Member mfem::GridFunction::ComputeL1Error (Coefficient *exsol[], const IntegrationRule *irs[]=NULL) const
See ComputeL1Error(Coefficient &exsol, const IntegrationRule *irs[]) const for the preferred implementation.
Member mfem::Hexahedron::GetNFaces (int &nFaceVertices) const override
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::HypreSmoother::default_type
Use DefaultType() 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) override
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::ParGridFunction::ComputeL1Error (Coefficient *exsol[], const IntegrationRule *irs[]=NULL) const override
See ComputeL1Error(Coefficient &exsol, const IntegrationRule *irs[]) const for the preferred implementation.
Member mfem::Point::GetNFaces (int &nFaceVertices) const override
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Pyramid::GetNFaces (int &nFaceVertices) const override
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Quadrilateral::GetNFaces (int &nFaceVertices) const override
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::RiemannSolver
Use NumericalFlux instead.
Member mfem::Segment::GetNFaces (int &nFaceVertices) const override
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::SymmetricMatrixCoefficient::GetMatrix ()
Return a reference to the internal matrix used when evaluating this coefficient as a DenseMatrix.
Member mfem::Tetrahedron::GetNFaces (int &nFaceVertices) const override
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Triangle::GetNFaces (int &nFaceVertices) const override
Use GetNFaces(void) and GetNFaceVertices(int) instead.
Member mfem::Vertex::SetCoords (const real_t *p)
This old version of SetCoords is not always memory safe.
Member mfem::Wedge::GetNFaces (int &nFaceVertices) const override
Use GetNFaces(void) and GetNFaceVertices(int) instead.