Skip to content

Commit 672bbcb

Browse files
scale up size of domain
1 parent 39a3f60 commit 672bbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dipole_ice/dipole_ice.cxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ int main(int argc, char* argv[]) {
6060
// InfEDipoleAntenna dipole(0.0, 10.0, 0.0, impulse_response);
6161
// scalar_t t_end = 250;
6262

63-
CylinderGeometry geom(150, -150, 150, eps);
63+
CylinderGeometry geom(300, -300, 300, eps);
6464
InfEDipoleAntenna dipole(0.0, 10.0, -30.0, impulse_response);
65-
scalar_t t_end = 200;
65+
scalar_t t_end = 450;
6666

6767
CylindricalWeightingFieldCalculator wfc(geom, dipole, t_end);
6868
wfc.Calculate(wf_path, "/scratch/midway3/windischhofer/eisvogel/");

0 commit comments

Comments
 (0)