Skip to content

Commit

Permalink
BVP1Deig documentaion
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasStahel committed Sep 19, 2024
1 parent ef5accd commit 05e84ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified doc/FEMdoc.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions inst/BVP1Deig.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
##@item @var{w} constant, vector or function handle to evaluate d(x)
##@item @var{BCleft} and @var{BCright} the two boundary conditions
##@itemize
##@item for a Dirichlet condition specify a single value @var{g_D}
##@item for a Neumann condition specify the values @var{[g_N1,g_N2]}
##@item for a Dirichlet condition specify a single value @var{g_D=0}
##@item for a Neumann condition specify the values @var{[g_N1,g_N2]=[0,g_N2]}
##@end itemize
##@item @var{nVec} the number of smallest eigenvalues to be computed
##@item@var{tol} optional tolerance for the eigenvalue iteration, default 1e-5
##@item@var{tol} tolerance for the eigenvalue iteration, default 1e-5
##@end itemize
##
##return values
Expand Down

0 comments on commit 05e84ed

Please sign in to comment.