AsFem icon indicating copy to clipboard operation
AsFem copied to clipboard

Reaction force error+design improvement for FESystem

Open yangbai90 opened this issue 3 years ago • 0 comments

The gpProj vector in the Elmt class is incorrectly assembled; it should be node independent. An additional function to save the global residual array should be implemented for the reaction force.

For instance,

[elmta]
  [test]
    type=mechanics
    save_residual=true
   [end]
[end]

The projection should still be responsible for projecting the quantities from gauss point to nodal points.

Tasks for this issue:

  • [ ] fix gpProj assemble error
  • [ ] functions for saving and accessing global/local residual vector
  • [ ] re-design the sub-elmt class

yangbai90 avatar Oct 12 '21 21:10 yangbai90