https://mooseframework.inl.gov
Loading...
Searching...
No Matches
LevelSetTestApp.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 "LevelSetTestApp.h"
11#include "LevelSetApp.h"
12#include "Moose.h"
13#include "AppFactory.h"
14#include "MooseSyntax.h"
15
22
23registerKnownLabel("LevelSetTestApp");
24
26{
27 srand(processor_id());
29 _factory, _action_factory, _syntax, getParam<bool>("allow_test_objects"));
30}
31
33
34void
36{
38 if (use_test_objs)
39 {
40 Registry::registerObjectsTo(f, {"LevelSetTestApp"});
41 Registry::registerActionsTo(af, {"LevelSetTestApp"});
42 }
43}
44
45void
51
52extern "C" void
57extern "C" void
Real f(Real x)
Test function for Brents method.
void LevelSetTestApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
void LevelSetTestApp__registerApps()
registerKnownLabel("LevelSetTestApp")
static void registerAll(Factory &f, ActionFactory &af, Syntax &s)
Definition LevelSetApp.C:47
static InputParameters validParams()
Definition LevelSetApp.C:17
static void registerApps()
Definition LevelSetApp.C:41
LevelSetTestApp(const InputParameters &parameters)
static InputParameters validParams()
virtual ~LevelSetTestApp()
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
static void registerApps()
processor_id_type processor_id() const
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)