Skip to content

Commit c3f6087

Browse files
committed
correct mistake in quatature formula
1 parent 8ece6d8 commit c3f6087

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

source/references/quadrature-formulae.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This quadrature formula is exact on :math:`\mathbb{P}_3`.
7070
+ g\left( \frac{1-\sqrt{1/3}}{2} \right)
7171
\right)
7272
73-
qf3pE
73+
**qf3pE**
7474
~~~~~
7575

7676
.. code-block:: freefem
@@ -85,7 +85,7 @@ or
8585
8686
int1d(Th, qforder=6)( ... )
8787
88-
This quadrature formula is exact on :math:`\mathbb{P}_5`.
88+
This quadrature formula is the default one and be exact on :math:`\mathbb{P}_5`.
8989

9090
.. math::
9191
@@ -176,7 +176,7 @@ qf1pT
176176
.. code-block:: freefem
177177
:linenos:
178178
179-
int2d(Th, qfe=qf1pT)( ... )
179+
int2d(Th, qft=qf1pT)( ... )
180180
181181
or
182182

@@ -193,7 +193,7 @@ qf2pT
193193
.. code-block:: freefem
194194
:linenos:
195195
196-
int2d(Th, qfe=qf2pT)( ... )
196+
int2d(Th, qft=qf2pT)( ... )
197197
198198
or
199199

@@ -204,13 +204,13 @@ or
204204
205205
This quadrature formula is exact on :math:`\mathbb{P}_2`.
206206

207-
qf5pT
207+
**qf5pT**
208208
~~~~~
209209

210210
.. code-block:: freefem
211211
:linenos:
212212
213-
int2d(Th, qfe=qf5pT)( ... )
213+
int2d(Th, qft=qf5pT)( ... )
214214
215215
or
216216

@@ -219,15 +219,15 @@ or
219219
220220
int2d(Th, qforder=6)( ... )
221221
222-
This quadrature formula is exact on :math:`\mathbb{P}_5`.
222+
This quadrature formula is the default and be exact on :math:`\mathbb{P}_5`.
223223

224224
qf1pTlump
225225
~~~~~~~~~
226226

227227
.. code-block:: freefem
228228
:linenos:
229229
230-
int2d(Th, qfe=qf1pTlump)( ... )
230+
int2d(Th, qft=qf1pTlump)( ... )
231231
232232
This quadrature formula is exact on :math:`\mathbb{P}_1`.
233233

@@ -237,7 +237,7 @@ qf2pT4P1
237237
.. code-block:: freefem
238238
:linenos:
239239
240-
int2d(Th, qfe=qf2pT4P1)( ... )
240+
int2d(Th, qft=qf2pT4P1)( ... )
241241
242242
This quadrature formula is exact on :math:`\mathbb{P}_1`.
243243

@@ -247,7 +247,7 @@ qf7pT
247247
.. code-block:: freefem
248248
:linenos:
249249
250-
int2d(Th, qfe=qf7pT)( ... )
250+
int2d(Th, qft=qf7pT)( ... )
251251
252252
or
253253

@@ -264,7 +264,7 @@ qf9pT
264264
.. code-block:: freefem
265265
:linenos:
266266
267-
int2d(Th, qfe=qf9pT)( ... )
267+
int2d(Th, qft=qf9pT)( ... )
268268
269269
or
270270

@@ -286,7 +286,7 @@ qfV1
286286
.. code-block:: freefem
287287
:linenos:
288288
289-
int3d(Th, qfe=qfV1)( ... )
289+
int3d(Th, qfV=qfV1)( ... )
290290
291291
or
292292

@@ -303,7 +303,7 @@ qfV2
303303
.. code-block:: freefem
304304
:linenos:
305305
306-
int3d(Th, qfe=qfV2)( ... )
306+
int3d(Th, qfV=qfV2)( ... )
307307
308308
or
309309

@@ -314,13 +314,13 @@ or
314314
315315
This quadrature formula is exact on :math:`\mathbb{P}_2`.
316316

317-
qfV5
317+
**qfV5**
318318
~~~~
319319

320320
.. code-block:: freefem
321321
:linenos:
322322
323-
int3d(Th, qfe=qfV5)( ... )
323+
int3d(Th, qfV=qfV5)( ... )
324324
325325
or
326326

@@ -329,14 +329,14 @@ or
329329
330330
int3d(Th, qforder=6)( ... )
331331
332-
This quadrature formula is exact on :math:`\mathbb{P}_5`.
332+
This quadrature formula is the default one and be exact on :math:`\mathbb{P}_5`.
333333

334334
qfV1lump
335335
~~~~~~~~
336336

337337
.. code-block:: freefem
338338
:linenos:
339339
340-
int3d(Th, qfe=qfV1lump)( ... )
340+
int3d(Th, qfV=qfV1lump)( ... )
341341
342342
This quadrature formula is exact on :math:`\mathbb{P}_1`.

0 commit comments

Comments
 (0)