Changeset 177495 for src/commands
- Timestamp:
- Apr 17, 2013, 6:35:40 PM (13 years ago)
- Children:
- 4f3474
- Parents:
- d6a338
- File:
-
- 1 edited
-
src/commands/com_import_rhs.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/commands/com_import_rhs.cpp
rd6a338 r177495 35 35 #include "base/interface.hpp" 36 36 #include "comm/comm.hpp" 37 #include "discretization/boundary_value_setter.hpp" 37 38 #include "grid/multigrid.hpp" 38 39 #include "mg.hpp" … … 49 50 MG::GetInterface()->ImportRightHandSide(*MG::GetRhs()); 50 51 MG::GetDiscretization()->ModifyRightHandSide(); 52 if (MG::GetFactory().TestObject("BOUNDARY_VALUE_SETTER")) 53 MG::GetBoundaryValueSetter()->ComputeBoundaryValues(); 51 54 52 55 MPE_EVENT_END()
Note:
See TracChangeset
for help on using the changeset viewer.
