https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ChemicalReactionsTestApp.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
12#include "Moose.h"
13#include "AppFactory.h"
14#include "MooseSyntax.h"
15
22
23registerKnownLabel("ChemicalReactionsTestApp");
24
31
33
34void
36 ActionFactory & af,
37 Syntax & /*s*/,
38 bool use_test_objects)
39{
40 if (use_test_objects)
41 {
42 Registry::registerObjectsTo(f, {"ChemicalReactionsTestApp"});
43 Registry::registerActionsTo(af, {"ChemicalReactionsTestApp"});
44 }
45}
46
47void
53
54extern "C" void
59
60// External entry point for dynamic application loading
61extern "C" void
Real f(Real x)
Test function for Brents method.
void ChemicalReactionsTestApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
void ChemicalReactionsTestApp__registerApps()
registerKnownLabel("ChemicalReactionsTestApp")
static InputParameters validParams()
ChemicalReactionsTestApp(const InputParameters &parameters)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objects=false)
static InputParameters validParams()
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)