Encyclopaedia Index

END *STOP *QUIT

---- Autoplot Help ----

EN[D] or QU[IT] or ST[OP] Terminate session.


END

---------------------------------------- Photon Help ----

E[nd]....terminates the plotting session, closes all open files and returns to the operating system.

See also : STOP


End of Segment

-------------------- End of S Photon Help ----

[End of Segment] closes the current GEOMETRY segment and goes one level up.


ENDCASE

----------- Advanced PIL command --- -

ENDCASE is the final element of the PIL CASE construct. See the HELP entry on CASE for further information.


ENDDIS

See DISPLAY


ENDDO

------------- Advanced PIL command --- -

ENDDO denotes the end of a PIL DO-loop. See the HELP entry on DO for further information.


ENDIF

------------- Advanced PIL command --- -

ENDIF is the final element of the PIL IF construct. See the HELP entry on IF for further information.


ENDIT

----- PIL real array; default= 1.E-3; -

When greater than zero, ENDIT influences the termination of iterations in the built-in linear-equation solver by requiring that, before termination can occur, the average change of value is less than ENDIT times the average change at the first iteration (unless LITER iterations have been performed).

When less than zero (but not = GRND1), ENDIT represents the negative of the over-relaxation factor to be used for the variable in question, in the built-in linear-equation solver, and has no other effect.

See PHENC entry: over-relaxation.

When ENDIT = GRND1, the conjugate-gradient solver is called instead of the built-in (Stone-type) solver for the PHI in question, whereas the setting CSG3=CNGR causes that solver to be called for all variables.

The conjugate-gradient solver ends its iterations by reference to RESREF or LITER.

Whenever ENDIT is negative, the multiplier of the average change referred to in the first paragraph is taken as 1.0E-3.


ENDLOOP

----------- Advanced PIL command --- -

ENDLOOP marks the end of the a PIL loop. See the HELP entry on LOOP for further information, or inspect case 20 for an example.


ENDMAIN

----------- Advanced PIL command --- -

ENDMAIN marks the end of the 'main' PIL program. It causes the satellite to stop executing the Q1 file. All subroutines must follow the ENDMAIN statement in the Q1 file.


ENDSUB

------------ Advanced PIL command --- -

ENDSUB denotes the end of a PIL subroutine. See the HELP entry on SUBROUTINE for further information.


wbs