https://mooseframework.inl.gov
ElemSideNeighborLayersTester.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 "ElementUOProvider.h"
13 
18 {
19 public:
21 
23 
24  virtual void initialize() override;
25  virtual void execute() override;
26  virtual void finalize() override;
27  virtual unsigned long getElementalValueLong(dof_id_type element_id,
28  const std::string & field_name) const override;
29 
30 protected:
31  std::set<dof_id_type> _ghost_data;
32  std::set<dof_id_type> _evaluable_data;
33 
35 };
ElemSideNeighborLayersTester(const InputParameters &parameters)
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
User object intermediate base class that declares an interface for providing generic fields by name...
virtual void finalize() override
Finalize.
const InputParameters & parameters() const
Get the parameters of the object.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
User object to show information about the ElemSideNeighborLayer object&#39;s "ghosting" behaviors...
virtual void execute() override
Execute method.
virtual unsigned long getElementalValueLong(dof_id_type element_id, const std::string &field_name) const override
uint8_t dof_id_type