https://mooseframework.inl.gov
xfem
test
include
base
XFEMTestApp.h
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
#pragma once
11
12
#include "
MooseApp.h
"
13
14
class
XFEMTestApp
:
public
MooseApp
15
{
16
public
:
17
static
InputParameters
validParams
();
18
19
XFEMTestApp
(
const
InputParameters
&
parameters
);
20
virtual
~XFEMTestApp
();
21
22
static
void
registerApps
();
23
static
void
registerAll
(
Factory
&
f
,
ActionFactory
& af,
Syntax
& s,
bool
use_test_objs =
false
);
24
};
Factory
XFEMTestApp::~XFEMTestApp
virtual ~XFEMTestApp()
Definition:
XFEMTestApp.C:32
XFEMTestApp::registerAll
static void registerAll(Factory &f, ActionFactory &af, Syntax &s, bool use_test_objs=false)
Definition:
XFEMTestApp.C:35
MooseApp::parameters
const InputParameters & parameters()
XFEMTestApp::validParams
static InputParameters validParams()
Definition:
XFEMTestApp.C:18
InputParameters
MooseApp.h
Syntax
f
Real f(Real x)
Test function for Brents method.
Definition:
BrentsMethodTest.C:21
ActionFactory
XFEMTestApp
Definition:
XFEMTestApp.h:14
XFEMTestApp::XFEMTestApp
XFEMTestApp(const InputParameters ¶meters)
Definition:
XFEMTestApp.C:26
MooseApp
XFEMTestApp::registerApps
static void registerApps()
Definition:
XFEMTestApp.C:46
Generated on Fri Jul 18 2025 13:44:06 for https://mooseframework.inl.gov by
1.8.14