105 size_t n1 = 1000, n2 = 33, n3=10;
108 cg0->setTimeMin(0.21);
111 cg1->setWidth(0.5/3.01);
112 cg1->setTimeMin(0.21);
115 cg2->setWidth(0.5/3.01);
116 cg2->setTimeMin(0.21);
119 cg3->setWidth(0.5/3.01);
120 cg3->setTimeMin(0.21);
123 cg4->setWidth(0.5/2.01);
124 cg4->setTimeMin(0.21);
127 cg5->setWidth(0.5/2.01);
128 cg5->setTimeMin(0.21);
131 cg6->setWidth(0.5/2.01);
132 cg6->setTimeMin(0.21);
135 cg7->setWidth(0.5/2.01);
136 cg7->setTimeMin(0.21);
139 cg8->setWidth(0.5/2.01);
140 cg8->setTimeMin(0.21);
143 cg9->setWidth(0.5/2.01);
144 cg9->setTimeMin(0.21);
147 cg10->setWidth(0.5/2.01);
148 cg10->setTimeMin(0.21);
151 cg11->setWidth(0.5/3.01);
152 cg11->setTimeMin(0.21);
155 cg12->setWidth(0.5/2.01);
156 cg12->setTimeMin(0.21);
159 cg13->setWidth(0.5/3.01);
160 cg13->setTimeMin(0.21);
165 helpers::writeToFile(
"CGBasicSelfTest.1D.gnu",
"p 'CGBasicSelfTest.1.stat' u 2:22 w d, 'CGBasicSelfTest.4.stat' u 2:22 w d, 'CGBasicSelfTest.7.stat' u 2:22 w d");
Tests if the different CG templates work correctly.
Definition: CGBasicSelfTest.cpp:55
Evaluates time-resolved continuum fields and writes the data into a stat file.
Definition: CG.h:55
bool writeToFile(const std::string &filename, const std::string &filecontent)
Writes a string to a file.
Definition: FileIOHelpers.cc:29
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213