Setup light cone geometry
setup_LC_geometry
sets up the light cone geometry
for LICORS.
setup_LC_geometry(horizon = list(PLC = 1, FLC = 0), speed = 1, space.dim = 1, shape = "cone")
horizon |
a list with |
speed |
speed of propagation |
space.dim |
dimension of the spatial grid. Eg.
|
shape |
shape of light cone: |
A list of class "LC"
.
aa <- setup_LC_geometry(horizon = list(PLC = 3, FLC = 1), speed = 1, space.dim = 1, shape = "cone") aa plot(aa) summary(aa)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.