www.mooseframework.org
phase_field
include
action
CHPFCRFFSplitKernelAction.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
#include "Action.h"
13
14
// Forward Declarations
15
class
CHPFCRFFSplitKernelAction
;
16
17
template
<>
18
InputParameters
validParams<CHPFCRFFSplitKernelAction>
();
19
23
class
CHPFCRFFSplitKernelAction
:
public
Action
24
{
25
public
:
26
CHPFCRFFSplitKernelAction
(
const
InputParameters & params);
27
28
virtual
void
act
();
29
30
private
:
31
const
unsigned
int
_num_L
;
32
const
std::string
_L_name_base
;
33
const
NonlinearVariableName
_n_name
;
34
};
35
CHPFCRFFSplitKernelAction::act
virtual void act()
Definition:
CHPFCRFFSplitKernelAction.C:47
CHPFCRFFSplitKernelAction::_n_name
const NonlinearVariableName _n_name
Definition:
CHPFCRFFSplitKernelAction.h:33
validParams< CHPFCRFFSplitKernelAction >
InputParameters validParams< CHPFCRFFSplitKernelAction >()
Definition:
CHPFCRFFSplitKernelAction.C:19
CHPFCRFFSplitKernelAction
Definition:
CHPFCRFFSplitKernelAction.h:23
CHPFCRFFSplitKernelAction::_L_name_base
const std::string _L_name_base
Definition:
CHPFCRFFSplitKernelAction.h:32
CHPFCRFFSplitKernelAction::CHPFCRFFSplitKernelAction
CHPFCRFFSplitKernelAction(const InputParameters ¶ms)
Definition:
CHPFCRFFSplitKernelAction.C:38
CHPFCRFFSplitKernelAction::_num_L
const unsigned int _num_L
Definition:
CHPFCRFFSplitKernelAction.h:31
Generated on Sat Jan 25 2020 12:04:39 for www.mooseframework.org by
1.8.16