From: hartmann Date: Fri, 14 Jun 2002 14:30:17 +0000 (+0000) Subject: Add comment on laplace_transformation function to the class documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fafd9b21e841c542fa301f99f314c9caeacc7249;p=dealii-svn.git Add comment on laplace_transformation function to the class documentation. git-svn-id: https://svn.dealii.org/trunk@6141 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_generator.h b/deal.II/deal.II/include/grid/grid_generator.h index a5a262e9ee..3c7daf17dd 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -99,7 +99,14 @@ template class SparseMatrix; * of the eight child-cubes from one of their neighbors. * @end{itemize} * - * @author Wolfgang Bangerth, 1998, 1999. Slit domain by Stefan Nauber, 1999. Laplace transformation by Ralf Hartmann, 2001. + * Additionally this class provides a function + * (@p{laplace_transformation}) that smoothly transforms a grid + * according to given new boundary points. This can be used to + * transform (simple-shaped) grids to a more complicated ones, like a + * shell onto a grid of an airfoil, for example. + * + * @author Wolfgang Bangerth, 1998, 1999. Slit domain by Stefan + * Nauber, 1999. Laplace transformation by Ralf Hartmann, 2001. */ class GridGenerator {