LCOV - code coverage report
Current view: top level - src/materials/hardening_models - PlasticHardeningModel.C (source / functions) Hit Total Coverage
Test: coverage.info Lines: 9 10 90.0 %
Date: 2025-02-21 01:06:12 Functions: 2 2 100.0 %

          Line data    Source code
       1             : //* This file is part of the RACCOON application
       2             : //* being developed at Dolbow lab at Duke University
       3             : //* http://dolbow.pratt.duke.edu
       4             : 
       5             : #include "PlasticHardeningModel.h"
       6             : 
       7             : InputParameters
       8         750 : PlasticHardeningModel::validParams()
       9             : {
      10         750 :   InputParameters params = Material::validParams();
      11         750 :   params += BaseNameInterface::validParams();
      12             : 
      13         750 :   params.set<bool>("compute") = false;
      14         750 :   params.suppressParameter<bool>("compute");
      15             : 
      16         750 :   return params;
      17           0 : }
      18             : 
      19          45 : PlasticHardeningModel::PlasticHardeningModel(const InputParameters & parameters)
      20          45 :   : Material(parameters), BaseNameInterface(parameters)
      21             : {
      22          45 : }

Generated by: LCOV version 1.16