Author Topic: ParFEAP and user element with element equations  (Read 8774 times)

wklausler

  • Jr. Member
  • **
  • Posts: 27
ParFEAP and user element with element equations
« on: October 15, 2024, 05:24:04 AM »
Hello FEAP community,

I have a user element with element equations that works as expected in serial FEAP. However, when I run a simulation in parFEAP with the element, the simulation crashes from PETSc's side, with the error message starting with

[0 ]PETSC ERROR: Argument out of range
[0 ]PETSC ERROR: New nonzero at (682,580) caused a malloc
Use MatSetOption(A, MAT_NEW_NONZERO_ALLOCATION_ERR, PETSC_FALSE) to turn off this check
[0 ]PETSC ERROR: WARNING! There are option(s) set that were not used! Could be the program crashed before they were used or a spelling mistake, etc!
[0 ]PETSC ERROR: Option left: name:-ksp_type value: minres
[0 ]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting.
[0 ]PETSC ERROR: Petsc Release Version 3.18.3, unknown

This message suggests a problem in defining the structure of the system matrix. Is there any consideration I have to make in my user element when using element equations for use in parFEAP?

Thanks and best regards,
wklausler

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: ParFEAP and user element with element equations
« Reply #1 on: October 15, 2024, 12:42:33 PM »
This is a point on my to-do list.  Right now element equations will not work with parFEAP.

wklausler

  • Jr. Member
  • **
  • Posts: 27
Re: ParFEAP and user element with element equations
« Reply #2 on: October 16, 2024, 01:01:24 AM »
Okay, thanks for the information