https://mooseframework.inl.gov
Loading...
Searching...
No Matches
HeatTransferTestApp.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 "HeatTransferTestApp.h"
11#include "HeatTransferApp.h"
12#include "Moose.h"
13#include "AppFactory.h"
14#include "MooseSyntax.h"
15
22
23registerKnownLabel("HeatTransferTestApp");
24
26{
28 _factory, _action_factory, _syntax, getParam<bool>("allow_test_objects"));
29}
30
32
33void
35{
37 if (use_test_objs)
38 {
39 Registry::registerObjectsTo(f, {"HeatTransferTestApp"});
40 Registry::registerActionsTo(af, {"HeatTransferTestApp"});
41 }
42}
43
44void
50
51extern "C" void
56extern "C" void
Real f(Real x)
Test function for Brents method.
registerKnownLabel("HeatTransferTestApp")
void HeatTransferTestApp__registerApps()
void HeatTransferTestApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static InputParameters validParams()
static void registerApps()
static InputParameters validParams()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
HeatTransferTestApp(const InputParameters &parameters)
ActionFactory _action_factory
Factory _factory
Syntax _syntax
static void registerActionsTo(ActionFactory &f, const std::set< std::string > &labels)
static void registerObjectsTo(Factory &f, const std::set< std::string > &labels)