- euler_angle_providerThe EulerAngleProvider User object
C++ Type:UserObjectName
Description:The EulerAngleProvider User object
- grain_numthe number of grains
C++ Type:unsigned int
Description:the number of grains
- sort_byWhat to sort the samples by
C++ Type:MooseEnum
Description:What to sort the samples by
- unique_grainsThe grain number
C++ Type:std::vector
Description:The grain number
GrainTextureVectorPostprocessor

The GrainTextureVectorPostprocessor has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# GrainTextureVectorPostprocessor
!syntax description /VectorPostprocessors/GrainTextureVectorPostprocessor
## Overview
!! Replace these lines with information regarding the GrainTextureVectorPostprocessor object.
## Example Input File Syntax
!! Describe and include an example of how to use the GrainTextureVectorPostprocessor object.
!syntax parameters /VectorPostprocessors/GrainTextureVectorPostprocessor
!syntax inputs /VectorPostprocessors/GrainTextureVectorPostprocessor
!syntax children /VectorPostprocessors/GrainTextureVectorPostprocessor
Gives out info on the grain boundary properties
Input Parameters
- _is_broadcastTrue
Default:True
C++ Type:bool
- blockThe list of block ids (SubdomainID) that this object will be applied
C++ Type:std::vector
Description:The list of block ids (SubdomainID) that this object will be applied
- contains_complete_historyFalseSet this flag to indicate that the values in all vectors declared by this VPP represent a time history (e.g. with each invocation, new values are added and old values are never removed). This changes the output so that only a single file is output and updated with each invocation
Default:False
C++ Type:bool
Description:Set this flag to indicate that the values in all vectors declared by this VPP represent a time history (e.g. with each invocation, new values are added and old values are never removed). This changes the output so that only a single file is output and updated with each invocation
- execute_onTIMESTEP_ENDThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
Default:TIMESTEP_END
C++ Type:ExecFlagEnum
Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
Optional Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
- implicitTrueDetermines whether this object is calculated using an implicit or explicit form
Default:True
C++ Type:bool
Description:Determines whether this object is calculated using an implicit or explicit form
- outputsVector of output names were you would like to restrict the output of variables(s) associated with this object
C++ Type:std::vector
Description:Vector of output names were you would like to restrict the output of variables(s) associated with this object
- seed0The seed for the master random number generator
Default:0
C++ Type:unsigned int
Description:The seed for the master random number generator
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Advanced Parameters
Input Files
- modules/combined/test/tests/grain_texture/grain_texture_test_2.i
- modules/combined/examples/phase_field-mechanics/grain_texture.i
- modules/combined/test/tests/grain_texture/grain_texture_test_1.i