Skip to content
Snippets Groups Projects
Commit 847d13f2 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Settings for MesoPerformance test which reveals slicing problem.

parent d889dc5d
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ set(test_cases ...@@ -6,6 +6,7 @@ set(test_cases
FourierTransformation FourierTransformation
# CoreIO # CoreIO
# DetectorTest # DetectorTest
# MesoPerformance
) )
# build executables for each test case # build executables for each test case
......
...@@ -43,7 +43,7 @@ MesoCrystalPerformanceBuilder::MesoCrystalPerformanceBuilder() ...@@ -43,7 +43,7 @@ MesoCrystalPerformanceBuilder::MesoCrystalPerformanceBuilder()
m_meso_height(200 * nm), m_meso_radius(800 * nm), m_sigma_meso_height(20.0 * nm), m_meso_height(200 * nm), m_meso_radius(800 * nm), m_sigma_meso_height(20.0 * nm),
m_sigma_meso_radius(20.0 * nm), m_sigma_lattice_length_a(0.5 * nm), m_roughness(6.0 * nm), m_sigma_meso_radius(20.0 * nm), m_sigma_lattice_length_a(0.5 * nm), m_roughness(6.0 * nm),
m_surface_filling_ratio(0.25), m_phi_start(0.0 * deg), m_phi_stop(360.0 * deg), m_surface_filling_ratio(0.25), m_phi_start(0.0 * deg), m_phi_stop(360.0 * deg),
m_phi_rotation_steps(1), m_tilt_start(0.0 * deg), m_tilt_stop(1.0 * deg), m_tilt_steps(1) m_phi_rotation_steps(5), m_tilt_start(0.0 * deg), m_tilt_stop(1.0 * deg), m_tilt_steps(1)
{ {
} }
......
...@@ -56,7 +56,7 @@ bool MesoCrystalPerformanceTest::runTest() ...@@ -56,7 +56,7 @@ bool MesoCrystalPerformanceTest::runTest()
std::shared_ptr<IMultiLayerBuilder> builder(new MesoCrystalPerformanceBuilder); std::shared_ptr<IMultiLayerBuilder> builder(new MesoCrystalPerformanceBuilder);
simulation.setSampleBuilder(builder); simulation.setSampleBuilder(builder);
simulation.setRegionOfInterest(10.0, 10.0, 65.0, 80.0); simulation.setRegionOfInterest(40.0, 40.0, 41.0, 41.0);
std::cout << "MesoCrystalPerformanceTest::runTest() -> Starting simulation\n"; std::cout << "MesoCrystalPerformanceTest::runTest() -> Starting simulation\n";
simulation.runSimulation(); simulation.runSimulation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment