You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/faq.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ It easily runs on tens of thousands of cores.
48
48
What is the difference with FEM?
49
49
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50
50
51
-
The main difference with FEM is that one needs to globally update the mesh at every time step.
51
+
The main difference with FEM (Finite Element Method) is that one needs to globally update the mesh at every time step.
52
52
53
53
For Adaptive, we want to be able to parallelize the function evaluation and that requires an algorithm that can quickly return a new suggested point.
54
54
This means that, to minimize the time that Adaptive spends on adding newly calculated points to the data strucute, we only want to update the data of the points that are close to the new point.
0 commit comments