Skip to content

Commit 7e01321

Browse files
committed
define FEM
1 parent 795623a commit 7e01321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/faq.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It easily runs on tens of thousands of cores.
4848
What is the difference with FEM?
4949
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5050

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.
5252

5353
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.
5454
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

Comments
 (0)