template <int dim, typename Accessor> class TriaActiveIterator;
template <int dim> class Triangulation;
+
/**
* Define some types which differ between the dimensions. This class
* is analogous to the @ref{TriaDimensionInfo} class hierarchy.
*/
template <int dim>
class DoFDimensionInfo
-{};
+{
+};
+
/**
};
+
/* ----------------------- Inline functions ---------------------------------- */
};
+
template <int dim>
inline
const FiniteElement<dim> & DoFHandler<dim>::get_fe () const
*/
template <int dim>
struct EpsFlags : public EpsFlagsBase
- {};
+ {
+ };
//#if (__GNUC__==2) && (__GNUC_MINOR__ < 95)
// template <>
*/
template <int dim>
class TriaDimensionInfo
-{};
+{
+};
*/
template <int dim>
struct TriaNumberCache
-{};
+{
+};
/**
* Cache class used to store the number of used and active elements
*/
template <int dim>
class TriangulationLevel
-{};
+{
+};
/**
template <int celldim, int dim>
class MGDoFObjectAccessor : public MGDoFAccessor<dim>,
public MGDoFObjectAccessor_Inheritance<celldim, dim>::BaseClass
-{};
+{
+};
/**
*/
template <int dim>
class MGDoFDimensionInfo
-{};
+{
+};
* solver. This solver does not
* need additional data yet.
*/
- struct AdditionalData {};
+ struct AdditionalData
+ {
+ };
/**
* Constructor.
* solver. This solver does not
* need additional data yet.
*/
- struct AdditionalData {};
+ struct AdditionalData
+ {
+ };
/**
* Constructor.
double breakdown=1.e-16) :
exact_residual(exact_residual),
breakdown(breakdown)
- {}
+ {};
+
/**
* Flag for exact computation of residual.
*/
bool exact_residual;
+
/**
* Breakdown threshold.
*/
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