Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown ufl object type FiniteElement #52

Open
RaphaelCSIR opened this issue Apr 23, 2024 · 3 comments
Open

Unknown ufl object type FiniteElement #52

RaphaelCSIR opened this issue Apr 23, 2024 · 3 comments

Comments

@RaphaelCSIR
Copy link

Hi, I tried to run task 1 in Jupyter notebook with Ubuntu in Windows (I download all packages including FEniCS) and this error return right after these lines:

my_model.initialise()
my_model.run()

Any idea?

Thanks
Raph

@KulaginVladimir
Copy link
Contributor

Hello @RaphaelCSIR
How did you install FEniCS? What is the full traceback of your error message?

@RemDelaporteMathurin
Copy link
Collaborator

Hi @RaphaelCSIR it seems you forgot to post the error message you obtained. It would help to assist you

@RemDelaporteMathurin
Copy link
Collaborator

RemDelaporteMathurin commented Apr 23, 2024

Just googling the error you gave in the title I found this discourse post with a similar error

I think this is an install problem. Please try following the installation instructions given in the README and in the FESTIM documentation.
We recommend using Anaconda to install fenics

If you are cloning this repository then simply run:

conda env create -f environment.yml

This should create an environment called festim-workshop that you can activate with

conda activate festim-workshop

You should also be able to enable this environment in the jupyter-notebooks to run them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants