https://mooseframework.inl.gov
BondStatusConvergedPostprocessorPD.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 "ElementPostprocessor.h"
13 #include "PeridynamicsMesh.h"
14 
15 // Forward Declarations
16 
22 {
23 public:
25 
27 
28  virtual void initialize() override;
29  virtual void execute() override;
30  virtual void threadJoin(const UserObject & uo) override;
31  virtual Real getValue() const override;
32  virtual void finalize() override;
33 
34 protected:
37 
40 
42  const unsigned int _dim;
43 
46 };
unsigned int _num_bond_status_updated
total number of times bond_status updated
Peridynamics mesh class.
BondStatusConvergedPostprocessorPD(const InputParameters &parameters)
MooseVariable * _bond_status_var
Bond status aux variable.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
PeridynamicsMesh & _pdmesh
Reference to peridynamic mesh object.
Postprocessor to commpute the number of bonds whose stataus has changed in the most update...
const InputParameters & parameters() const
virtual void threadJoin(const UserObject &uo) override