LCOV - code coverage report
Current view: top level - src/mesquite/TargetMetric/ShapeSizeOrient - TShapeSizeOrientB2.hpp (source / functions) Hit Total Coverage
Test: coverage_sk.info Lines: 1 1 100.0 %
Date: 2020-07-18 00:09:26 Functions: 1 1 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* *****************************************************************
       2                 :            :     MESQUITE -- The Mesh Quality Improvement Toolkit
       3                 :            : 
       4                 :            :     Copyright 2006 Sandia National Laboratories.  Developed at the
       5                 :            :     University of Wisconsin--Madison under SNL contract number
       6                 :            :     624796.  The U.S. Government and the University of Wisconsin
       7                 :            :     retain certain rights to this software.
       8                 :            : 
       9                 :            :     This library is free software; you can redistribute it and/or
      10                 :            :     modify it under the terms of the GNU Lesser General Public
      11                 :            :     License as published by the Free Software Foundation; either
      12                 :            :     version 2.1 of the License, or (at your option) any later version.
      13                 :            : 
      14                 :            :     This library is distributed in the hope that it will be useful,
      15                 :            :     but WITHOUT ANY WARRANTY; without even the implied warranty of
      16                 :            :     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      17                 :            :     Lesser General Public License for more details.
      18                 :            : 
      19                 :            :     You should have received a copy of the GNU Lesser General Public License
      20                 :            :     (lgpl.txt) along with this library; if not, write to the Free Software
      21                 :            :     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
      22                 :            : 
      23                 :            :     (2006) [email protected]
      24                 :            : 
      25                 :            :   ***************************************************************** */
      26                 :            : 
      27                 :            : /** \file TShapeSizeOrientB2.hpp
      28                 :            :  *  \brief
      29                 :            :  *  \author Jason Kraftcheck
      30                 :            :  */
      31                 :            : 
      32                 :            : #ifndef MSQ_T_SHAPE_SIZE_ORIENT_B_2_HPP
      33                 :            : #define MSQ_T_SHAPE_SIZE_ORIENT_B_2_HPP
      34                 :            : 
      35                 :            : #include "Mesquite.hpp"
      36                 :            : #include "TMetricBarrier.hpp"
      37                 :            : 
      38                 :            : namespace MBMesquite
      39                 :            : {
      40                 :            : 
      41                 :            : /** |T^-t - I|^2
      42                 :            :  *
      43                 :            :  * Section 3.3.2 of derivs.tex
      44                 :            :  */
      45                 :          2 : class TShapeSizeOrientB2 : public TMetricBarrier
      46                 :            : {
      47                 :            :   public:
      48                 :            :     MESQUITE_EXPORT virtual ~TShapeSizeOrientB2();
      49                 :            : 
      50                 :            :     MESQUITE_EXPORT virtual std::string get_name() const;
      51                 :            : 
      52                 :            :     MESQUITE_EXPORT virtual bool evaluate( const MsqMatrix< 2, 2 >& T, double& result, MsqError& err );
      53                 :            : 
      54                 :            :     MESQUITE_EXPORT virtual bool evaluate_with_grad( const MsqMatrix< 2, 2 >& T, double& result,
      55                 :            :                                                      MsqMatrix< 2, 2 >& deriv_wrt_T, MsqError& err );
      56                 :            : 
      57                 :            :     MESQUITE_EXPORT virtual bool evaluate_with_hess( const MsqMatrix< 2, 2 >& T, double& result,
      58                 :            :                                                      MsqMatrix< 2, 2 >& deriv_wrt_T, MsqMatrix< 2, 2 > second_wrt_T[3],
      59                 :            :                                                      MsqError& err );
      60                 :            : 
      61                 :            :     MESQUITE_EXPORT virtual bool evaluate( const MsqMatrix< 3, 3 >& T, double& result, MsqError& err );
      62                 :            : 
      63                 :            :     MESQUITE_EXPORT virtual bool evaluate_with_grad( const MsqMatrix< 3, 3 >& T, double& result,
      64                 :            :                                                      MsqMatrix< 3, 3 >& wrt_T, MsqError& err );
      65                 :            : 
      66                 :            :     MESQUITE_EXPORT virtual bool evaluate_with_hess( const MsqMatrix< 3, 3 >& T, double& result,
      67                 :            :                                                      MsqMatrix< 3, 3 >& deriv_wrt_T, MsqMatrix< 3, 3 > second_wrt_T[6],
      68                 :            :                                                      MsqError& err );
      69                 :            : };
      70                 :            : 
      71                 :            : }  // namespace MBMesquite
      72                 :            : 
      73                 :            : #endif

Generated by: LCOV version 1.11