dvt
dvt
As I was using surface to volume mesh, I discovered that the algorithm currently doesn't do a very good job at conserving straight lines. I looked in the code to...
Fixed read_adf11.py to have more robust pathing and a bit better optimization
I installed with pip install git+https://github.com/johnson-c/ColRadPy.git#egg=colradpy. The following code seems to cause problems as I don't have git installed: #get the path of the hash so people can track versions,...
I was running ss_ion_bal_adf11.py and got the following error: ``` Traceback (most recent call last): File ~/anaconda3/lib/python3.11/site-packages/spyder_kernels/py3compat.py:356 in compat_exec exec(code, globals, locals) File ~/Documents/au physics/colradpy/examples/ss_ion_bal_adf11.py:35 ion.solve_time_independent()#solve the ionization balance matrix...
While attempting to run the ss_ion_ball_adf11.py example, I kept getting errors saying the computer was attempting to establish a rank 4 tensor that would take 3-8 GB to allocate. Parsing...