Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 886 Bytes

File metadata and controls

25 lines (20 loc) · 886 Bytes

TASKS

1.Get type checking working

For the whole project:

Since I had the glourious idea to use some templates, I failed horribly to get type safety working. Therefore I’ll need a way to get some Typesafety in SimDef.hpp. I improvised and since I know not a single person willing to us/intrested in the project it’s not that important

2.Rewrite to thrus::vector<cuDoubleComplex>

in Numerov1d!!

Known BUGS

1. High resource needs will fail:

Since psi is first saved in an array of dimension ne*nx, the attempt to allocate an array bigger in size than size_t will fail horribly! I will fix this in the future, but since time is currently an important factor I simply cannot!

Current status:

Bug numberstatus
1.
Task numberstatus
1.
2.