https://mooseframework.inl.gov
Loading...
Searching...
No Matches
NoSolveProblem.C
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#include "NoSolveProblem.h"
11
13
16{
18 params.addClassDescription("Dummy problem class that doesn't solve anything");
19 return params;
20}
21
23
24void
28
29void
33
34bool
36{
37 return true;
38}
registerMooseObject("SubChannelApp", NoSolveProblem)
static InputParameters validParams()
void addClassDescription(const std::string &doc_string)
A Problem that does not solve, for visualization purposes.
NoSolveProblem(const InputParameters &params)
static InputParameters validParams()
virtual void syncSolutions(Direction direction) override
virtual bool solverSystemConverged(const unsigned int) override
virtual void externalSolve() override