dof_couplings_from_component_couplings(
const hp::FECollection<dim, spacedim> &fe,
const Table<2, Coupling> & component_couplings);
- /**
- * @}
- */
+ /** @} */
/**
* @name Sparsity pattern generation
dof_indices_with_subdomain_association(
const DoFHandler<dim, spacedim> &dof_handler,
const types::subdomain_id subdomain);
- // @}
+ /** @} */
+
/**
* @name DoF indices on patches of cells
*
get_new_point_on_cell(
const typename Triangulation<dim, spacedim>::cell_iterator &cell) const;
- /// @}
+ /** @} */
/**
* @name Computing tangent vectors
+ * @{
*/
- /// @{
/**
* Return a vector that, at $\mathbf x_1$, is tangential to
get_tangent_vector(const Point<spacedim> &x1,
const Point<spacedim> &x2) const;
- /// @}
+ /** @} */
/**
* @name Computing normal vectors
+ * @{
*/
- /// @{
/**
* Return the normal vector to a face embedded in this manifold, at
const typename Triangulation<dim, spacedim>::face_iterator &face,
FaceVertexNormals &face_vertex_normals) const;
- /// @}
+ /** @} */
};
iterator
end(const size_type r) const;
- // @}
+ /** @} */
/**
* Compute the bandwidth of the matrix represented by this structure. The
/**
* @name Copying into and out of other matrices
- */
- /**
* @{
*/
*/
/**
* @name Non-modifying operators
- */
- /**
* @{
*/
memory_consumption() const;
/** @} */
- ///@name Iterator functions
- /** @{ */
+ /**
+ * @name Iterator functions
+ * @{
+ */
/**
* Mutable iterator starting at the first entry of row <tt>r</tt>.
end(const size_type r) const;
/** @} */
- ///@name Modifying operators
- /** @{ */
+ /**
+ * @name Modifying operators
+ * @{
+ */
/**
* Scale the entire matrix by a fixed factor.
right_invert(const FullMatrix<number2> &M);
/** @} */
- ///@name Multiplications
- /** @{ */
+ /**
+ * @name Multiplications
+ * @{
+ */
/**
* Matrix-matrix-multiplication.
/** @} */
};
-/**@}*/
+/** @} */
#ifndef DOXYGEN
/*-------------------------Inline functions -------------------------------*/
#endif
-/**@}*/
+/** @} */
DEAL_II_NAMESPACE_CLOSE
} // namespace LinearOperatorImplementation
} /* namespace internal */
-/**@}*/
+/** @} */
/**
LAPACKSupport::State state;
};
-/**@}*/
+/** @} */
//---------------------------------------------------------------------------
#ifndef DOXYGEN
mem;
};
-/**@}*/
+/** @} */
//---------------------------------------------------------------------------
class MGConstrainedDoFs;
#endif
-/* !@addtogroup mg */
-/* @{ */
+/**
+ * addtogroup mg
+ * @{
+ */
/**
* This is a collection of functions operating on, and manipulating the
const hp::MappingCollection<dim, dim> &mapping_collection =
hp::StaticMappingQ1<dim>::mapping_collection);
- // @}
+ /** @} */
} // namespace VectorTools
DEAL_II_NAMESPACE_CLOSE
const Point<spacedim, double> & p,
const Point<dim, double> & direction,
Vector<double> & rhs_vector);
- // @}
+ /** @} */
/**
* @name Evaluation of functions and errors
{
/**
* @name Interpolation and projection
+ * @{
*/
- /** @{ */
/**
* Compute the projection of @p function to the finite element space. In other
VectorType & vec_result,
const unsigned int fe_component = 0);
- // @}
+ /** @} */
} // namespace VectorTools
VectorType & rhs_vector,
const std::set<types::boundary_id> & boundary_ids =
std::set<types::boundary_id>());
- // @}
+ /** @} */
} // namespace VectorTools
DEAL_II_NAMESPACE_CLOSE