- Thank you received: 0
Bessel function of arbitrary order
5 years 6 months ago #1615
by sxmeng
Bessel function of arbitrary order was created by sxmeng
Hi,
I am trying to use spherical Bessel function (of arbitrary order) but haven't find a demo on this. Is there a tutorial demo available?
Thank you.
I am trying to use spherical Bessel function (of arbitrary order) but haven't find a demo on this. Is there a tutorial demo available?
Thank you.
5 years 6 months ago #1617
by joachim
Replied by joachim on topic Bessel function of arbitrary order
have a look into:
github.com/NGSolve/ngs-special-functions
here we are adding special functions from the third party library SLATEC,
best, Joachim
github.com/NGSolve/ngs-special-functions
here we are adding special functions from the third party library SLATEC,
best, Joachim
- Guosheng Fu
- Offline
- Elite Member
Less
More
- Thank you received: 6
5 years 6 months ago #1619
by Guosheng Fu
Replied by Guosheng Fu on topic Bessel function of arbitrary order
Joachim,
I tried to install ngs-special-functions with the current version of ngsolve
NGSolve-6.2.1902-139-gc4543a8
The installation went through but it gave me a bug when I import
ngsolve.special_functions
It says
undefined symbol: zbesj_
I tried to install ngs-special-functions with the current version of ngsolve
NGSolve-6.2.1902-139-gc4543a8
The installation went through but it gave me a bug when I import
ngsolve.special_functions
It says
undefined symbol: zbesj_
5 years 6 months ago #1620
by matthiash
Replied by matthiash on topic Bessel function of arbitrary order
Hi Guosheng,
I experienced this issue once before but cannot reproduce it anymor. Try to configure/build it again sequentially (i.e. make without '-j')
I experienced this issue once before but cannot reproduce it anymor. Try to configure/build it again sequentially (i.e. make without '-j')
5 years 6 months ago #1621
by sxmeng
Replied by sxmeng on topic Bessel function of arbitrary order
I got the following error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
F2C_LIBRARY
linked by target "special_functions" in directory ../ngsolve-src/ngs-special-functions/src
-- Configuring incomplete, errors occurred!
Is it due to my outdated version of Ngsolve?
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
F2C_LIBRARY
linked by target "special_functions" in directory ../ngsolve-src/ngs-special-functions/src
-- Configuring incomplete, errors occurred!
Is it due to my outdated version of Ngsolve?
- Guosheng Fu
- Offline
- Elite Member
Less
More
- Thank you received: 6
5 years 6 months ago #1622
by Guosheng Fu
Replied by Guosheng Fu on topic Bessel function of arbitrary order
that works now! Thanks, Matthiash.
Time to create page: 0.116 seconds