Questions tagged [fenics]

FEniCS is an open-source platform for solving partial differential equations .

FEniCS enables users to translate scientific models into finite element code through high-level Python and C++ interfaces.

Resources:

64 questions
-1
votes
1 answer

Pycharm and FEniCS

I have installed Fenics using this https://fenics.readthedocs.io/projects/containers/en/latest/introduction.html#running-fenics-in-docker and everything works so far. Now I wanted to use Pycharm to try to write a program using fenics. It starts…
user5998510
-1
votes
1 answer

Error on python3 on windows subsystem for linux for fenics program

I'm just starting to use fenics in python3 on windows subsystem ubuntu, and when I open the first titurial file I got this error. Solving linear variational problem. Traceback (most recent call last): File "ft01_poisson.py", line 39, in
-2
votes
1 answer

Installing Fenics for Dolfin using Anaconda Prompt

In order to install the module dolfin for Python one has to install Fenics. I'm working with Anaconda on Windows. I tried to install Fenics writing on the Anaconda Prompt : conda create -n fenicsproject -c conda-forge fenics And this error appears…
J.A
  • 285
  • 3
  • 12
1 2 3 4
5