Changeset 4754
- Timestamp:
- 07/22/10 14:20:53 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/m/classes/public/importancefactors.m ΒΆ
r3047 r4754 46 46 return; 47 47 else 48 %Ok, get partitioning, unless already supplied49 if isempty(md.part),50 [epart npart]=MeshPartition(md,md.npart);51 else52 npart=md.part+1;53 end54 55 48 %distribute importance factor 56 factors=importancefactors( npart)';49 factors=importancefactors(md.part'+1); %md.part was created to index "c" style 57 50 end 58 51
Note:
See TracChangeset
for help on using the changeset viewer.