About program lines of function

21 views
Skip to first unread message

cathod...@gmail.com

unread,
Oct 1, 2015, 7:24:43 AM10/1/15
to deal.II User Group

In documentation about functions it is telling about that function usage but there is no information about accessibility of this program lines in the library so it is making lot of difficult in finding how it is actually implemented so tell us how to find program lines of function in library

Bruno Turcksin

unread,
Oct 1, 2015, 10:28:19 AM10/1/15
to deal.II User Group
Hi,

for some functions, you can just click on the line number and it will show you the implementation (see for example https://dealii.org/developer/doxygen/deal.II/namespaceGridTools.html#ae8163cc8b6959635d7137edcabc9da7d) Otherwise just try to find a function of the same class that shows the file where the class is implemented. The first line of a documentation page usually shows the include file associated o the class. From there you can find the implementation.

Best,

Bruno
Reply all
Reply to author
Forward
0 new messages