Ignore:
Timestamp:
Feb 8, 2015, 7:26:02 AM (9 years ago)
Author:
sommeria
Message:

stereo_civ_updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/calc_field_tps.m

    r809 r866  
    121121        [EMDX,EMDY] = tps_eval_dxy(Coord_interp(ind_sel,:),Coord_tps(1:nbvec_sub,:,isub));%kernels for calculating the spatial derivatives from tps 'sources'
    122122    end
    123 %     ListVar={};
    124123    for ilist=1:length(FieldName)
    125 %         var_count=numel(ListVar);
     124        %Operator{ilist}='';%default empty operator (vec, norm,...)
     125        %r=regexp(FieldName{ilist},'(?<Operator>(^vec|^norm|^curl|^div|^strain))\((?<UName>.+),(?<VName>.+)\)$','names');% TODO, replace U, V
    126126        switch FieldName{ilist}
    127127            case 'vec(U,V)'
Note: See TracChangeset for help on using the changeset viewer.