double a = 0;
for (unsigned int i=0; (i<10)&&(!damped); i++)
{
- a=pow(0.5, static_cast<double>(i));
+ a=std::pow(0.5, static_cast<double>(i));
old_solution = tmp_vector;
old_solution.sadd(1-a,a, distributed_solution);
const std::vector<bool> &selected_dofs);
/**
- * Sort those degrees of freedom
- * which are tagged with @p true
- * in the @p selected_dofs array
- * on the level #level
- * to the back of the DoF
- * numbers. The sorting is
- * stable, i.e. the relative
- * order within the tagged
- * degrees of freedom is
- * preserved, as is the relative
- * order within the untagged
- * ones.
+ * Sort those degrees of freedom which are tagged with @p true in
+ * the @p selected_dofs array on the level @p level to the back of
+ * the DoF numbers. The sorting is stable, i.e. the relative order
+ * within the tagged degrees of freedom is preserved, as is the
+ * relative order within the untagged ones.
*
- * @pre The @p selected_dofs
- * array must have as many elements as
- * the @p dof_handler has degrees of
- * freedom on the given level.
+ * @pre The @p selected_dofs array must have as many elements as the
+ * @p dof_handler has degrees of freedom on the given level.
*/
template <class DH>
void
};
/**
- * Pointer to the <code>dealii::SolverData</code> object.
+ * Pointer to the <code>SolverData</code> object.
*/
std_cxx1x::shared_ptr<SolverData> solver_data;
};
const AdditionalData ¶meters = AdditionalData());
/**
- * @deprecate This method is deprecated, and
- * left for backward
- * compability. It will be
- * removed in later versions.
+ * @deprecated This method is deprecated, and left for backward
+ * compability. It will be removed in later versions.
*/
template <typename somenumber>
void decompose (const SparseMatrix<somenumber> &matrix,
SparseMIC ();
/**
- * @deprecated This method is deprecated, and
- * left for backward
- * compatibility. It will be removed
- * in later versions.
- * Instead, pass the sparsity pattern that you want used for
- * the decomposition in the AdditionalData structure.
+ * @deprecated This method is deprecated, and left for backward
+ * compatibility. It will be removed in later versions. Instead,
+ * pass the sparsity pattern that you want used for the
+ * decomposition in the AdditionalData structure.
*/
SparseMIC (const SparsityPattern &sparsity) DEAL_II_DEPRECATED;
const AdditionalData ¶meters = AdditionalData());
/**
- * @deprecate This method is deprecated, and
- * left for backward
- * compability. It will be
- * removed in later versions. Use initialize() instead.
+ * @deprecated This method is deprecated, and left for backward
+ * compability. It will be removed in later versions. Use
+ * initialize() instead.
*/
template <typename somenumber>
void decompose (const SparseMatrix<somenumber> &matrix,