https://mooseframework.inl.gov
stochastic_tools
test
include
bcs
DirichletBCModifier.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 "
DirichletBCBase.h
"
13
14
20
class
DirichletBCModifier
:
public
DirichletBCBase
21
{
22
public
:
23
static
InputParameters
validParams
();
24
25
DirichletBCModifier
(
const
InputParameters
&
parameters
);
26
27
protected
:
28
virtual
Real
computeQpValue
()
override
;
29
31
const
Real
&
_value
;
32
};
DirichletBCModifier::computeQpValue
virtual Real computeQpValue() override
Definition:
DirichletBCModifier.C:32
DirichletBCBase.h
DirichletBCModifier::validParams
static InputParameters validParams()
Definition:
DirichletBCModifier.C:15
DirichletBCBase
DirichletBCModifier
Boundary condition of a Dirichlet type.
Definition:
DirichletBCModifier.h:20
InputParameters
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
DirichletBCBase::parameters
const InputParameters & parameters() const
DirichletBCModifier::_value
const Real & _value
The value for this BC.
Definition:
DirichletBCModifier.h:31
DirichletBCModifier::DirichletBCModifier
DirichletBCModifier(const InputParameters ¶meters)
Definition:
DirichletBCModifier.C:26
Generated on Fri Jul 18 2025 13:43:53 for https://mooseframework.inl.gov by
1.8.14