Holds the output of a celes_simulation. More...
Public Member Functions | |
| function get | totalField (in obj) |
| Get method for totalField. More... | |
Public Attributes | |
| Property | initialFieldPower |
| power flux of the initial field More... | |
| Property | scatteredFieldPlaneWavePattern |
| celes_planeWavePattern object for the scattered field More... | |
| Property | totalFieldPlaneWavePattern |
| celes_planeWavePattern object for the total field More... | |
| Property | totalFieldForwardPower |
| power flux of the toal field in +z direction More... | |
| Property | totalFieldBackwardPower |
| power flux of the toal field in -z direction More... | |
| Property | initialField |
| electric (near) field values of the initial field at the points specified in fieldPoints More... | |
| Property | initialFieldUseParaxialApproximation |
| if true, the paraxial approximation is used for the electric field evaluation of the initial field, otherwise compute initial field from angular spectrum representation More... | |
| Property | scatteredField |
| electric (near) field values of the scattered field at the points specified in fieldPoints More... | |
| Property | internalField |
| electric (near) field values of the internal field at the points specified in fieldPoints More... | |
| Property | internalIndices |
| indices that correspond to field points that are inside some sphere More... | |
| Property | fieldPoints |
| points at which the electric field is to be evaluated, in the format [x(:),y(:),z(:)] More... | |
| Property | fieldPointsArrayDims |
| if the field points lie on a plane (in order to display the field as an image), fieldPointsArrayDims stores the size of the image - which can be recustructed by using reshape(...,fieldPointsArrayDims) More... | |
| Property | convergenceHistory |
| array of the relative error of the solution as a function of iteration step number. More... | |
| Property | totalTime |
| time used for the simulation More... | |
| Property | solverTime |
| time used by the solver of the linear system More... | |
| Property | preconiditionerPreparationTime |
| time used for the preparation of the preconditioner More... | |
| Property | runningTime |
| time used for the simulation.run command More... | |
| Property | powerEvaluationTime |
| time used for the power evaluation More... | |
| Property | fieldEvaluationTime |
| time used for the field evaluation More... | |
| Property | totalField |
| electric (near) field values of the total field at the points specified in fieldPoints More... | |
Holds the output of a celes_simulation.
| function get totalField | ( | in | obj | ) |
Get method for totalField.
| Property convergenceHistory |
array of the relative error of the solution as a function of iteration step number.
for bicgstab algorithm, the half-steps are counted
| Property fieldEvaluationTime |
time used for the field evaluation
| Property fieldPoints |
points at which the electric field is to be evaluated, in the format [x(:),y(:),z(:)]
| Property fieldPointsArrayDims |
if the field points lie on a plane (in order to display the field as an image), fieldPointsArrayDims stores the size of the image - which can be recustructed by using reshape(...,fieldPointsArrayDims)
| Property initialField |
electric (near) field values of the initial field at the points specified in fieldPoints
| Property initialFieldPower |
power flux of the initial field
| Property initialFieldUseParaxialApproximation |
if true, the paraxial approximation is used for the electric field evaluation of the initial field, otherwise compute initial field from angular spectrum representation
| Property internalField |
electric (near) field values of the internal field at the points specified in fieldPoints
| Property internalIndices |
indices that correspond to field points that are inside some sphere
| Property powerEvaluationTime |
time used for the power evaluation
| Property preconiditionerPreparationTime |
time used for the preparation of the preconditioner
| Property runningTime |
time used for the simulation.run command
| Property scatteredField |
electric (near) field values of the scattered field at the points specified in fieldPoints
| Property scatteredFieldPlaneWavePattern |
celes_planeWavePattern object for the scattered field
| Property solverTime |
time used by the solver of the linear system
| Property totalField |
electric (near) field values of the total field at the points specified in fieldPoints
| Property totalFieldBackwardPower |
power flux of the toal field in -z direction
| Property totalFieldForwardPower |
power flux of the toal field in +z direction
| Property totalFieldPlaneWavePattern |
celes_planeWavePattern object for the total field
| Property totalTime |
time used for the simulation
1.8.13