Analyzer Module
The Analyzer Module performs all of the analysis products provided in Warp Factory. This includes things like finding the energy conditions from a stress-energy tensor or determining the metric scalars. The following functions are currently provided:
Function | Description |
---|---|
Generates momentum flowlines from the stress-energy tensor. | |
Performs transformations to tensors. Currently only does a local Eulerian transformation. | |
Performs raising or lowering operations on tensors | |
Finds metric scalars | |
Finds the energy conditions of the stress-energy tensor | |
Evaluates the metric and returns the stress-energy, scalars, and energy conditions |
Supporting these main functions are several auxiliary functions that can be found within the utils folder in Analyzer > utils
.
Last updated