Home
last modified time | relevance | path

Searched refs:getNthPos (Results 1 – 1 of 1) sorted by relevance

/petsc/share/petsc/saws/js/
H A Dtree.js45 treeData.contents[getNthPos(endtag,1)] = obj;
49 treeData.contents[getNthPos(endtag,1)].contents=[];
51 treeData.contents[getNthPos(endtag,1)].contents[getNthPos(endtag,2)]=obj;
55 treeData.contents[getNthPos(endtag,1)].contents[getNthPos(endtag,2)].contents=[];
57 …treeData.contents[getNthPos(endtag,1)].contents[getNthPos(endtag,2)].contents[getNthPos(endtag,3)]…
129 function getNthPos(endtag,pos) function
192 if(getNthPos(endtag1,i) < getNthPos(endtag2,i))
194 if(getNthPos(endtag1,i) > getNthPos(endtag2,i))