https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PhaseFieldTestApp.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 "PhaseFieldTestApp.h"
11#include "PhaseFieldApp.h"
12#include "Moose.h"
13#include "AppFactory.h"
14#include "MooseSyntax.h"
15
16#include "GaussContForcing.h"
17
24
25registerKnownLabel("PhaseFieldTestApp");
26
28{
30 _factory, _action_factory, _syntax, getParam<bool>("allow_test_objects"));
31}
32
34
35void
37{
39 if (use_test_objs)
40 {
41 Registry::registerObjectsTo(f, {"PhaseFieldTestApp"});
42 Registry::registerActionsTo(af, {"PhaseFieldTestApp"});
43 }
44}
45
46void
52
53extern "C" void
58extern "C" void
Real f(Real x)
Test function for Brents method.
registerKnownLabel("PhaseFieldTestApp")
void PhaseFieldTestApp__registerAll(Factory &f, ActionFactory &af, Syntax &s)
void PhaseFieldTestApp__registerApps()
ActionFactory _action_factory
Factory _factory
Syntax _syntax
static void registerApps()
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)
static InputParameters validParams()
PhaseFieldTestApp(const InputParameters &parameters)
static void registerApps()
static void registerActionsTo(ActionFactory &f, const std::set< std::string > &labels)
static void registerObjectsTo(Factory &f, const std::set< std::string > &labels)