/*!@addtogroup mg */
/*@{*/
-namespace MG
+namespace mg
{
-
/**
* Multilevel matrix. This matrix stores an MGLevelObject of
* PointerMatrixBase objects. It implementes the interface defined in
/*----------------------------------------------------------------------*/
-namespace MG
+namespace mg
{
template <class VECTOR>
template <class MATRIX>
};
-namespace MG
+namespace mg
{
/**
* Smoother using relaxation classes.
//----------------------------------------------------------------------//
-namespace MG
+namespace mg
{
template <class RELAX, class VECTOR>
inline
MatrixPtrVector& m)
{
block_info = b;
+ AssertDimension(block_info->local().size(), block_info->global().size());
matrices = &m;
}
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