viennacl / pyviennacl-dev

Developer repository for PyViennaCL. Visit http://viennacl.sourceforge.net/ for latest releases.
MIT License
32 stars 6 forks source link

anaconda #43

Closed AJJLagerweij closed 3 years ago

AJJLagerweij commented 6 years ago

Dear developers, I'm fairly new to python and was advised to use anaconda. Now I have two main questions:

  1. How to install pyviennacl with anaconda (preferable through GUI)
  2. Does someone have experience with a MultiGrid solver implementation used for FEM

regargds

geoeo commented 6 years ago

I had the same question. I think the way to do it is to:

$source activate <your environment>
$pip install pyviennacl