Hi,

DOLFIN uses CMake and can be installed from source by running

  mkdir build
  cd build
  cmake <path-to-dolfin-src-dir>
  make
  make install

However, since you are new at this, it is probably a good idea to follow
one of the instructions given at the download page (
http://fenicsproject.org/download/).

Johannes

On Mon, Sep 21, 2015 at 11:06 AM Jafar Arash Mehr <[email protected]>
wrote:

> Hello,
> My name is Jafar. I am a PhD student in mechanical engineering at Illinois
> Institute of Technology. I want to use Fenics for my numerical analysis but
> I can not even run a code on it. I am completely new in this software.I
> have Python installed on my computer adn it works correctly. But it seems
> like I need a library named Dolfin. I downloaded Dolfin but I do not know
> how to install it and use it in Python. I have already installed UFL and
> FFC and FIAT on my system. When I want to run a code I get this error :
>
> No module named 'dolfin'
>
> Could you tell me step by step how I can make it work? I am totally
> confused. Thanks in advance for your attention.
>
> Regards
> _______________________________________________
> fenics-support mailing list
> [email protected]
> http://fenicsproject.org/mailman/listinfo/fenics-support
>
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to