Ignore:
Timestamp:
03/23/21 11:52:52 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: big simplification here: we now carry the vectors of fset and sset using the same size as gset, with -1 when they are not in the right set. Example: old_fset = [1 2 3], new_fset=[1 -1 2 3 -1 -1]; enjoy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Nodes.cpp

    r25539 r26131  
    187187         * object that is not a clone, tell them to show their dofs, so that later on, they can get picked
    188188         * up by their clones: */
    189         int  maxdofspernode = this->MaxNumDofs(setenum);
     189        int  maxdofspernode = this->MaxNumDofs(GsetEnum);
    190190        int* truedofs       = xNewZeroInit<int>(this->Size()*maxdofspernode); //only one alloc
    191191        for(int rank=0;rank<num_procs;rank++){
Note: See TracChangeset for help on using the changeset viewer.