https://mooseframework.inl.gov
ReporterTimePointSource.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 // Moose Includes
13 #include "ReporterPointSource.h"
14 
19 {
20 public:
23  virtual void addPoints() override;
24 protected:
26  const std::vector<Real> & _coordt;
27 
28 private:
31 
32 };
static InputParameters validParams()
virtual void addPoints() override
const Real & _reverse_time_end
The final time when we want to reverse the time index in function evaluation.
Apply a time dependent point load defined by Reporters.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
const std::vector< Real > & _coordt
time-coordinates from reporter
ReporterTimePointSource(const InputParameters &parameters)