Skip to content

Commit b9ef221

Browse files
committed
Allow direct setting of LIBMESH_DIR for CMake.
1 parent c92bc54 commit b9ef221

15 files changed

+26007
-26007
lines changed

cmake/Modules/FindLIBMESH.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# module and creates a libmesh imported target
33

44
find_path(LIBMESH_PC NAMES libmesh-opt.pc
5-
HINTS ${LIBMESH_ROOT} $ENV{LIBMESH_ROOT}
5+
HINTS ${LIBMESH_DIR} $ENV{LIBMESH_ROOT}
66
PATHS ENV LD_LIBRARY_PATH
77
PATH_SUFFIXES lib/pkgconfig pkgconfig
88
NO_DEFAULT_PATH)

tests/regression_tests/unstructured_mesh/inputs_true0.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true1.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true10.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true11.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true12.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true13.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true14.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true15.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true2.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true3.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true8.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

tests/regression_tests/unstructured_mesh/inputs_true9.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<?xml version='1.0' encoding='utf-8'?>
4646
<settings>
4747
<run_mode>fixed source</run_mode>
48-
<particles>100</particles>
48+
<particles>10000</particles>
4949
<batches>10</batches>
5050
<source strength="1.0">
5151
<space origin="0.0 0.0 0.0" type="spherical">

0 commit comments

Comments
 (0)