Reference documentation for deal.II version 8.4.2
Deprecated List
Class BlockDiagonalMatrix< MatrixType >
If deal.II was configured with C++11 support, use the LinearOperator class instead, see the module on linear operators for further details.
Member BlockSparseMatrixEZ< Number >::n_cols () const DEAL_II_DEPRECATED
Use n() instead.
Member BlockSparseMatrixEZ< Number >::n_rows () const DEAL_II_DEPRECATED
Use m() instead.
Member contract
Use the contract() function that takes indices as template arguments and returns its result instead.
Member contract
Use the contract() function that takes indices as template arguments and returns its result instead.
Member contract
Use the contract() function that takes indices as template arguments and returns its result instead.
Member contract
Use operator* instead. It denotes a single contraction.
Member contract
Use operator* instead. It denotes a single contraction.
Member cross_product
Use the function cross_product_2d() that returns the value.
Member cross_product
Use the function cross_product_3d() that returns the value.
Member DEAL_II_DEPRECATED

Use BlockDynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Use DynamicSparsityPattern instead.

Use DynamicSparsityPattern instead.

Use DynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Use BlockDynamicSparsityPattern instead.

Member determinant
Do not use this function, evaluate the value manually.
Member determinant
Do not use this function, evaluate the value manually.
Member DoFCellAccessor< DoFHandlerType, level_dof_access >::get_dof_indices (std::vector< types::global_dof_index > &dof_indices) const
Currently, this function can also be called for non-active cells, if all degrees of freedom of the FiniteElement are located in vertices. This functionality will vanish in a future release.
Member DoFCellAccessor< DoFHandlerType, level_dof_access >::get_mg_dof_indices (std::vector< types::global_dof_index > &dof_indices) const
Use get_active_or_mg_dof_indices() with level_cell_iterator returned from begin_mg().
Member DoFHandler< dim, spacedim >::get_tria () const DEAL_II_DEPRECATED
Use get_triangulation() instead.
Member double_contract
Use the double_contract() function that takes indices as template arguments and returns its result instead.
Member double_contract
Use the double_contract() function that takes indices as template arguments and returns its result instead.
Member FETools::get_fe_from_name (const std::string &parameter_name)
Use get_fe_by_name() with two template parameters instead
Member FETools::get_fe_from_name (const std::string &parameter_name)
Use get_fe_by_name() with two template parameters instead
Member FEValuesBase< dim, spacedim >::get_normal_vectors () const DEAL_II_DEPRECATED
Member FEValuesBase< dim, spacedim >::transform (std::vector< Tensor< 1, spacedim > > &transformed, const std::vector< Tensor< 1, dim > > &original, MappingType mapping) const DEAL_II_DEPRECATED
Use the various Mapping::transform() functions instead.
Member Functions::FEFieldFunction< dim, DoFHandlerType, VectorType >::DEAL_II_DEPRECATED
Use VectorTools::ExcPointNotAvailableHere instead.
Member GridTools::get_face_connectivity_of_cells (const Triangulation< dim, spacedim > &triangulation, SparsityPattern &connectivity) DEAL_II_DEPRECATED
Member hp::DoFHandler< dim, spacedim >::get_tria () const DEAL_II_DEPRECATED
Use get_triangulation() instead.
Class InverseMatrixRichardson< VectorType >
If deal.II was configured with C++11 support, use the LinearOperator class instead, see the module on linear operators for further details.
Class IterativeInverse< VectorType >
If deal.II was configured with C++11 support, use the LinearOperator class instead, see the module on linear operators for further details.
Member MappingQEulerian< dim, VectorType, spacedim >::MappingQEulerian (const unsigned int degree, const VectorType &euler_vector, const DoFHandler< dim, spacedim > &euler_dof_handler) DEAL_II_DEPRECATED
Use the constructor with the reverse order of second and third argument.
Member MeshWorker::Assembler::ResidualSimple< VectorType >::initialize_local_blocks (const BlockIndices &)
This function is of no effect. Only the block info structure in DoFInfo is being used.
Member outer_product
Use operator* instead.
Member outer_product
Use operator* instead.
Member outer_product
Use the generic version that returns its result instead.
Member parallel::distributed::Vector< Number >::add (const Vector< Number > &V) DEAL_II_DEPRECATED
Use the operator += instead.
Member PETScWrappers::VectorBase::add (const VectorBase &V) DEAL_II_DEPRECATED
Use the operator += instead.
Member PointValueHistory< dim >::get_points (std::vector< std::vector< Point< dim > > > &locations)
Class ProductMatrix< VectorType >
If deal.II was configured with C++11 support, use the LinearOperator class instead, see the module on linear operators for further details.
Class ProductSparseMatrix< number, vector_number >
If deal.II was configured with C++11 support, use the LinearOperator class instead, see the module on linear operators for further details.
Class ScaledMatrix< VectorType >
If deal.II was configured with C++11 support, use the LinearOperator class instead, see the module on linear operators for further details.
Class ShiftedMatrix< MatrixType >
If deal.II was configured with C++11 support, use the LinearOperator class instead, see the module on linear operators for further details.
Class ShiftedMatrixGeneralized< MatrixType, MatrixType2, VectorType >
If deal.II was configured with C++11 support, use the LinearOperator class instead, see the module on linear operators for further details.
Class SolverCG< VectorType >
Alternatively these estimates can be written to deallog by setting flags in AdditionalData.
Member SolverCG< VectorType >::AdditionalData::AdditionalData (const bool log_coefficients, const bool compute_condition_number=false, const bool compute_all_condition_numbers=false, const bool compute_eigenvalues=false) DEAL_II_DEPRECATED
Instead use: connect_coefficients_slot, connect_condition_number_slot, and connect_eigenvalues_slot.
Member SolverGMRES< VectorType >::AdditionalData::AdditionalData (const unsigned int max_n_tmp_vectors, const bool right_preconditioning, const bool use_default_residual, const bool force_re_orthogonalization, const bool compute_eigenvalues) DEAL_II_DEPRECATED
To obtain the estimated eigenvalues instead use: connect_eigenvalues_slot
Member SparsityTools::reorder_Cuthill_McKee (const SparsityPattern &sparsity, std::vector< SparsityPattern::size_type > &new_indices, const std::vector< SparsityPattern::size_type > &starting_indices=std::vector< SparsityPattern::size_type >()) DEAL_II_DEPRECATED
Class TransposeMatrix< MatrixType, VectorType >
If deal.II was configured with C++11 support, use the LinearOperator class instead, see the module on linear operators for further details.
Member TriaAccessor< 0, 1, spacedim >::boundary_indicator () const DEAL_II_DEPRECATED
This spelling of the function name is deprecated. Use boundary_id() instead.
Member TriaAccessor< 0, 1, spacedim >::set_all_boundary_indicators (const types::boundary_id) DEAL_II_DEPRECATED
This spelling of the function name is deprecated. Use set_all_boundary_ids() instead.
Member TriaAccessor< 0, 1, spacedim >::set_boundary_indicator (const types::boundary_id) DEAL_II_DEPRECATED
This spelling of the function name is deprecated. Use set_boundary_id() instead.
Member TriaAccessor< structdim, dim, spacedim >::boundary_indicator () const DEAL_II_DEPRECATED
This spelling of the function name is deprecated. Use boundary_id() instead.
Member TriaAccessor< structdim, dim, spacedim >::set_all_boundary_indicators (const types::boundary_id) const DEAL_II_DEPRECATED
This spelling of the function name is deprecated. Use set_all_boundary_ids() instead.
Member TriaAccessor< structdim, dim, spacedim >::set_boundary_indicator (const types::boundary_id) const DEAL_II_DEPRECATED
This spelling of the function name is deprecated. Use set_boundary_id() instead.
Member Triangulation< dim, spacedim >::get_boundary_indicators () const DEAL_II_DEPRECATED
Use get_boundary_ids() instead.
Member TrilinosWrappers::BlockSparseMatrix::domain_partitioner () const DEAL_II_DEPRECATED
Use the methods of the individual matrices based on IndexSet arguments.
Member TrilinosWrappers::BlockSparseMatrix::range_partitioner () const DEAL_II_DEPRECATED
Use the methods of the individual matrices based on IndexSet arguments.
Member TrilinosWrappers::BlockSparseMatrix::reinit (const std::vector< Epetra_Map > &input_maps, const ::BlockSparseMatrix< double > &deal_ii_sparse_matrix, const double drop_tolerance=1e-13) DEAL_II_DEPRECATED
Use the respective method with IndexSet arguments instead.
Member TrilinosWrappers::SparseMatrix::col_partitioner () const DEAL_II_DEPRECATED
Usually not necessary. If desired, access it via the Epetra_CrsMatrix.
Member TrilinosWrappers::SparseMatrix::domain_partitioner () const DEAL_II_DEPRECATED
Use locally_owned_domain_indices() instead.
Member TrilinosWrappers::SparseMatrix::range_partitioner () const DEAL_II_DEPRECATED
Use locally_owned_range_indices() instead.
Member TrilinosWrappers::SparseMatrix::reinit (const Epetra_Map &parallel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const double drop_tolerance=1e-13, const bool copy_values=true, const SparsityPattern *use_this_sparsity=0) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparseMatrix::reinit (const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const SparsityPatternType &sparsity_pattern, const bool exchange_data=false) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparseMatrix::reinit (const Epetra_Map &parallel_partitioning, const SparsityPatternType &sparsity_pattern, const bool exchange_data=false) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparseMatrix::reinit (const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const ::SparseMatrix< number > &dealii_sparse_matrix, const double drop_tolerance=1e-13, const bool copy_values=true, const SparsityPattern *use_this_sparsity=0) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparseMatrix::row_partitioner () const DEAL_II_DEPRECATED
Use locally_owned_range_indices() instead.
Member TrilinosWrappers::SparseMatrix::SparseMatrix (const Epetra_Map &parallel_partitioning, const size_type n_max_entries_per_row=0) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparseMatrix::SparseMatrix (const Epetra_Map &parallel_partitioning, const std::vector< unsigned int > &n_entries_per_row) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparseMatrix::SparseMatrix (const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const size_type n_max_entries_per_row=0) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparseMatrix::SparseMatrix (const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const std::vector< unsigned int > &n_entries_per_row) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::col_partitioner () const DEAL_II_DEPRECATED
Usually not necessary. If desired, access via the Epetra_FECrsGraph.
Member TrilinosWrappers::SparsityPattern::domain_partitioner () const DEAL_II_DEPRECATED
Use locally_owned_domain_indices() instead.
Member TrilinosWrappers::SparsityPattern::range_partitioner () const DEAL_II_DEPRECATED
Use locally_owned_range_indices() instead.
Member TrilinosWrappers::SparsityPattern::reinit (const Epetra_Map &parallel_partitioning, const size_type n_entries_per_row=0) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::reinit (const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const std::vector< size_type > &n_entries_per_row) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::reinit (const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const size_type n_entries_per_row=0) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::reinit (const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const SparsityPatternType &nontrilinos_sparsity_pattern, const bool exchange_data=false) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::reinit (const Epetra_Map &parallel_partitioning, const std::vector< size_type > &n_entries_per_row) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::reinit (const Epetra_Map &parallel_partitioning, const SparsityPatternType &nontrilinos_sparsity_pattern, const bool exchange_data=false) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::row_partitioner () const DEAL_II_DEPRECATED
Use locally_owned_range_indices() instead.
Member TrilinosWrappers::SparsityPattern::SparsityPattern (const Epetra_Map &parallel_partitioning, const std::vector< size_type > &n_entries_per_row) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::SparsityPattern (const Epetra_Map &parallel_partitioning, const size_type n_entries_per_row=0) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::SparsityPattern (const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const size_type n_entries_per_row=0) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::SparsityPattern (const Epetra_Map &row_parallel_partitioning, const Epetra_Map &col_parallel_partitioning, const std::vector< size_type > &n_entries_per_row) DEAL_II_DEPRECATED
Use the respective method with IndexSet argument instead.
Member TrilinosWrappers::SparsityPattern::trilinos_communicator () const DEAL_II_DEPRECATED
Use get_mpi_communicator instead.
Member update_cell_normal_vectors
Use update_normal_vectors instead.
Member update_face_normal_vectors
Use update_normal_vectors instead.
Member update_q_points
Update quadrature points
Member update_second_derivatives
Use update_hessians instead.
Member Utilities::System::job_supports_mpi () DEAL_II_DEPRECATED
Use Utilities::MPI::job_supports_mpi() instead.
Member Vector< Number >::add (const Vector< Number > &V) DEAL_II_DEPRECATED
Use the operator += instead.