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