summaryrefslogtreecommitdiff
path: root/src/cython/doc/tangential_complex_user.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/doc/tangential_complex_user.rst')
-rw-r--r--src/cython/doc/tangential_complex_user.rst15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/cython/doc/tangential_complex_user.rst b/src/cython/doc/tangential_complex_user.rst
index 30c97b8f..1ad08bd6 100644
--- a/src/cython/doc/tangential_complex_user.rst
+++ b/src/cython/doc/tangential_complex_user.rst
@@ -133,33 +133,23 @@ The output is:
.. testoutput::
- Tangential contains 18 simplices - 7 vertices.
- Simplex tree is of dimension 2 - 25 simplices - 7 vertices.
+ Tangential contains 12 simplices - 7 vertices.
+ Simplex tree is of dimension 1 - 15 simplices - 7 vertices.
([0], 0.0)
([1], 0.0)
([0, 1], 0.0)
([2], 0.0)
([0, 2], 0.0)
([1, 2], 0.0)
- ([0, 1, 2], 0.0)
([3], 0.0)
([1, 3], 0.0)
- ([2, 3], 0.0)
- ([1, 2, 3], 0.0)
([4], 0.0)
- ([0, 4], 0.0)
([2, 4], 0.0)
- ([0, 2, 4], 0.0)
([5], 0.0)
([4, 5], 0.0)
([6], 0.0)
- ([2, 6], 0.0)
([3, 6], 0.0)
- ([2, 3, 6], 0.0)
- ([4, 6], 0.0)
- ([2, 4, 6], 0.0)
([5, 6], 0.0)
- ([4, 5, 6], 0.0)
Example with perturbation
@@ -188,5 +178,4 @@ The output is:
.. testoutput::
Tangential contains 4 vertices.
- Tangential contains inconsistencies.
Inconsistencies has been fixed.