https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ContactDOFSetSize.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
13
14// Forward Declarations
16namespace libMesh
17{
18class MeshBase;
19}
20
22{
23public:
25
27
28 virtual void initialize() override;
29 virtual void execute() override;
30
31 virtual PostprocessorValue getValue() const override;
32
33private:
36
38 const MeshBase & _mesh;
39
42
44 const Real _tolerance;
45
47 unsigned int _count;
48};
Real PostprocessorValue
virtual void initialize() override
const MooseVariableFieldBase & _var
MOOSE variable we compute the contact set from.
virtual void execute() override
virtual PostprocessorValue getValue() const override
const SubdomainID _subdomain_id
The subdomain over which to query degrees of freedom.
const MeshBase & _mesh
The libmesh mesh.
unsigned int _count
Represents the number of values in contact.
const Real _tolerance
The tolerance used to decide whether the variable indicates contact.
static InputParameters validParams()
const InputParameters & parameters() const
The following methods are specializations for using the Parallel::packed_range_* routines for a vecto...