Searched refs:populateList (Results 1 – 4 of 4) sorted by relevance
| /petsc/share/petsc/saws/js/ |
| H A D | listLogic.js | 29 populateList("mg",endtag); 57 populateList("ksp",childEndtag); 58 populateList("pc",childEndtag); 81 populateList("gamg",endtag); 109 populateList("ksp",childEndtag); 110 populateList("pc",childEndtag); 147 populateList("ksp",childEndtag); 148 populateList("pc",childEndtag); 185 populateList("ksp",childEndtag); 186 populateList("pc",childEndtag); [all …]
|
| H A D | main.js | 33 populateList("pc","0"); 34 populateList("ksp","0");
|
| H A D | treeInterface.js | 513 … populateList("pc",endtag,"#temp_pc_type"); //this is kind of stupid right now. I'll fix this later 514 populateList("ksp",endtag,"#temp_ksp_type"); 571 populateList("fieldsplit","", "#temp_pc_fieldsplit_type"); 586 populateList("mg","","#temp_pc_mg_type"); 591 populateList("gamg","","#temp_pc_gamg_type");
|
| H A D | populateLists.js | 1 function populateList(type, endtag, list) function
|