https://mooseframework.inl.gov
peridynamics
src
main.C
Go to the documentation of this file.
1
2
//* This file is part of the MOOSE framework
3
//* https://mooseframework.inl.gov
4
//*
5
//* All rights reserved, see COPYRIGHT for full restrictions
6
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
7
//*
8
//* Licensed under LGPL 2.1, please see LICENSE for details
9
//* https://www.gnu.org/licenses/lgpl-2.1.html
10
#include "
PeridynamicsTestApp.h
"
11
#include "
MooseMain.h
"
12
13
// Begin the main program.
14
int
15
main
(
int
argc,
char
* argv[])
16
{
17
return
Moose::main<PeridynamicsTestApp>(argc, argv);
18
}
PeridynamicsTestApp.h
main
int main(int argc, char *argv[])
Definition:
main.C:15
MooseMain.h
Generated on Fri Jul 25 2025 05:15:31 for https://mooseframework.inl.gov by
1.8.14