const RateMode rate_mode);
-/**
+ /**
* Evaluates the convergence rates of the
* data column #data_column_key#
* due to the #RateMode#.
};
-/**
+ /**
* Flags describing the details of
* output in UCD format.
*/
};
-/**
+ /**
* Flags describing the details of
* output in encapsulated postscript
* format.
ColorFunction color_function;
-/**
+ /**
* Default colorization function. This
* one does what one usually wants:
* It shifts colors from black (lowest
ostream &out);
-/**
+ /**
* Exception
*/
DeclException2 (ExcUnexpectedNumberOfDatasets,
void set_flags (const GmvFlags &gmv_flags);
-/**
+ /**
* Provide a function which tells us which
* suffix with a given output format
* usually has. At present the following
virtual void PrintInfo (ostream &out) const;
-/**
+ /**
* Function derived from the base class
* which allows to pass information like
* the line and name of the file where the
};
-/**
+ /**
* This class is much like the #Selection#
* class, but it allows the input to be
* a comma-separated list of values which
void clear ();
-/**
+ /**
* Declare a new entry with name #entry#,
* default and for which
* any input has to match the #pattern#
const unsigned int indent_level);
-/**
+ /**
* Exception
*/
DeclException1 (ExcEntryAlreadyExists,
* @author Wolfgang Bangerth, 1997
*/
template <int dim>
-class Point : public Tensor<1,dim> {
+class Point : public Tensor<1,dim>
+{
public:
/**
* Constructor. Initialize all entries
double square () const;
-/**
+ /**
* Exception
*/
DeclException1 (ExcDimTooSmall,
SmartPointer (T *t);
-/**
+ /**
* Destructor, removing the subscription.
*/
~SmartPointer();
DeclException0(ExcNotUsed);
-private:
+ private:
/**
* Store the number of objects which
* subscribed to this object. Initialally,
Number linfty_norm () const;
-/**
+ /**
* Change the dimension of the vector to
* #N#. The reserved memory for this vector
* remains unchanged if possible, to make
// const_iterator end () const;
-/**
+ /**
* @name 2: Data-Access
*/
//@{
//@}
-/**
+ /**
* @name 3: Modification of vectors
*/
//@{
//@}
-/**
+ /**
* @name 5: Mixed stuff
*/
//@{
DeclException0 (ExcNoMatrixGivenToUse);
-protected:
+ protected:
/**
* Stores the name of the
};
-/**
+ /**
* Constructor. Assign a control
* object which stores the required
* precision and an object to provide
const unsigned int * get_column_numbers () const;
-/**
+ /**
* Exception
*/
DeclException1 (ExcInvalidNumber,