Skip to content

Reply To: Adding an arbitrary shaped particle.

#9105
avrachan1
Participant

I managed to get it to work!

std::shared_ptr<IndicatorF3D<T>> particle_indicator_stl = std::make_shared<STLreader<T>> ("PhaseFieldParticle.stl", L);

Still if there is a way to do this without writing to a stl file I would like to know it.

Thanks.