LCOV - code coverage report
Current view: top level - src/problems - AugmentedLagrangianContactProblemInterface.C (source / functions) Hit Total Coverage
Test: idaholab/moose contact: 8601ad Lines: 9 10 90.0 %
Date: 2025-07-18 13:27:36 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //* This file is part of the MOOSE framework
       2             : //* https://mooseframework.inl.gov
       3             : //*
       4             : //* All rights reserved, see COPYRIGHT for full restrictions
       5             : //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
       6             : //*
       7             : //* Licensed under LGPL 2.1, please see LICENSE for details
       8             : //* https://www.gnu.org/licenses/lgpl-2.1.html
       9             : 
      10             : #include "AugmentedLagrangianContactProblemInterface.h"
      11             : 
      12             : InputParameters
      13        1037 : AugmentedLagrangianContactProblemInterface::validParams()
      14             : {
      15        1037 :   auto params = emptyInputParameters();
      16        2074 :   params.addParam<int>("maximum_lagrangian_update_iterations",
      17        2074 :                        100,
      18             :                        "Maximum number of update Lagrangian Multiplier iterations per step");
      19        1037 :   return params;
      20           0 : }
      21             : 
      22         537 : AugmentedLagrangianContactProblemInterface::AugmentedLagrangianContactProblemInterface(
      23         537 :     const InputParameters & params)
      24         537 :   : _maximum_number_lagrangian_iterations(params.get<int>("maximum_lagrangian_update_iterations"))
      25             : {
      26         537 : }

Generated by: LCOV version 1.14