LCOV - code coverage report
Current view: top level - src/mesquite/QualityImprover/Relaxation - RelaxationSmoother.cpp (source / functions) Hit Total Coverage
Test: coverage_sk.info Lines: 9 9 100.0 %
Date: 2020-07-18 00:09:26 Functions: 7 7 100.0 %
Branches: 3 6 50.0 %

           Branch data     Line data    Source code
       1                 :            : #include "RelaxationSmoother.hpp"
       2                 :            : 
       3                 :            : namespace MBMesquite
       4                 :            : {
       5                 :            : 
       6         [ -  + ]:         12 : RelaxationSmoother::~RelaxationSmoother() {}
       7                 :            : 
       8                 :          7 : void RelaxationSmoother::initialize( PatchData& /*pd*/, MsqError& /*err*/ ) {}
       9                 :            : 
      10                 :     769606 : void RelaxationSmoother::initialize_mesh_iteration( PatchData& /*pd*/, MsqError& /*err*/ )
      11                 :            : {
      12                 :            :     //  cout << "- Executing LaplacianSmoother::iteration_complete()\n";
      13                 :     769606 : }
      14                 :            : 
      15                 :        345 : void RelaxationSmoother::terminate_mesh_iteration( PatchData& /*pd*/, MsqError& /*err*/ )
      16                 :            : {
      17                 :            :     //  cout << "- Executing LaplacianSmoother::iteration_complete()\n";
      18                 :        345 : }
      19                 :            : 
      20                 :          7 : void RelaxationSmoother::cleanup()
      21                 :            : {
      22                 :            :     //  cout << "- Executing LaplacianSmoother::iteration_end()\n";
      23                 :          7 : }
      24                 :            : 
      25 [ +  - ][ +  - ]:         20 : }  // namespace MBMesquite

Generated by: LCOV version 1.11