https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MooseDefaultConfig.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/* framework/include/base/MooseConfig.h. Generated automatically at end of configure. */
13/* framework/include/base/MooseConfig.h.tmp. Generated from MooseConfig.h.in by configure. */
14/* framework/include/base/MooseConfig.h.in. Generated from configure.ac by autoheader. */
15
16/* The size of the derivative backing array */
17#ifndef MOOSE_AD_MAX_DOFS_PER_ELEM
18#define MOOSE_AD_MAX_DOFS_PER_ELEM 64
19#endif
20
21/* Whether or not libpng was detected on the system */
22/* #undef HAVE_LIBPNG */
23
24/* The directory where libtorch is installed */
25/* #undef LIBTORCH_DIR */
26
27/* Whether to use libtorch-related code or not */
28/* #undef LIBTORCH_ENABLED */
29
30/* Define to the address where bug reports for this package should be sent. */
31#ifndef MOOSE_PACKAGE_BUGREPORT
32#define MOOSE_PACKAGE_BUGREPORT "https://github.com/idaholab/moose/discussions"
33#endif
34
35/* Define to the full name of this package. */
36#ifndef MOOSE_PACKAGE_NAME
37#define MOOSE_PACKAGE_NAME "moose"
38#endif
39
40/* Define to the full name and version of this package. */
41#ifndef MOOSE_PACKAGE_STRING
42#define MOOSE_PACKAGE_STRING "moose 0.9.0"
43#endif
44
45/* Define to the one symbol short name of this package. */
46#ifndef MOOSE_PACKAGE_TARNAME
47#define MOOSE_PACKAGE_TARNAME "moose"
48#endif
49
50/* Define to the home page for this package. */
51#ifndef MOOSE_PACKAGE_URL
52#define MOOSE_PACKAGE_URL "https://mooseframework.inl.gov"
53#endif
54
55/* Define to the version of this package. */
56#ifndef MOOSE_PACKAGE_VERSION
57#define MOOSE_PACKAGE_VERSION "0.9.0"
58#endif