Skip to content

Commit

Permalink
update docs (remove theory.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Jul 1, 2023
1 parent 858ef2d commit 0a02495
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ makedocs(;
"Craft" => "craft.md",
"Numerical computation" => "run-julia.md",
"Symbolic computation" => "run-wolfram.md",
"Theoretical Framework" => "theory.md",
"Gallery" => gallery_demopage,
# "Function Reference" => "functionreference.md",
],
Expand Down
8 changes: 8 additions & 0 deletions docs/src/run-julia.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@ pkg> add https://github.com/hyrodium/ElasticSurfaceEmbedding.jl
```

## Overview of our method
Our theoretical framework is based on:

* Mathematical model: Nonlinear elasticity on Riemannian manifold
* Geometric representation: B-spline manifold
* Numerical analysis: Galerkin method, Newton-Raphson method

The computation process proceeds as shown in the following flowchart (from our paper):

![](img/flowchart.png)

For more information, read [our paper](https://arxiv.org/abs/2211.06372) or contact [me](https://twitter.com/Hyrodium)!

## Example: Paraboloid
Through this section, we treat a paraboloid ``z=x^2+y^2`` as an example.

Expand Down
10 changes: 0 additions & 10 deletions docs/src/theory.md

This file was deleted.

0 comments on commit 0a02495

Please sign in to comment.