fix in gauss excite...
parent
8e3f44b0ca
commit
b4bf720466
|
@ -716,7 +716,7 @@ double Operator::CalcTimestep()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// cerr << "Timestep: " << dT << endl;
|
cerr << "Operator Timestep: " << dT << endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -121,6 +121,7 @@ int openEMS::SetupFDTD(const char* file)
|
||||||
else if (Excit_Type==1)
|
else if (Excit_Type==1)
|
||||||
{
|
{
|
||||||
Excite->QueryDoubleAttribute("f0",&f0);
|
Excite->QueryDoubleAttribute("f0",&f0);
|
||||||
|
fc = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
TiXmlElement* BC = FDTD_Opts->FirstChildElement("BoundaryCond");
|
TiXmlElement* BC = FDTD_Opts->FirstChildElement("BoundaryCond");
|
||||||
|
@ -164,7 +165,6 @@ int openEMS::SetupFDTD(const char* file)
|
||||||
FDTD_Op->DumpOperator2File("operator_dump.vtk");
|
FDTD_Op->DumpOperator2File("operator_dump.vtk");
|
||||||
}
|
}
|
||||||
|
|
||||||
fc = 0;
|
|
||||||
if (Excit_Type==0)
|
if (Excit_Type==0)
|
||||||
FDTD_Op->CalcGaussianPulsExcitation(f0,fc);
|
FDTD_Op->CalcGaussianPulsExcitation(f0,fc);
|
||||||
else if (Excit_Type==1)
|
else if (Excit_Type==1)
|
||||||
|
|
Loading…
Reference in New Issue