When saving restoring with an uniaxial ModIMKPeakOriented, I've got the following issue:
FEM_ObjectBrokerAllClasses::getNewUniaxialMaterial - - no UniaxialMaterial type exists for class tag 67
[compute-0-8:24843] *** Process received signal ***
[compute-0-8:24843] Signal: Segmentation fault (11)
To solve the problem, please add the following lines in FEM_ObjectBrokerAllClasses.cpp:
#include <ModIMKPeakOriented.h>
case MAT_TAG_ModIMKPeakOriented:
return new ModIMKPeakOriented();
Thomas.
bug to be corrected in FEM_ObjectBrokerAllClasses
Moderators: silvia, selimgunay, Moderators
-
- Posts: 28
- Joined: Fri Mar 11, 2011 2:12 am
- Location: Orléans
Re: bug to be corrected in FEM_ObjectBrokerAllClasses
I have made the modifications and checked them in.
Re: bug to be corrected in FEM_ObjectBrokerAllClasses
Hello, I'm new to the forum.
For the first time I have used Database Command (saving and restoring of the model), but I get this error message:
FEM_ObjectBrokerAllClasses::getNewUniaxialMaterial - - no UniaxialMaterial type exists for class tag 46
I have used in the model: "uniaxialMaterial ElasticPP" and "uniaxialMaterial ElasticMultiLinear".
Is there a solution to the problem? For me it would be important... Thanks in advance.
For the first time I have used Database Command (saving and restoring of the model), but I get this error message:
FEM_ObjectBrokerAllClasses::getNewUniaxialMaterial - - no UniaxialMaterial type exists for class tag 46
I have used in the model: "uniaxialMaterial ElasticPP" and "uniaxialMaterial ElasticMultiLinear".
Is there a solution to the problem? For me it would be important... Thanks in advance.
Re: bug to be corrected in FEM_ObjectBrokerAllClasses
i have added to the source code .. svn revision 5578
Re: bug to be corrected in FEM_ObjectBrokerAllClasses
Thank you very much.