Author Topic: Freeze Some DOFs  (Read 5009 times)

skang67

  • Jr. Member
  • **
  • Posts: 23
Freeze Some DOFs
« on: May 14, 2018, 07:05:20 PM »
In parallel FEAP 8.4, is it possible to freeze some dofs during the solution procedure? I think this can be viewed as 'partition' in serial FEAP for operator split or staggered solution.

If it is not doable with intrinsic commands of parFEAP, can you give me some tips which part of the code should I modify for the staggered solution? Thank you.
« Last Edit: May 14, 2018, 07:08:22 PM by skang67 »

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1164
Re: Freeze Some DOFs
« Reply #1 on: May 14, 2018, 09:55:12 PM »
We have never done this with parFEAP so it would highly experimental.

I see two options:

1)  Add PARTitions to parFEAP.

2)  Try to play some games with PETSc's built-in features for split-field features.

I don't have any concrete ideas on this right now but you could try asking Prof. Waisman at Columbia.  I believe that some of his students have used the split-field features and that they work on problems that do benefit from staggering together with FEAP.

skang67

  • Jr. Member
  • **
  • Posts: 23
Re: Freeze Some DOFs
« Reply #2 on: May 15, 2018, 08:30:48 AM »
Thank you so much, Professor.