https://mooseframework.inl.gov
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 {
21 public:
23 
24 protected:
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 
41 public:
43 };
Cubic polynomial transition between two functions of one variable.
Weighted transition between two functions of one variable.
Class for testing objects derived from SmoothTransition.
const WeightedTransition _weighted_transition
const std::vector< double > x
virtual void computeQpProperties() override
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
MaterialProperty< Real > & _dmatprop_dvar
SmoothTransitionTestMaterial(const InputParameters &parameters)