Author Topic: Non-parallelizable problems  (Read 10492 times)

aleximos

  • Jr. Member
  • **
  • Posts: 34
Non-parallelizable problems
« on: September 07, 2012, 06:32:16 AM »
I would like to ask something theoretic about parallel computing in FEM. I tried to run a contact example in Parfeap but it  doesn't work, that's because the contact is not integrated yet in Parfeap or because it is a  non-parallelizable problem?
Also which  FEM problems are  non-parallelizable?
« Last Edit: September 07, 2012, 06:53:31 AM by aleximos »

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Non-parallelizable problems
« Reply #1 on: September 07, 2012, 08:37:14 AM »
Contact is not parallelized in FEAP.  To see the types of problems that can be solved in parallel please see the parallel manual (online) but in short it would be static and dynamic problems as well as eigenvalue problems -- problems where the connectivity can be computed from the mesh input alone.

aleximos

  • Jr. Member
  • **
  • Posts: 34
Re: Non-parallelizable problems
« Reply #2 on: September 07, 2012, 09:36:32 AM »
Can you recommend any link about non-parallelizable problems in FEM? Also the contact problems do they belong to non-parallelizable problems?

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Non-parallelizable problems
« Reply #3 on: September 07, 2012, 12:23:56 PM »
It is not a question of non-parallelizable or not.  Given most any FEA problem one can probably come up with a parallel solution.  It is more a question of has someone programmed the parallel solution or do you have to program it yourself.