Confusion with the DirectIntegrationAnalysis::domainChanged

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

Moderators: silvia, selimgunay, Moderators

Post Reply
yaqiang.jiang
Posts: 25
Joined: Mon Sep 21, 2009 1:59 am
Location: UoE

Confusion with the DirectIntegrationAnalysis::domainChanged

Post by yaqiang.jiang »

Dear Frank,

I've got problems with two statements inside the body of DirectIntegrationAnalysis::domainChanged() :

theDOF_Numberer->numberDOF();
theConstraintHandler->doneNumberingDOF();


The two are invoked sequentially and both of them invoke the method FE_Element::setID() to assign equation numbers to all the dofs.What I got confused with is, the numberDOF() has already done the job,why do we still need the doneNumberingDOF there?

Thanks in Advance
:)
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

one of the constraint handlers needs the info .. i think is is the transformation handler .. look at the source code for the handlers to see which.
Post Reply