https://mooseframework.inl.gov
xfem
test
include
kernels
TestMatTimeDerivative.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 "
TimeDerivative.h
"
13
14
class
TestMatTimeDerivative
:
public
TimeDerivative
15
{
16
public
:
17
static
InputParameters
validParams
();
18
19
TestMatTimeDerivative
(
const
InputParameters
&
parameters
);
20
21
protected
:
22
virtual
Real
computeQpResidual
()
override
;
23
virtual
Real
computeQpJacobian
()
override
;
24
const
MaterialProperty<Real>
&
_mat_prop_value
;
25
};
TimeDerivative
InputParameters
TestMatTimeDerivative
Definition:
TestMatTimeDerivative.h:14
TestMatTimeDerivative::validParams
static InputParameters validParams()
Definition:
TestMatTimeDerivative.C:15
TestMatTimeDerivative::computeQpJacobian
virtual Real computeQpJacobian() override
Definition:
TestMatTimeDerivative.C:37
TestMatTimeDerivative::computeQpResidual
virtual Real computeQpResidual() override
Definition:
TestMatTimeDerivative.C:31
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
MaterialProperty< Real >
TimeDerivative::parameters
const InputParameters & parameters() const
TestMatTimeDerivative::_mat_prop_value
const MaterialProperty< Real > & _mat_prop_value
Definition:
TestMatTimeDerivative.h:24
TimeDerivative.h
TestMatTimeDerivative::TestMatTimeDerivative
TestMatTimeDerivative(const InputParameters ¶meters)
Definition:
TestMatTimeDerivative.C:25
Generated on Fri Jul 18 2025 13:44:06 for https://mooseframework.inl.gov by
1.8.14