https://mooseframework.inl.gov
VariableValueTransferAux.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 "NearestNodeValueAux.h"
13 
14 class PenetrationLocator;
15 class NearestNodeLocator;
16 
21 {
22 public:
24 
25 protected:
26  virtual Real computeValue() override;
27 
30 
32 
33  unsigned int _paired_variable;
34 
35 public:
37 };
PenetrationLocator & _penetration_locator
static InputParameters validParams()
VariableValueTransferAux(const InputParameters &parameters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Transfer variable values from a surface of a 2D mesh onto 1D mesh.
const NumericVector< Number > *const & _serialized_solution
const InputParameters & parameters() const
NearestNodeLocator & _nearest_node
virtual Real computeValue() override