Changeset 4571da for src/mg.cpp


Ignore:
Timestamp:
Apr 27, 2012, 11:34:57 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
1a92cf
Parents:
b2154a3
Message:

vmg: Implement fourth-order discretization of the Poisson equation.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1762 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mg.cpp

    rb2154a3 r4571da  
    223223}
    224224
     225VMG::Grid& MG::GetRhsMaxLevel()
     226{
     227  return (*MG::GetRhs())(MG::GetRhs()->MaxLevel());
     228}
     229
     230VMG::Grid& MG::GetSolMaxLevel()
     231{
     232  return (*MG::GetSol())(MG::GetSol()->MaxLevel());
     233}
     234
    225235Smoother* MG::GetSmoother()
    226236{
Note: See TracChangeset for help on using the changeset viewer.