*
* @sect3{Details for 1d computations}
*
- * Presently not implemented, sorry.
+ * The one coordinate in the triangulation used by the
+ * @ref{DoFHandler} object passed to this class is taken as the radial
+ * variable, and the output will then be either a circle or a ring
+ * domain. It is in the user's responsibility to assure that the
+ * radial only attains non-negative values.
*
*
* @sect3{Details for 2d computations}
* the second denoted the radial variable. You have to take that into
* account when first programming your application.
*
+ * It is in the responsibility of the user to make sure that the
+ * radial variable attains only non-negative values.
+ *
* @author Wolfgang Bangerth, 2000
*/
template <int dim>
int,
<< "The number of subdivisions per patch, " << arg1
<< ", is not valid.");
+ /**
+ * Exception
+ */
+ DeclException1 (ExcRadialVariableHasNegativeValues,
+ double,
+ << "The radial variable attains a negative value of " << arg1);
private:
/**