MOAB: Mesh Oriented datABase
(version 5.4.1)
|
00001 #include "RelaxationSmoother.hpp" 00002 00003 namespace MBMesquite 00004 { 00005 00006 RelaxationSmoother::~RelaxationSmoother() {} 00007 00008 void RelaxationSmoother::initialize( PatchData& /*pd*/, MsqError& /*err*/ ) {} 00009 00010 void RelaxationSmoother::initialize_mesh_iteration( PatchData& /*pd*/, MsqError& /*err*/ ) 00011 { 00012 // cout << "- Executing LaplacianSmoother::iteration_complete()\n"; 00013 } 00014 00015 void RelaxationSmoother::terminate_mesh_iteration( PatchData& /*pd*/, MsqError& /*err*/ ) 00016 { 00017 // cout << "- Executing LaplacianSmoother::iteration_complete()\n"; 00018 } 00019 00020 void RelaxationSmoother::cleanup() 00021 { 00022 // cout << "- Executing LaplacianSmoother::iteration_end()\n"; 00023 } 00024 00025 } // namespace MBMesquite