Hello!
It's a great tool you built there! I'd like to use it for some kind of
topology optimisation.
Is there an "idiomatic" way to set the material parameters of individual
nodes?
Thank you very much!
JonnyB
Hi,
I am trying to install SFePy in MacOS using Anaconda. I have installed the latest version of Anaconda and proceed to install Sfepy but I get the following error message
> conda install -c conda-forge sfepy
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- anaconda==2018.12=py37_0 -> mkl-service==1.1.2=py37hfbe908c_5
- anaconda==2018.12=py37_0 -> scikit-learn==0.20.1=py37h27c97d8_0
- sfepy
Use "conda info <…
[View More]package>" to see the dependencies for each package.
Any help is greatly appreciated
Best,
Jose
Jose F Rodriguez Matas
jfrodrig1971(a)gmail.com
[View Less]
The following tests fail when I run sfepy-run run_tests.
I'm running Anaconda 3.4.2 with python 3.5.3
/tests/test_input_navier_stokes2d_iga.py
test_input: failed!
--- test instance creation failed
Traceback (most recent call last):
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 234, in <module>
sys.exit(main())
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 223, in main
run_tests(stats, dirname, […
[View More]filename])
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 144, in run_tests
stats[0] + 1)
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 89, in run_test
conf = ProblemConf.from_file(conf_name, required, _required + other)
File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/conf.py",
line 346, in from_file
funmod = import_file(filename, package_name=False)
File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/base.py",
line 179, in import_file
mod = __import__(name)
ImportError: No module named 'test_input_navier_stokes2d_iga'
tests/test_meshio.py
test_hdf5_meshio: failed!
--- test instance creation failed
Traceback (most recent call last):
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 234, in <module>
sys.exit(main())
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 223, in main
run_tests(stats, dirname, [filename])
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 144, in run_tests
stats[0] + 1)
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 89, in run_test
conf = ProblemConf.from_file(conf_name, required, _required + other)
File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/conf.py",
line 346, in from_file
funmod = import_file(filename, package_name=False)
File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/base.py",
line 179, in import_file
mod = __import__(name)
ImportError: No module named 'test_meshio'
tests/test_projections.py
test_projection_iga_fem: failed!
--- test instance creation failed
Traceback (most recent call last):
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 234, in <module>
sys.exit(main())
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 223, in main
run_tests(stats, dirname, [filename])
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 144, in run_tests
stats[0] + 1)
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 89, in run_test
conf = ProblemConf.from_file(conf_name, required, _required + other)
File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/conf.py",
line 346, in from_file
funmod = import_file(filename, package_name=False)
File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/base.py",
line 179, in import_file
mod = __import__(name)
ImportError: No module named 'test_projections'
tests/test_term_call_modes.py
test_term_call_modes: failed!
--- test instance creation failed
Traceback (most recent call last):
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 234, in <module>
sys.exit(main())
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 223, in main
run_tests(stats, dirname, [filename])
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 144, in run_tests
stats[0] + 1)
File
"/root/anaconda3/lib/python3.5/site-packages/sfepy/script/run_tests.py",
line 89, in run_test
conf = ProblemConf.from_file(conf_name, required, _required + other)
File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/conf.py",
line 346, in from_file
funmod = import_file(filename, package_name=False)
File "/root/anaconda3/lib/python3.5/site-packages/sfepy/base/base.py",
line 179, in import_file
mod = __import__(name)
ImportError: No module named 'test_term_call_modes'
--
*Joseph Borrello, B.E.*
josephborrello.com
PhD Candidate
*Icahn School of Medicine <https://icahn.mssm.edu/>*
Prototyping Fellow
*Sinai BioDesign*
sinaibio.design
Founder
*Proto-Sauce*
proto-sauce.com
Magnitude and Direction
<https://josephborrello.com/magnitude-and-direction/>
<https://linkedin.com/in/josephborrello> <https://twitter.com/jborrel00>
<https://instagram.com/joeborrello> <https://josephborrello.tumblr.com/>
<https://facebook.com/joe.borrello.5>
[View Less]