https://mooseframework.inl.gov
NumAugmentedLagrangeIterations.h
Go to the documentation of this file.
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 #pragma once
11 
12 #include "GeneralPostprocessor.h"
13 
15 
22 {
23 public:
25 
27 
28  virtual void initialize() override {}
29  virtual void execute() override {}
30  virtual void finalize() override {}
31 
32  virtual PostprocessorValue getValue() const override;
33 
34  // only needed for ElementPostprocessors and NodalPostprocessors
35  virtual void threadJoin(const UserObject &) override {}
36 
37 protected:
40 };
NumAugmentedLagrangeIterations(const InputParameters &parameters)
Get the number of extra augmented Lagrange loops around the non-linear solve.
virtual void threadJoin(const UserObject &) override
Real PostprocessorValue
Class to provide an interface for parameters and routines required to check convergence for the augme...
const InputParameters & parameters() const
AugmentedLagrangianContactProblemInterface *const _augmented_lagrange_problem
Augmented Lagrange problem.
virtual PostprocessorValue getValue() const override