www.mooseframework.org
phase_field
include
action
NonconservedAction.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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
// MOOSE includes
13
#include "Action.h"
14
#include "AddVariableAction.h"
15
16
#include "libmesh/fe_type.h"
17
18
// Forward declaration
19
class
NonconservedAction
;
20
21
template
<>
22
InputParameters
validParams<NonconservedAction>
();
23
24
class
NonconservedAction
:
public
Action
25
{
26
public
:
27
NonconservedAction
(
const
InputParameters & params);
28
29
virtual
void
act
();
30
31
protected
:
33
const
NonlinearVariableName
_var_name
;
35
const
FEType
_fe_type
;
36
};
37
NonconservedAction::_fe_type
const FEType _fe_type
FEType for the variable being created.
Definition:
NonconservedAction.h:35
NonconservedAction
Definition:
NonconservedAction.h:24
NonconservedAction::NonconservedAction
NonconservedAction(const InputParameters ¶ms)
Definition:
NonconservedAction.C:63
NonconservedAction::act
virtual void act()
Definition:
NonconservedAction.C:72
NonconservedAction::_var_name
const NonlinearVariableName _var_name
Name of the variable being created.
Definition:
NonconservedAction.h:33
validParams< NonconservedAction >
InputParameters validParams< NonconservedAction >()
Definition:
NonconservedAction.C:27
Generated on Sat Jan 25 2020 12:04:39 for www.mooseframework.org by
1.8.16