*
* In 1d, this function is not currently implemented.
*
- * @deprecated This function has been moved to GridTools::laplace_transformation
+ * @deprecated This function has been moved to GridTools::laplace_transform
*/
template <int dim>
static
* In 1d, this function is not currently implemented.
*/
template <int dim>
- void laplace_transformation (const std::map<unsigned int,Point<dim> > &new_points,
- Triangulation<dim> &tria);
+ void laplace_transform (const std::map<unsigned int,Point<dim> > &new_points,
+ Triangulation<dim> &tria);
/**
* Scale the entire triangulation
template <int dim>
void
- laplace_transformation (const std::map<unsigned int,Point<dim> > &new_points,
- Triangulation<dim> &triangulation)
+ laplace_transform (const std::map<unsigned int,Point<dim> > &new_points,
+ Triangulation<dim> &triangulation)
{
//TODO: Move implementation of this function into the current
// namespace
#if deal_II_dimension == deal_II_space_dimension
template
void
- laplace_transformation (const std::map<unsigned int,Point<deal_II_dimension> > &new_points,
- Triangulation<deal_II_dimension> &triangulation);
+ laplace_transform (const std::map<unsigned int,Point<deal_II_dimension> > &new_points,
+ Triangulation<deal_II_dimension> &triangulation);
template
Triangulation<deal_II_dimension,deal_II_space_dimension>::DistortedCellList
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams