BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Deprecated List
Member Bempp::AbstractBoundaryOperator< BasisFunctionType_, ResultType_ >::id () const
This method is deprecated and will be removed in a future version of BEM++. Boundary operator identifiers are no longer used by the discrete weak-form caching mechanism.
Class Bempp::AbstractBoundaryOperatorId
This class is deprecated and will be removed in a future version of BEM++. Boundary operator identifiers are no longer used by the discrete weak-form caching mechanism.
Member Bempp::AcaOptions::globalAssemblyBeforeCompression
This parameter is deprecated and should not be used in new code. If set to true (default), it is ignored. Otherwise it is equivalent to setting the mode parameter to LOCAL_ASSEMBLY.
Member Bempp::AssemblyOptions::enableSparseStorageOfMassMatrices (bool value=true)
This function is deprecated and will be removed in a future version of BEM++. Use enableSparseStorageOfLocalOperators() instead.
Member Bempp::AssemblyOptions::switchToAca (const AcaOptions &acaOptions)
Use switchToAcaMode() instead.
Member Bempp::AssemblyOptions::switchToDense ()
Use switchToDenseMode() instead.
Member Bempp::AssemblyOptions::switchToTbb (int maxThreadCount=AUTO)
Use setMaxThreadCount() instead.
Member Bempp::Context< BasisFunctionType, ResultType >::getWeakForm (const AbstractBoundaryOperator< BasisFunctionType, ResultType > &op) const
This function is deprecated and will be removed in a future version of BEM++. To get the discrete weak form of an AbstractBoundaryOperator, use its assembleWeakForm() method. Alternatively, call the weakForm() method of a BoundaryOperator object wrapping the AbstractBoundaryOperator in question.
Member Bempp::DefaultIterativeSolver< BasisFunctionType, ResultType >::setPreconditioner (const Preconditioner< ResultType > &preconditioner)
Do not use this function in new code. Instead, pass the preconditioner to initializeSolver().
Member Bempp::DiscreteAcaBoundaryOperator< ValueType >::DiscreteAcaBoundaryOperator (unsigned int rowCount, unsigned int columnCount, int maximumRankUsedInAssembly, int symmetry, std::auto_ptr< const AhmedBemBlcluster > blockCluster_, AhmedMblockArray blocks_, const IndexPermutation &domainPermutation_, const IndexPermutation &rangePermutation_, const ParallelizationOptions &parallelizationOptions_, const std::vector< AhmedConstMblockArray > &sharedBlocks_=std::vector< AhmedConstMblockArray >()) BEMPP_DEPRECATED
This constructor is deprecated. Use the non-deprecated constructor.
Member Bempp::DiscreteAcaBoundaryOperator< ValueType >::DiscreteAcaBoundaryOperator (unsigned int rowCount, unsigned int columnCount, int maximumRankUsedInAssembly, int symmetry, const shared_ptr< const AhmedBemBlcluster > &blockCluster_, const AhmedMblockArray &blocks_, const IndexPermutation &domainPermutation_, const IndexPermutation &rangePermutation_, const ParallelizationOptions &parallelizationOptions_, const std::vector< AhmedConstMblockArray > &sharedBlocks_=std::vector< AhmedConstMblockArray >())
This constructor is deprecated. Use the non-deprecated constructor.
Class Bempp::DiscreteBoundaryOperatorCache< BasisFunctionType, ResultType >
This class is no longer used and will be removed in a future version of BEM++.
Member Bempp::ElementaryIntegralOperator< BasisFunctionType_, KernelType_, ResultType_ >::CollectionOfBasisTransformations
This type is deprecated; use CollectionOfShapesetTransformations instead.
Member Bempp::ElementaryLocalOperator< BasisFunctionType_, ResultType_ >::CollectionOfBasisTransformations
This type is deprecated; use CollectionOfShapesetTransformations instead.
Member Bempp::ElementaryPotentialOperator< BasisFunctionType_, KernelType_, ResultType_ >::CollectionOfBasisTransformations
This type is deprecated; use CollectionOfShapesetTransformations instead.
Member Bempp::EvaluationOptions::switchToTbb (int maxThreadCount=AUTO)
Use setMaxThreadCount() instead.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::basis (const Entity< 0 > &element) const
This function is deprecated. Use shapeset() instead.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::dualSpace () const
This function is provided only for backward compatibility reasons. It returns the shared pointer to the dual space of the GridFunction, if one was supplied during the construction of the latter, or a null pointer otherwise.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::exportToGmsh (const char *dataLabel, const char *fileName) const
This member function is deprecated. Use the standalone function exportToGmsh() instead.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::exportToVtk (VtkWriter::DataType dataType, const char *dataLabel, const char *fileNamesBase, const char *filesPath=0, VtkWriter::OutputType type=VtkWriter::ASCII) const
This member function is deprecated. Use the standalone function exportToVtk() instead.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::GridFunction (const shared_ptr< const Context< BasisFunctionType, ResultType > > &context, const shared_ptr< const Space< BasisFunctionType > > &space, const shared_ptr< const Space< BasisFunctionType > > &dualSpace, const arma::Col< ResultType > &data, DataType dataType)
This constructor is deprecated. In new code, use one of the other constructors.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::GridFunction (const shared_ptr< const Context< BasisFunctionType, ResultType > > &context, const shared_ptr< const Space< BasisFunctionType > > &space, const shared_ptr< const Space< BasisFunctionType > > &dualSpace, const arma::Col< ResultType > &coefficients, const arma::Col< ResultType > &projections)
This constructor is deprecated. In new code, use one of the other constructors.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::projections (const Space< BasisFunctionType > &dualSpace_) const
This function is deprecated; use the variant taking a shared pointer to the dual space instead.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::projections () const
This function is provided only for backward compatibility purposes. It works only if the dual space was specified during the construction of the GridFunction. In new code the other overload of projections() should be used.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::setProjections (const Space< BasisFunctionType > &dualSpace_, const arma::Col< ResultType > &projects)
This function is deprecated. Use the other variant taking a shared pointer to the dual space. If you use this function, it is your responsibility to ensure that dualSpace_ is not destroyed as long as this GridFunction object is alive.
Member Bempp::GridFunction< BasisFunctionType, ResultType >::setProjections (const arma::Col< ResultType > &projects)
This function is provided only for backward compatibility purposes. It works only if the dual space was specified during the construction of the GridFunction. In new code the other overload of setProjections() should be used.
Member Bempp::HypersingularIntegralOperator< BasisFunctionType_, KernelType_, ResultType_ >::CollectionOfBasisTransformations
This type is deprecated; use CollectionOfShapesetTransformations instead.
Member Bempp::IdentityOperator< BasisFunctionType_, ResultType_ >::id () const
This function is deprecated and will be removed in a future version of BEM++.
Member Bempp::NullOperator< BasisFunctionType_, ResultType_ >::id () const
This function is deprecated and will be removed in a future version of BEM++.
Member Bempp::Space< BasisFunctionType >::assignDofs ()
It is not necessary any more to call this function, since DOF assignment is now done automatically in the constructor.
Member Bempp::Space< BasisFunctionType >::basis (const Entity< 0 > &element) const
This function is deprecated and will be removed in a future release of BEM++. Use shapeset() instead.
Member Bempp::Space< BasisFunctionType >::dofsAssigned () const
Since DOF assignment is now done automatically in the constructor, this function always returns true.
Member Bempp::Space< BasisFunctionType >::dumpClusterIds (const char *fileName, const std::vector< unsigned int > &clusterIdsOfGlobalDofs) const =0
This function is deprecated. Use dumpClusterIdEx() instead, which supports dumping of cluster identifiers of flat local degrees of freedom in addition to the global ones.
Member Bempp::Space< BasisFunctionType >::shapeFunctionValue () const
This function is deprecated and will be removed in a future release of BEM++. Use basisFunctionValue() instead.
Class Fiber::AccuracyOptions
Use AccuracyOptionsEx instead.
Class Fiber::Basis< ValueType >
This class is deprecated and provided only for compatibility reasons. Use Shapeset instead.
Class Fiber::CollectionOfBasisTransformations< CoordinateType_ >
This class is deprecated and provided only for compatibility reasons. Use CollectionOfShapesetTransformations instead.
Class Fiber::DefaultCollectionOfBasisTransformations< Functor >
This class is deprecated and provided only for compatibility reasons. Use DefaultCollectionOfShapesetTransformations instead.
Class Fiber::LagrangeScalarBasis< elementVertexCount, ValueType, polynomialOrder >
This class is deprecated, use LagrangeScalarShapeset instead.
Class Fiber::ModifiedHelmholtz3dHypersingularIntegrandFunctor< BasisFunctionType_, KernelType_, ResultType_ >
This class is deprecated and superseded by ModifiedHelmholtz3dHypersingularIntegrandFunctor2.
Class Fiber::PiecewiseConstantScalarBasis< ValueType >
This class is deprecated, use ConstantScalarShapeset instead.
Class Fiber::PiecewiseLinearContinuousScalarBasis< elementVertexCount, ValueType >
This class is deprecated, use LinearScalarShapeset instead.
Member Fiber::QuadratureStrategyBase< BasisFunctionType, ResultType, GeometryFactory >::makeAssemblerForIdentityOperators (const shared_ptr< const GeometryFactory > &geometryFactory, const shared_ptr< const RawGridGeometry< CoordinateType > > &rawGeometry, const shared_ptr< const std::vector< const Shapeset< BasisFunctionType > * > > &testShapesets, const shared_ptr< const std::vector< const Shapeset< BasisFunctionType > * > > &trialShapesets, const shared_ptr< const CollectionOfShapesetTransformations< CoordinateType > > &testTransformations, const shared_ptr< const CollectionOfShapesetTransformations< CoordinateType > > &trialTransformations, const shared_ptr< const OpenClHandler > &openClHandler) const =0
This method is deprecated. Use the more general makeAssemblerForLocalOperators() method, passing an appropriate TestTrialIntegral object.
Class Fiber::RaviartThomas0Basis< elementVertexCount, ValueType >
This class is deprecated, use RaviartThomas0Shapeset instead.
Member getAllBases
This function is deprecated. Use getAllShapesets() instead.