Penalty handler with eigen analysis

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
berktaftali
Posts: 68
Joined: Fri Jul 02, 2004 6:10 am
Location: Computers and Structures, Inc.

Penalty handler with eigen analysis

Post by berktaftali »

Is there a way to use the penalty handler with eigen analysis? I substituted

Code: Select all

ConstraintHandler *theEigenHandler = new TransformationConstraintHandler();
with

Code: Select all

ConstraintHandler *theEigenHandler = new PenaltyConstraintHandler(1.0e15, 1.0e15);
in the code for eigen command but it didn't work. I got the following message:
WARNING PenaltySP_FE::getM_Force() - not yet implemented
I have many multi-point constraints in my models and I cannot get the correct eigenvalues with the default transformation handler...
Berk Taftali
Georgia Institute of Technology
Ph.D. Candidate, Structural Engineering, Mechanics, and Materials
School of Civil and Environmental Engineering
Atlanta, GA 30332 USA
Email: gte994y@mail.gatech.edu
Post Reply