Page 4 of 4

Re: My explicit euler cloth code

Posted: Tue Aug 23, 2011 12:05 pm
by mobeen
Hi Saggita,
Thanks for your input. I have already implemented the linked (IMEX) approach. Hope to have more feedback from you.

Thanks,
Mobeen

Re: My explicit euler cloth code

Posted: Wed Aug 24, 2011 10:19 pm
by Erwin Coumans
Hi Mobeen,

Your OpenCloth is a fantastic job.

Where can we find your Implicit-Explicit (IMEX) integration version?
Thanks,
Erwin

Re: My explicit euler cloth code

Posted: Thu Aug 25, 2011 7:18 am
by mobeen
Erwin wrote:Where can we find your Implicit-Explicit (IMEX) integration version?
The semi-implicit integration is doing this and it is based on the GI99 paper linked by Sagitta in the last reply. If this is not IMEX could u tell me the paper describing it?

Re: My explicit euler cloth code

Posted: Wed Sep 14, 2011 5:50 am
by mobeen
I have updated the codes. Initially, my semi-implicit integration (was doing IMEX) rather than the actual semi implicit integration. I have made these changes. Now the semi-implicit and IMEX are correctly contained in their own projects. So currently, the OpenCloth project (http://code.google.com/p/opencloth) contains the following,
  • Explicit Euler
  • Explicit Euler with Wind
  • Implicit (Baraff & Witkins Model)
  • Implicit Euler
  • IMEX
  • Position based Dynamics
  • Semi-Implicit
  • Verlet
  • Verlet CUDA/GLSL/OpenCL/CPU

Re: My explicit euler cloth code

Posted: Sat Apr 07, 2012 1:23 am
by youthlion
Thanks for sharing!