Top Banner
The Newtonian Limit in CDT Adam Getchell (UC Davis) [email protected]
13
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: April 2015 APS presentation

The Newtonian Limit in CDTAdam Getchell (UC Davis) [email protected]

Page 2: April 2015 APS presentation

Path Integral

Credit: NASA/WMAP Science Team

Page 3: April 2015 APS presentation

CDT Path Integral

3D Delaunay Triangulation: 256 Timeslices, 7473 Vertices, 47021 Simplices2D Icosahedron: 1 timeslice, 30 Vertices, 20 Simplices

Page 4: April 2015 APS presentation

Does CDT have a Newtonian Limit?

• CDT looks like GR at cosmological scales, does it have a Newtonian limit?

• At first glance, this is hard:

• CDT is not well suited for approximating smooth classical space-times

• We don’t have the time or resolution to watch objects fall

F =Gm1m2

r2

Page 5: April 2015 APS presentation

A trick from GR

• The static axisymmetric Weyl metric

• With two-body solutions

• Leads to a “strut”

• With a stress

• That can be integrated to get the Newtonian force

ds2 = e2�dt2 � e2(⌫��)�dr2 + dz2

�� r2e�2�d�2

�(r, z) = � µ1

R1� µ2

R2, Ri =

qr2 + (z � zi)

2

Tzz =1

8⇡G

⇣1� e�⌫(r,z)

⌘2⇡�(r)

F =

ZTzzdA =

1

4G

⇣1� e�⌫(r,z)

⌘=

Gm1m2

(z1 � z2)2 for µi = Gmi

⌫(0, z) =4µ1µ2

(z1 � z2)2

⌫(r, z) = �µ21r

2

R41

� µ22r

2

R42

+4µ1µ2

(z1 � z2)2

r2 + (z � z1) (z � z2)

R1R2� 1

Page 6: April 2015 APS presentation

Measurements in CDT

Mass ➔ Epp quasilocal energy

• In 2+1 CDT, extrinsic curvature at an edge is proportional to the number of connected tetrahedra

• In 3+1 CDT, extrinsic curvature at a face is proportional to the number of connected pentachorons (4-simplices)

Einstein Tensor in Regge Calculus (Barrett, 1986)

EE ⌘ � 1

8⇡G

Z

⌦d

2x

p|�|

⇣pk

2 � l

2 �p

2 � l̄

2⌘

l ⌘ �µ⌫ lµ⌫ k ⌘ �µ⌫kµ⌫

Page 7: April 2015 APS presentation

Some Computational Methods

Distance

• Calculate single-source shortest path between the two masses using Bellman-Ford algorithm in O(VE)

• Modify allowed moves in a sweep to not permit successive moves which increase or decrease distance

Hausdorff Distance

• Calculate Voronoi diagram of Delaunay triangulation

• Use Voronoi diagram to find minimum Hausdorff distance for sets (Huttenlocher, ︎︎︎︎ Kedem︎︎︎︎︎ and Kleinberg) in O((m+n)6log(mn)) ︎︎︎

Page 8: April 2015 APS presentation

My Work

Re-implement CDT

• Rewrite in modern C++

• C++14 standard

• Use well-known libraries

• CGAL

• GeomView

• Eigen

• MPFR, GMP

• Intel TBB

Page 9: April 2015 APS presentation

My Work

Use current toolchains

• LLVM/Clang

• Hosted on GitHub

• Travis-CI for continuous testing

• GoogleMock

• CMake for cross-platform building

• Doxygen for document generation

• Others

Easy to evaluate, use, and contribute

Page 10: April 2015 APS presentation

Fast Foliated Delaunay Triangulations

8 timeslices, 68 vertices, 619 faces, 298 simplices

Creation Time: 0.043336s (MacBook Pro Retina, Mid 2012)

Page 11: April 2015 APS presentation

Fast Foliated Delaunay Triangulations

256 timeslices, 222,136 vertices, 2,873,253 faces, 1,436,257 simplices

Creation Time: 284.596s (MacBook Pro Retina, Mid 2012)

Page 12: April 2015 APS presentation

Interested? Please join!

Page 13: April 2015 APS presentation

Interested? Please join!