Ignore:
Timestamp:
06/02/10 17:42:51 (15 years ago)
Author:
Eric.Larour
Message:

Added new Verticesdof and NodesDof modules. Deleted Dof module. Created new counters for loads and constraints. Presorting grouped together. Update of counters. CreateDataSets simplified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Node.cpp

    r3984 r4002  
    420420}
    421421/*}}}*/
     422/*FUNCTION Node::InAnalysis(int analysis_type){{{1*/
     423bool Node::InAnalysis(int in_analysis_type){
     424        if (in_analysis_type=this->analysis_type)return true;
     425        else return false;
     426}
    422427/*}}}*/
    423428/*Object numerics: {{{1*/
Note: See TracChangeset for help on using the changeset viewer.