Hi all,
Where can I find detailed description and instructions of functions or classes used in fenics and dolfin (2018.1)? many thanks.
Best,
Jian
HI Jian
You can find function or classes description and its usage in the book
https://link.springer.com/book/10.1007/978-3-642-23099-8
Go to the implementation section, you will find the description of how to use functions and classes in fenics.
Thanks
Waseem
Thank you Waseem.
I just downloaded this book published in 2012.
by the way, do we have any new references? since some classes are updated in 2018.1.
Iām quite new in fenics, sorry for these basics. Thanks,
Jian
Hi Jian
yes you are right there are some classes are updated in 2018.1 version but I am using the older version 2017.1 for which the book I have mentioned is sufficient.
According to my experience if you want to write your code in Python , there is plenty of help available for every version. But if you are writing your code in C++, sometimes its not straight forward.
Anyway , best of luck.
Waseem
Hi Waseem,
Thank you for your quick response. besides your suggestion, I just find that the url āhttps://fenicsproject.org/olddocs/dolfin/1.6.0/python/quick_reference.htmlā is useful.
Thanks and best,
Jian