We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b1056 commit b797c77Copy full SHA for b797c77
src/quadrature.jl
@@ -649,10 +649,10 @@ Integration of an integrand of the signature
649
650
integrand!(result, qpinfo)
651
652
-over the entities AT of the grid. The result on every item is written into integral4items.
+over the entities AT of the grid. The result on every item is written into integral4items
653
+(at least of size nitems x length of result).
654
As usual, qpinfo allows to access information
655
at the current quadrature point.
-The length of the result needs to be specified via resultdim.
656
657
Keyword arguments:
658
- quadorder = specifies the quadrature order (default = 0)
0 commit comments