https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ShiftedBoundaryMethodTestApp.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
11#include "Moose.h"
12#include "AppFactory.h"
13#include "MooseSyntax.h"
14
21
22registerKnownLabel("ShiftedBoundaryMethodTestApp");
23
30
32
33void
35 ActionFactory & af,
36 Syntax & s,
37 bool use_test_objs)
38{
40 if (use_test_objs)
41 {
42 Registry::registerObjectsTo(f, {"ShiftedBoundaryMethodTestApp"});
43 Registry::registerActionsTo(af, {"ShiftedBoundaryMethodTestApp"});
44 }
45}
46
47void
53
54/***************************************************************************************************
55 *********************** Dynamic Library Entry Points - DO NOT MODIFY ******************************
56 **************************************************************************************************/
57// External entry point for dynamic application loading
58extern "C" void
63extern "C" void
Real f(Real x)
Test function for Brents method.
registerKnownLabel("ShiftedBoundaryMethodTestApp")
void ShiftedBoundaryMethodTestApp__registerApps()
void ShiftedBoundaryMethodTestApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
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)
static InputParameters validParams()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
ShiftedBoundaryMethodTestApp(const InputParameters &parameters)