- Thank you received: 0
Computing integrals on a slice cutting through a domain.
5 years 3 weeks ago #2038
by anandes
Replied by anandes on topic Computing integrals on a slice cutting through a domain.
Hello Michael,
Yes, now it works well. Thank you.
I tried to install ngsxfem but it doesn't seem to work. My laptop runs Ubuntu 18.04.3 LTS. The Netgen/NGSolve executables are in /usr/bin/. I go through the following steps (as described on this webpage ).
From my home directory:
Other than some warnings on deprecated declarations, the install goes fine. But when I try to run an examples as follows:
I get this error: No module named 'xfem'
So ngsxfem does not seem to be installed. Please let me know where things could be going wrong.
Thank you,
Anand
Yes, now it works well. Thank you.
I tried to install ngsxfem but it doesn't seem to work. My laptop runs Ubuntu 18.04.3 LTS. The Netgen/NGSolve executables are in /usr/bin/. I go through the following steps (as described on this webpage ).
From my home directory:
Code:
> git clone https://github.com/ngsxfem/ngsxfem.git
> cd ngsxfem
> mkdir build
> cd build
> cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/bin/ -DBUILD_NGSOLVE=OFF -DCMAKE_CXX_COMPILER=ngscxx -DCMAKE_LINKER=ngsld
> make
> make install
Code:
> cd $HOME/ngsxfem/py_tutorials/
> netgen cutfem.py
So ngsxfem does not seem to be installed. Please let me know where things could be going wrong.
Thank you,
Anand
- christopher
- Offline
- Administrator
Less
More
- Thank you received: 101
5 years 3 weeks ago #2039
by christopher
Replied by christopher on topic Computing integrals on a slice cutting through a domain.
Hi anand,
where does the installation install to? Is your PYTHONPATH environment variable set to point to that location?
Best Christopher
where does the installation install to? Is your PYTHONPATH environment variable set to point to that location?
Best Christopher
Time to create page: 0.099 seconds