Changes In Branch github/master Excluding Merge-Ins
This is equivalent to a diff from 7c29086699 to 67b7ee34e1
2021-03-03
| ||
06:08:25 | Update README.md: Fix typo Closed-Leaf check-in: ba2243a8fe user: trnsz@pobox.com tags: master, trunk | |
06:07:06 | Update README.md: Enable Chisel link, small fixes. Closed-Leaf check-in: 67b7ee34e1 user: trnsz@pobox.com tags: github/master, trunk | |
2021-03-02
| ||
22:19:32 | README.md: Temp. disable Chisel mirror link check-in: fcf4221f8d user: trnsz@pobox.com tags: github/master, trunk | |
2021-03-01
| ||
10:35:17 | multi: Update to PR autoresponder, add SECURITY.md check-in: 484f1837b4 user: jeff@gridfinity.com tags: github/master, trunk | |
10:35:17 | multi: Update to PR autoresponder, add SECURITY.md check-in: 26b309fce8 user: jeff@gridfinity.com tags: master, trunk | |
04:31:58 | Update .gitattributes: Exclude doc from Linguist. Closed-Leaf check-in: 7c29086699 user: jeff@gridfinity.com tags: origin/master, trunk | |
04:31:19 | Update .gitattributes: Exclude TeX from Linguist check-in: e49b2b6cb4 user: jeff@gridfinity.com tags: origin/master, trunk | |
Modified .github/mergeable.yml from [f0d3389fbd] to [02c5c4d3e0].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 | - + | version: 2 mergeable: - when: pull_request.opened name: "Greet a contributor" validate: [] pass: - do: comment payload: body: > |
Modified README.md from [10f18bcc98] to [b76db51b83].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | + + + + - + + + + + + + + + + + + + + + + + + + + + + - + + + + | # **GRG** ## Computer Algebra System for Differential Geometry, Gravitation and Field Theory ---- ## Introduction The computer algebra system **GRG** is designed to make calculation in differential geometry and field theory as simple and natural as possible. **GRG** is based on the computer algebra system **REDUCE** but **GRG** has its own simple input language whose commands resemble short English phrases. **GRG** understands tensors, spinors, vectors, differential forms and knows all standard operations with these quantities. Input form for mathematical expressions is very close to traditional mathematical notation including Einstein summation rule. **GRG** knows covariant properties of the objects: one can easily raise and lower indices, compute covariant and Lie derivatives, perform coordinate and frame transformations etc. **GRG** works in any dimension and allows one to represent tensor quantities with respect to holonomic, orthogonal and even any other arbitrary frame. One of the key features of **GRG** is that it knows a large number of built-in usual field-theoretical and geometrical quantities and formulas for their computation providing ready solutions to many standard problems. |
Added SECURITY.md version [28b1629609].
|