Hello!
I was recently trying to use a .vtk file converted to carp_txt format, and then apply a stimulus. However, when I run the file i get an error saying stimulus[0] is undefined. The stimulus is a sphere centered on (1000, 0 0) with a radius of 100. And the carp_txt mesh is shown below.
CUBE.pts
8
0,0,0
0,0,1000
0,1000,0
0,1000,1000
1000,0,0
1000,0,1000
1000,1000,0
1000,1000,1000
I was guessing that this error was raised when there was no intersection between the stimulus and the mesh geometry, but i’m really not sure. Please let me know if you have any ideas, thanks!