https://mooseframework.inl.gov
Loading...
Searching...
No Matches
SolutionRasterizer.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 "SolutionUserObject.h"
13
14// Forward Declarations
15
25{
26public:
28
30
32
34 virtual void initialSetup();
35
36protected:
37 FileName _xyz_input;
38 FileName _xyz_output;
39
40 std::string _variable;
41
43
45};
const InputParameters & parameters() const
This Userobject is the base class of Userobjects that generate one random number per timestep and qua...
static InputParameters validParams()
virtual void initialSetup()
Initialize the System and Mesh objects for the solution being read.