grgcfg.sl 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. %==========================================================================%
  2. % GRG 3.2 Global Configuration File (C) 1988-96 Vadim V. Zhytnikov %
  3. %==========================================================================%
  4. % Default Dimensionality and Signature.
  5. % You can modify this line but newer remove it!
  6. (signature!> - + + + )
  7. % Uncomment the line below if one need to start GRG
  8. % manually using two commands
  9. % load grg;
  10. % grg;
  11. % instead of default (causes trouble on some systems)
  12. % load grg;
  13. %(setq ![autostart!] nil)
  14. % Changing the default on/off switch position:
  15. %(on!> page)
  16. % Pre-loading the packages:
  17. %(package!> specfn)
  18. % Command synonymy:
  19. (synonymous!>
  20. ( Affine Aff )
  21. ( Anholonomic Nonholonomic AMode ABasis )
  22. ( Antisymmetric Asy )
  23. ( Change Transform )
  24. ( Classify Class )
  25. ( Components Comp )
  26. ( Connection Con )
  27. ( Constants Const Constant )
  28. ( Coordinates Cord )
  29. ( Curvature Cur )
  30. ( Dimension Dim )
  31. ( Dotted Do )
  32. ( Equation Equations Eq )
  33. ( Erase Delete Del )
  34. ( Evaluate Eval Simplify )
  35. ( Find F Calculate Calc )
  36. ( Form Forms )
  37. ( Functions Fun Function )
  38. ( Generic Gen )
  39. ( Gravitational Gravity Gravitation Grav )
  40. ( Holonomic HMode HBasis )
  41. ( Inverse Inv )
  42. ( Load Restore )
  43. ( Next N )
  44. ( Normalize Normal )
  45. ( Object Obj )
  46. ( Output Out )
  47. ( Parameter Par )
  48. ( Rotation Rot )
  49. ( Scalar Scal )
  50. ( Show ? )
  51. ( Signature Sig )
  52. ( Solutions Solution Sol )
  53. ( Spinor Spin Spinorial Sp )
  54. ( standardlisp lisp )
  55. ( Switch Sw )
  56. ( Symmetries Sym Symmetric )
  57. ( Tensor Tensors Tens )
  58. ( Torsion Tors )
  59. ( Transformation Trans )
  60. ( Undotted Un )
  61. ( Unload Save )
  62. ( Vector Vec )
  63. ( Write W )
  64. ( Zero Nullify )
  65. )
  66. %======= End of GRGcfg.sl =================================================%