Changeset 177495 for src/commands


Ignore:
Timestamp:
Apr 17, 2013, 6:35:40 PM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
4f3474
Parents:
d6a338
Message:

Implemented boundary values derived from continious problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/commands/com_import_rhs.cpp

    rd6a338 r177495  
    3535#include "base/interface.hpp"
    3636#include "comm/comm.hpp"
     37#include "discretization/boundary_value_setter.hpp"
    3738#include "grid/multigrid.hpp"
    3839#include "mg.hpp"
     
    4950    MG::GetInterface()->ImportRightHandSide(*MG::GetRhs());
    5051    MG::GetDiscretization()->ModifyRightHandSide();
     52    if (MG::GetFactory().TestObject("BOUNDARY_VALUE_SETTER"))
     53      MG::GetBoundaryValueSetter()->ComputeBoundaryValues();
    5154
    5255    MPE_EVENT_END()
Note: See TracChangeset for help on using the changeset viewer.