diff --git a/content/getting_started/Examples.md b/content/getting_started/Examples.md index cddff7b..20e10e3 100644 --- a/content/getting_started/Examples.md +++ b/content/getting_started/Examples.md @@ -1,3 +1,10 @@ +--- +title: "Examples" +date: "2022-08-17" +draft: false +weight: 40 +--- + # Automatic Differentiation in Scientific Computing It goes without saying that `derivatives` are essential in formulating, hence simulating, physical phenomena. However, in real world problems, they can be complicated or error-prone to be derived analytically, and numerical differentiation can introduce round-off errors in the discretization process and cancellation. These problems become more serious with higher derivatives beside being slow. Automatic differentiation, on the other hand, doesn't have any of these problems. diff --git a/content/getting_started/Faq.md b/content/getting_started/Faq.md index 028e407..7d874d9 100644 --- a/content/getting_started/Faq.md +++ b/content/getting_started/Faq.md @@ -2,7 +2,7 @@ title: "FAQ" date: "2019-11-29" menu: "main" -weight: 40 +weight: 50 --- ## Enzyme builds successfully but won't run tests