https://mooseframework.inl.gov
Loading...
Searching...
No Matches
phase_field
include
actions
PolycrystalColoringICAction.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 "
InputParameters.h
"
13
#include "
Action.h
"
14
18
class
PolycrystalColoringICAction
:
public
Action
19
{
20
public
:
21
static
InputParameters
validParams
();
22
23
PolycrystalColoringICAction
(
const
InputParameters
& params);
24
25
virtual
void
act
()
override
;
26
27
private
:
28
const
unsigned
int
_op_num
;
29
const
std::string
_var_name_base
;
30
const
bool
_linearized_interface
;
31
};
Action.h
InputParameters.h
Action
PolycrystalColoringICAction
Random Voronoi tesselation polycrystal action.
Definition
PolycrystalColoringICAction.h:19
PolycrystalColoringICAction::_op_num
const unsigned int _op_num
Definition
PolycrystalColoringICAction.h:28
PolycrystalColoringICAction::validParams
static InputParameters validParams()
Definition
PolycrystalColoringICAction.C:19
PolycrystalColoringICAction::_var_name_base
const std::string _var_name_base
Definition
PolycrystalColoringICAction.h:29
PolycrystalColoringICAction::_linearized_interface
const bool _linearized_interface
Definition
PolycrystalColoringICAction.h:30
PolycrystalColoringICAction::act
virtual void act() override
Definition
PolycrystalColoringICAction.C:49
InputParameters
Generated on Fri Aug 21 2026 13:41:19 for https://mooseframework.inl.gov by
1.9.8