Changeset 4754


Ignore:
Timestamp:
07/22/10 14:20:53 (15 years ago)
Author:
Eric.Larour
Message:

Use previous partitioning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/m/classes/public/importancefactors.m ΒΆ

    r3047 r4754  
    4646        return;
    4747else
    48         %Ok, get partitioning, unless already supplied
    49         if isempty(md.part),
    50                 [epart npart]=MeshPartition(md,md.npart);
    51         else
    52                 npart=md.part+1;
    53         end
    54 
    5548        %distribute importance factor
    56         factors=importancefactors(npart)';
     49        factors=importancefactors(md.part'+1); %md.part was created to index "c" style
    5750end
    5851
Note: See TracChangeset for help on using the changeset viewer.