https://mooseframework.inl.gov
Loading...
Searching...
No Matches
SmoothTransitionTestMaterial.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#include "CubicTransition.h"
14#include "WeightedTransition.h"
15
20{
21public:
23
24protected:
25 virtual void computeQpProperties() override;
26 Real f1(const Real & x) const;
27 Real f2(const Real & x) const;
28 Real df1dx(const Real & x) const;
29 Real df2dx(const Real & x) const;
30
32
34
37
40
41public:
43};
const std::vector< double > x
Cubic polynomial transition between two functions of one variable.
Class for testing objects derived from SmoothTransition.
MaterialProperty< Real > & _dmatprop_dvar
const WeightedTransition _weighted_transition
Weighted transition between two functions of one variable.
VariableValueTempl< false > VariableValue