├── .mvn └── extensions.xml ├── CONTRIBUTING.md ├── ICE Build - Clean and Install.launch ├── ICE Build - Initial Install.launch ├── LICENSE ├── README.md ├── docs ├── all │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ └── main.tex ├── developerMenu │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── figures │ │ ├── cloned.png │ │ ├── clonefern.png │ │ ├── comb.png │ │ ├── comb2.png │ │ ├── combinedplugin.png │ │ ├── devcloneice.png │ │ ├── devclonemoose.png │ │ ├── extensionPt.png │ │ ├── extptconfig1.png │ │ ├── extptconfig2.png │ │ ├── extptconfig3.png │ │ ├── extptconfig4.png │ │ ├── icemenu.png │ │ ├── launch.png │ │ ├── menu.png │ │ ├── result.png │ │ └── resultClone.png │ │ └── main.tex ├── dynamicUI │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── dynamicUITutorial_slides.pdf │ │ ├── main.tex │ │ └── pics │ │ ├── dynamicUI_defaultEntryPage.png │ │ ├── dynamicUI_defaultGeometryPage.png │ │ ├── dynamicUI_demoEntryComposite.png │ │ ├── dynamicUI_demoGeometryPage.png │ │ ├── dynamicUI_geometryPageClass.png │ │ └── ecna2016_keynote.png ├── fileFormats │ ├── .project │ └── IGES │ │ └── src │ │ ├── content.tex │ │ └── main.tex ├── geometryEditor │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── images │ │ ├── CSVPlotViewer.jpg │ │ ├── CSVTabs.jpg │ │ ├── ClosePlotButton.png │ │ ├── CreateNewGeometryOptions.jpg │ │ ├── CreateNewMeshOptions.bmp │ │ ├── CreateNewMeshOptions.jpg │ │ ├── EdgeBoundaryConditions.jpg │ │ ├── EmptyMeshEditor.jpg │ │ ├── GeometryAddComplex.jpg │ │ ├── GeometryAddCube.jpg │ │ ├── GeometryAddPrimitive.jpg │ │ ├── GeometryCubeRotate.jpg │ │ ├── GeometryCubeScale.jpg │ │ ├── GeometryCubeSize.jpg │ │ ├── GeometryCubeTranslate.jpg │ │ ├── GeometryDeleteButton.jpg │ │ ├── GeometryDuplicateShape.jpg │ │ ├── GeometryReplicateDialog.jpg │ │ ├── GeometryReplicateShape.jpg │ │ ├── GeometrySelectCube.jpg │ │ ├── GeometryStackedUnions.jpg │ │ ├── GeometryUnionAddShape.jpg │ │ ├── ICE_OpenPerspective.jpg │ │ ├── ICE_VisItLaunchButton.jpg │ │ ├── ICE_VisItLaunchOptions.jpg │ │ ├── ImportFileDialog.jpg │ │ ├── MOOSEEmbeddedHorizontal.png │ │ ├── MOOSEEmbeddedVertical.png │ │ ├── MOOSEItem.jpg │ │ ├── MOOSEJobConsoleOutput.png │ │ ├── MOOSEPerspectiveNewWorkflow.jpg │ │ ├── MOOSETree.jpg │ │ ├── MeshEditorAddMode.jpg │ │ ├── MeshEditorDragVertex.jpg │ │ ├── MeshEditorEditMode.jpg │ │ ├── MeshEditorReuseEdge.jpg │ │ ├── MeshEditorSelection.jpg │ │ ├── MeshEditorToggleAxis.jpg │ │ ├── MeshProperty.jpg │ │ ├── NewConnectionDialog.jpg │ │ ├── PlotEditorSelectSeriesButton.jpg │ │ ├── PythonScriptButton.jpg │ │ ├── TimeSliderWidget.jpg │ │ ├── TransformationView.jpg │ │ ├── VertexPropertiesView.jpg │ │ ├── VisItPreferencePage_ICE.jpg │ │ ├── VisItRepresentationDropDown.jpg │ │ ├── VisualizationAddFile.jpg │ │ ├── VisualizationAddPlots.jpg │ │ ├── VisualizationPerspectiveOverview.jpg │ │ ├── VisualizationSelectPlots.jpg │ │ ├── VisualizationViewTimeSteps.jpg │ │ └── VizPerspectiveTimeControls.jpg │ │ └── main.tex ├── installation │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── figures │ │ ├── clone.png │ │ ├── cloned.png │ │ ├── expectedICE.png │ │ ├── freshIce.png │ │ ├── importProjects.png │ │ ├── importdefault.png │ │ └── workspace.png │ │ └── main.tex ├── introToPTP │ ├── .project │ ├── Intro To PTP.pdf │ └── Intro To PTP.pptx ├── meshEditor │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── images │ │ ├── CSVPlotViewer.jpg │ │ ├── CSVTabs.jpg │ │ ├── ClosePlotButton.png │ │ ├── CreateNewGeometryOptions.jpg │ │ ├── CreateNewMeshOptions.bmp │ │ ├── CreateNewMeshOptions.jpg │ │ ├── EdgeBoundaryConditions.jpg │ │ ├── EmptyMeshEditor.jpg │ │ ├── GeometryAddComplex.jpg │ │ ├── GeometryAddCube.jpg │ │ ├── GeometryAddPrimitive.jpg │ │ ├── GeometryCubRotate.jpg │ │ ├── GeometryCubeScale.jpg │ │ ├── GeometryCubeSize.jpg │ │ ├── GeometryCubeTranslate.jpg │ │ ├── GeometryDeleteButton.jpg │ │ ├── GeometryDuplicateShape.jpg │ │ ├── GeometryReplicateDialog.jpg │ │ ├── GeometryReplicateShape.jpg │ │ ├── GeometrySelectCube.jpg │ │ ├── GeometryStackedUnions.jpg │ │ ├── GeometryUnionAddShape.jpg │ │ ├── ICE_OpenPerspective.jpg │ │ ├── ICE_VisItLaunchButton.jpg │ │ ├── ICE_VisItLaunchOptions.jpg │ │ ├── ImportFileDialog.jpg │ │ ├── MOOSEEmbeddedHorizontal.png │ │ ├── MOOSEEmbeddedVertical.png │ │ ├── MOOSEItem.jpg │ │ ├── MOOSEJobConsoleOutput.png │ │ ├── MOOSEPerspectiveNewWorkflow.jpg │ │ ├── MOOSETree.jpg │ │ ├── MeshEditorAddMode.jpg │ │ ├── MeshEditorDragVertex.jpg │ │ ├── MeshEditorEditMode.jpg │ │ ├── MeshEditorReuseEdge.jpg │ │ ├── MeshEditorSelection.jpg │ │ ├── MeshEditorToggleAxis.jpg │ │ ├── MeshProperty.jpg │ │ ├── NewConnectionDialog.jpg │ │ ├── PlotEditorSelectSeriesButton.jpg │ │ ├── PythonScriptButton.jpg │ │ ├── TimeSliderWidget.jpg │ │ ├── TransformationView.jpg │ │ ├── VertexPropertiesView.jpg │ │ ├── VisItPreferencePage_ICE.jpg │ │ ├── VisItRepresentationDropDown.jpg │ │ ├── VisualizationAddFile.jpg │ │ ├── VisualizationAddPlots.jpg │ │ ├── VisualizationPerspectiveOverview.jpg │ │ ├── VisualizationSelectPlots.jpg │ │ ├── VisualizationViewTimeSteps.jpg │ │ └── VizPerspectiveTimeControls.jpg │ │ └── main.tex ├── moose │ └── tutorial │ │ ├── .gitignore │ │ ├── .project │ │ ├── .texlipse │ │ ├── src │ │ ├── figures │ │ │ ├── Clone_wizard.png │ │ │ ├── Clone_wizard2.png │ │ │ ├── Clone_wizard3.png │ │ │ ├── Fork_button.png │ │ │ ├── Fork_dialog.png │ │ │ ├── GitView.png │ │ │ ├── Git_commit.png │ │ │ ├── ICE_CSVAddPlotButton.png │ │ │ ├── ICE_CSVAddPlotDialog-Features.png │ │ │ ├── ICE_CSVAddPlotDialog-PlotTypes.png │ │ │ ├── ICE_CSVAddPlotDialog-XAxisVariables.png │ │ │ ├── ICE_CSVPlotEditor-Moved.png │ │ │ ├── ICE_CSVPlotEditor.png │ │ │ ├── ICE_CSVPlotter.png │ │ │ ├── ICE_CreateItem.png │ │ │ ├── ICE_ImportItem.png │ │ │ ├── ICE_ImportMOOSEModelBuilder.png │ │ │ ├── ICE_LaunchJob.png │ │ │ ├── ICE_LoadedMOOSETree.png │ │ │ ├── ICE_MOOSEAdaptiveType.png │ │ │ ├── ICE_MOOSEAddBlock.png │ │ │ ├── ICE_MOOSEAvailableExecutables.png │ │ │ ├── ICE_MOOSEBlockExpand.png │ │ │ ├── ICE_MOOSEBlockParameters.png │ │ │ ├── ICE_MOOSEDeleteBlock.png │ │ │ ├── ICE_MOOSEHostsTable.png │ │ │ ├── ICE_MOOSEInputFiles.png │ │ │ ├── ICE_MOOSELauncher.png │ │ │ ├── ICE_MOOSELauncherCustomExecutable.png │ │ │ ├── ICE_MOOSEModelBuilder.png │ │ │ ├── ICE_MOOSEPerspective.png │ │ │ ├── ICE_MOOSEPlantView.png │ │ │ ├── ICE_MOOSEPlantViewTab.png │ │ │ ├── ICE_MOOSEPlantViewTools.png │ │ │ ├── ICE_MOOSEPlantViewWireframe.png │ │ │ ├── ICE_MOOSESubblockList.png │ │ │ ├── ICE_MOOSEWriteFile.png │ │ │ ├── ICE_MOOSE_Mesh-View-1.png │ │ │ ├── ICE_MOOSE_Mesh-View-2.png │ │ │ ├── ICE_OpenPerspective.png │ │ │ ├── ICE_ParallelExecution.png │ │ │ ├── ICE_SaveButton.png │ │ │ ├── ICE_SelectMOOSEApp.png │ │ │ ├── ICE_VisIt.png │ │ │ ├── ICE_VisIt3DNoise.png │ │ │ ├── ICE_VisItAddFileButton.png │ │ │ ├── ICE_VisItAddPlotButton.png │ │ │ ├── ICE_VisItLaunchButton.png │ │ │ ├── ICE_VisItLaunchOptions.png │ │ │ ├── ICE_VisItPlaybackButtons.png │ │ │ ├── ICE_VisItPlotSelection.png │ │ │ ├── ICE_VisItPlotStyleMenu.png │ │ │ ├── ICE_VisItPythonScriptButton.png │ │ │ ├── ICE_VisualizationPerspective.png │ │ │ ├── ICE_Viz_CSV-ContextMenu.png │ │ │ ├── ICE_Viz_CSV.png │ │ │ ├── ICE_Viz_Grid.png │ │ │ ├── ICE_Viz_ResourceViewPage.png │ │ │ ├── ICE_Viz_VisIt-ContextMenu.png │ │ │ ├── ICE_Viz_VisIt.png │ │ │ ├── ICE_Viz_VisIt_Preferences.png │ │ │ ├── ICE_YAMLGeneratorButton.png │ │ │ ├── Import_git_proj.png │ │ │ ├── Kernel_source.png │ │ │ ├── Make_target.png │ │ │ ├── New_app.png │ │ │ ├── New_kernel.png │ │ │ └── Note.png │ │ ├── main.tex │ │ └── sections │ │ │ ├── ICEManual.pdf │ │ │ ├── devMoose.tex │ │ │ ├── embeddedViz.tex │ │ │ ├── mainBib.bib │ │ │ ├── onlineResources.tex │ │ │ ├── usingMoose.tex │ │ │ └── visOutput.tex │ │ └── tmp │ │ └── main.toc ├── newItemGeneration │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── figures │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── applicationTab.png │ │ ├── argumentsTab.png │ │ ├── comb12.png │ │ ├── comb23.png │ │ ├── combdev.png │ │ ├── cppPersp.png │ │ ├── createitem.png │ │ ├── creatingFernModelItem.png │ │ ├── dirBrowser.png │ │ ├── fernmodel.png │ │ ├── fernmodelItem.png │ │ ├── launcher.png │ │ ├── launcherResult.png │ │ ├── newConnectionDialog.png │ │ ├── newSyncWizard.png │ │ ├── pluginDialog.png │ │ ├── projectType.png │ │ ├── result.png │ │ ├── runConfiguration.png │ │ ├── syncButton.png │ │ └── sysMon.png │ │ ├── main.tex │ │ ├── usingDashboard.tex │ │ └── xsedeContent.tex ├── paraviewTutorial │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── images │ │ ├── ImportFileDialog.jpg │ │ ├── ParaViewPlotEditor.jpg │ │ ├── ParaViewPlotEditorSelectSeriesButton.jpg │ │ ├── ParaViewRepresentationDropDown.jpg │ │ ├── ParaViewVisualizer.jpg │ │ ├── TimeSliderWidget.jpg │ │ └── paraviewpreferencepage_ice.jpg │ │ └── main.tex ├── reflectivity │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ └── main.tex ├── resourceComponents │ ├── .gitignore │ ├── .project │ ├── .texlipse │ ├── VisualizationComponentSlides.pdf │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── images │ │ ├── AddComplexShape.jpg │ │ ├── AddPolygon.jpg │ │ ├── AddPrimitiveShape.jpg │ │ ├── CSVContextMenu.jpg │ │ ├── CSVControls.jpg │ │ ├── CSVGraph.jpg │ │ ├── CSVSelectIndependentSeriesDatabase.jpg │ │ ├── CSVSelectSeriesDialog.jpg │ │ ├── ClosePlotButton.png │ │ ├── ComplexShapeTree.jpg │ │ ├── DeleteButton.jpg │ │ ├── DeleteMesh.jpg │ │ ├── DemoPackageStructure.jpg │ │ ├── DuplicateButton.jpg │ │ ├── EditMode.jpg │ │ ├── ErrorHoverMenu.jpg │ │ ├── ICEPreferences.jpg │ │ ├── ICE_OpenPerspective.jpg │ │ ├── ImportButton.jpg │ │ ├── ImportFileDialog.jpg │ │ ├── ItemTabs.jpg │ │ ├── ManifestDependencies.jpg │ │ ├── MeshEditorButton.jpg │ │ ├── NewItem.jpg │ │ ├── NewItemDialog.jpg │ │ ├── NewPolygon.jpg │ │ ├── ReplicateButton.jpg │ │ ├── ReplicateDialog.jpg │ │ ├── ResourceComponentControls.jpg │ │ ├── ResourcesTab.jpg │ │ ├── SelectedVertex.jpg │ │ ├── TimeSliderOptions.jpg │ │ ├── TimeSliderWidget.jpg │ │ ├── ToggleAxis.jpg │ │ ├── ToggleHUD.jpg │ │ ├── TransformationView.jpg │ │ ├── VisItContextMenu.jpg │ │ ├── VisItPlot.jpg │ │ ├── VisualizationPreferences.jpg │ │ └── XSEDEDemoPackageStructure.jpg │ │ ├── main.tex │ │ └── xsedeContent.tex ├── scripting │ ├── .gitignore │ ├── .project │ ├── .texlipse │ ├── ICE Scripting Tutorial.pdf │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── images │ │ ├── console.png │ │ ├── ease-marketplace.png │ │ ├── editor.png │ │ ├── modulesexplorer.png │ │ ├── newfile.png │ │ ├── newproject.png │ │ ├── newproject_wiz.png │ │ ├── perspective.png │ │ ├── projexplorer.png │ │ ├── pydev-marketplace.png │ │ ├── runbutton.png │ │ ├── scriptButton.png │ │ ├── scripting-prefs1.png │ │ ├── scripting-prefs2.png │ │ └── showview.png │ │ ├── main.tex │ │ └── samples │ │ ├── createAndEditPython.py │ │ ├── createAndProcessPython.py │ │ ├── iterateChangeParameterPython.py │ │ └── listFromScratchPython.py ├── visualization │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ │ ├── .gitignore │ │ ├── content.tex │ │ ├── images │ │ ├── CSVPlotViewer.jpg │ │ ├── CSVTabs.jpg │ │ ├── ClosePlotButton.png │ │ ├── CreateNewGeometryOptions.jpg │ │ ├── CreateNewMeshOptions.bmp │ │ ├── CreateNewMeshOptions.jpg │ │ ├── EdgeBoundaryConditions.jpg │ │ ├── EmptyMeshEditor.jpg │ │ ├── GeometryAddComplex.jpg │ │ ├── GeometryAddCube.jpg │ │ ├── GeometryAddPrimitive.jpg │ │ ├── GeometryCubRotate.jpg │ │ ├── GeometryCubeScale.jpg │ │ ├── GeometryCubeSize.jpg │ │ ├── GeometryCubeTranslate.jpg │ │ ├── GeometryDeleteButton.jpg │ │ ├── GeometryDuplicateShape.jpg │ │ ├── GeometryReplicateDialog.jpg │ │ ├── GeometryReplicateShape.jpg │ │ ├── GeometrySelectCube.jpg │ │ ├── GeometryStackedUnions.jpg │ │ ├── GeometryUnionAddShape.jpg │ │ ├── ICE_OpenPerspective.jpg │ │ ├── ICE_VisItLaunchButton.jpg │ │ ├── ICE_VisItLaunchOptions.jpg │ │ ├── ImportFileDialog.jpg │ │ ├── MOOSEEmbeddedHorizontal.png │ │ ├── MOOSEEmbeddedVertical.png │ │ ├── MOOSEItem.jpg │ │ ├── MOOSEJobConsoleOutput.png │ │ ├── MOOSEPerspectiveNewWorkflow.jpg │ │ ├── MOOSETree.jpg │ │ ├── MeshEditorAddMode.jpg │ │ ├── MeshEditorDragVertex.jpg │ │ ├── MeshEditorEditMode.jpg │ │ ├── MeshEditorReuseEdge.jpg │ │ ├── MeshEditorSelection.jpg │ │ ├── MeshEditorToggleAxis.jpg │ │ ├── MeshProperty.jpg │ │ ├── NewConnectionDialog.jpg │ │ ├── PlotEditorSelectSeriesButton.jpg │ │ ├── PythonScriptButton.jpg │ │ ├── TimeSliderWidget.jpg │ │ ├── TransformationView.jpg │ │ ├── VertexPropertiesView.jpg │ │ ├── VisItPreferencePage_ICE.jpg │ │ ├── VisItRepresentationDropDown.jpg │ │ ├── VisualizationAddFile.jpg │ │ ├── VisualizationAddPlots.jpg │ │ ├── VisualizationPerspectiveOverview.jpg │ │ ├── VisualizationSelectPlots.jpg │ │ ├── VisualizationViewTimeSteps.jpg │ │ └── VizPerspectiveTimeControls.jpg │ │ ├── main.tex │ │ └── xsedeContent.tex └── xsede │ ├── .gitignore │ ├── .project │ ├── .texlipse │ └── src │ ├── main.tex │ └── overview.tex ├── epl-v10.html ├── examples └── org.eclipse.ice.examples.reflectivity │ ├── .project │ ├── createAndEditPython.py │ ├── createAndProcessPython.py │ ├── iterateChangeParameterPython.py │ └── listFromScratchPython.py ├── notice.html ├── org.eclipse.ice.aggregator.swtbot ├── .project └── pom.xml ├── org.eclipse.ice.aggregator ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.m2e.core.prefs ├── Build ICE.launch ├── ICE.setup ├── about.html └── pom.xml ├── org.eclipse.ice.caebat.batml ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── xsdcomponent.xml ├── about.html ├── build.properties ├── data │ ├── BuildingBlockDB.xsd │ ├── CellDB.xsd │ ├── CellSandwichDB.xsd │ ├── DeviceDB.xsd │ ├── MaterialDB.xsd │ ├── ModelDB.xsd │ ├── ModuleDB.xsd │ ├── NamedParameters.xsd │ ├── PackDB.xsd │ ├── PartDB.xsd │ ├── SimulationDB.xsd │ ├── UnitsDB.xsd │ ├── UnitsML-v1.0-csd03.xsd │ ├── common_basic_data_types.xsd │ ├── electrical.xml │ ├── electrical.xsd │ └── matml31.xsd ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── caebat │ └── batml │ ├── BatMLModel.java │ └── BatMLModelBuilder.java ├── org.eclipse.ice.classifier └── build.properties ├── org.eclipse.ice.client.compatibility ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── placeholder.txt ├── org.eclipse.ice.client.rcp ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── about.ini ├── about.mappings ├── about.properties ├── build.properties ├── icons │ ├── ice_logo_128x128.png │ ├── ice_logo_16x16.png │ ├── ice_logo_256x256.png │ ├── ice_logo_32x32.png │ └── ice_logo_64x64.png ├── plugin.properties ├── plugin.xml ├── plugin_customization_runtime.ini ├── plugin_customization_sdk.ini ├── pom.xml └── splash.bmp ├── org.eclipse.ice.client.widgets.moose ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── viewFactory.xml ├── about.html ├── build.properties ├── icons │ ├── arrow-down-16.png │ ├── arrow-down-perspective-16.png │ ├── arrow-left-16.png │ ├── arrow-left-perspective-16.png │ ├── arrow-pitch-down-16.png │ ├── arrow-pitch-up-16.png │ ├── arrow-right-16.png │ ├── arrow-right-perspective-16.png │ ├── arrow-roll-left-16.png │ ├── arrow-roll-right-16.png │ ├── arrow-up-16.png │ ├── arrow-up-perspective-16.png │ ├── arrow-yaw-left-16.png │ ├── arrow-yaw-right-16.png │ ├── camera.png │ └── file_obj.gif ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── client │ └── widgets │ └── moose │ ├── CheckboxCellContentProvider.java │ ├── CheckboxCellEditingSupport.java │ ├── CheckboxCellLabelProvider.java │ ├── MOOSEEclipseFormWidget.java │ ├── MOOSEFormEditor.java │ ├── MOOSEFormWidgetBuilder.java │ ├── MOOSEPerspective.java │ ├── MOOSETreeCheckStateManager.java │ ├── MOOSETreeCompositeView.java │ ├── MOOSETreePropertySection.java │ ├── MoosePreferencePage.java │ ├── MooseXMLFormContentDescriber.java │ ├── TableCheckStateManager.java │ ├── actions │ └── NewKernelHandler.java │ ├── components │ ├── EntryListener.java │ ├── GeometricalComponentLinker.java │ ├── HeatExchangerLinker.java │ ├── JunctionLinker.java │ ├── PipeLinker.java │ ├── PlantBlockManager.java │ ├── PlantComponentFactory.java │ └── PlantComponentLinker.java │ └── nature │ └── MooseNature.java ├── org.eclipse.ice.client.widgets ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ ├── defaultPageComponent.xml │ └── formEditorVizService.xml ├── about.html ├── build.properties ├── icons │ ├── Cool-icon.png │ ├── NiCE_final_2in.png │ ├── add.png │ ├── alt_about.gif │ ├── alt_launcher.icns │ ├── alt_launcher.ico │ ├── alt_launcher.xpm │ ├── alt_window_16.gif │ ├── alt_window_32.gif │ ├── complement.gif │ ├── delete_X.png │ ├── file_obj.gif │ ├── filenav_nav.gif │ ├── folder.gif │ ├── importArrow.gif │ ├── itemImport.gif │ ├── mesh.gif │ ├── new_wiz.gif │ ├── next.gif │ ├── niceLogo_20110729.png │ ├── niceLogo_small_20110729.png │ ├── pause.gif │ ├── play.gif │ ├── previous.gif │ ├── sample.gif │ ├── server.gif │ └── stop.gif ├── plugin.xml ├── plugin_customization.ini ├── pom.xml ├── schema │ ├── entryCompositeProvider.exsd │ ├── errorPageProvider.exsd │ ├── iformwidgetbuilder.exsd │ ├── org.eclipse.ice.client.widgets.IEMFSectionPageProvider.exsd │ ├── org.eclipse.ice.client.widgets.basicComponentPageProvider.exsd │ ├── org.eclipse.ice.client.widgets.geometryPageProvider.exsd │ ├── org.eclipse.ice.client.widgets.listPageProvider.exsd │ ├── org.eclipse.ice.client.widgets.masterDetailsPageProvider.exsd │ ├── org.eclipse.ice.client.widgets.meshPageProvider.exsd │ └── org.eclipse.ice.client.widgets.resourcePageProvider.exsd └── src │ └── org │ └── eclipse │ └── ice │ └── client │ └── widgets │ ├── AbstractEntryComposite.java │ ├── AbstractTreeAction.java │ ├── AddNodeTreeAction.java │ ├── ComponentPropertySection.java │ ├── CustomFrameRateDialog.java │ ├── DataComponentComposite.java │ ├── DeleteNodeTreeAction.java │ ├── DiscreteEntryComposite.java │ ├── EMFSectionPage.java │ ├── EMFTreeCompositeViewer.java │ ├── EclipseErrorBoxWidget.java │ ├── EclipseExtraInfoWidget.java │ ├── EclipseFormWidget.java │ ├── EclipseStreamingTextWidget.java │ ├── EclipseTextEditor.java │ ├── EclipseUIWidgetFactory.java │ ├── ElementSourceDialog.java │ ├── ErrorMessageFormPage.java │ ├── ExecutableEntryComposite.java │ ├── ExtraInfoDialog.java │ ├── FileEntryComposite.java │ ├── FrameRateChangeAction.java │ ├── ICEDataComponentDetailsPage.java │ ├── ICEDataComponentSectionPart.java │ ├── ICEDetailsPageProvider.java │ ├── ICEFormEditor.java │ ├── ICEFormInput.java │ ├── ICEFormPage.java │ ├── ICEGeometryPage.java │ ├── ICEMasterDetailsPage.java │ ├── ICEMatrixComponentSectionPart.java │ ├── ICEMeshPage.java │ ├── ICEResourcePage.java │ ├── ICEResourceView.java │ ├── ICEScrolledPropertiesBlock.java │ ├── ICESectionPage.java │ ├── ICETableComponentSectionPart.java │ ├── IEntryComposite.java │ ├── IFormWidgetBuilder.java │ ├── ListComponentColumnPropertyAccessor.java │ ├── ListComponentNattable.java │ ├── ListComponentSectionPage.java │ ├── MeshElementTreeView.java │ ├── MeshElementTreeViewPropertySource.java │ ├── NextAction.java │ ├── PadFinder.java │ ├── Perspective.java │ ├── PlayAction.java │ ├── PlayableViewPart.java │ ├── PreviousAction.java │ ├── RenameNodeTreeAction.java │ ├── ScrollClientComposite.java │ ├── StringEntryComposite.java │ ├── TreeCompositeContentProvider.java │ ├── TreeCompositeViewer.java │ ├── TreeNodeFilteredItemsSelectionDialog.java │ ├── TreePropertySection.java │ ├── analysis │ ├── AbstractColorFactory.java │ ├── AnalysisToolComposite.java │ ├── AnalysisView.java │ ├── AnalysisWidgetRegistry.java │ ├── Circle.java │ ├── DataSource.java │ ├── IAnalysisView.java │ ├── IAnalysisWidgetFactory.java │ ├── IAnalysisWidgetRegistry.java │ ├── IColorFactory.java │ ├── IStateBrokerHandler.java │ ├── IStateListener.java │ ├── IWizardProvider.java │ ├── LinearColorFactory.java │ ├── MaterialShape.java │ ├── PaletteColorFactory.java │ ├── SelectionProvider.java │ ├── StateBroker.java │ └── ToolItemMenuListener.java │ ├── grid │ ├── Cell.java │ ├── CellEditPart.java │ ├── CellFigure.java │ ├── CircularCellEditPart.java │ ├── CircularCellFigure.java │ ├── CircularGridEditPart.java │ ├── CircularGridEditPartFactory.java │ ├── Grid.java │ ├── GridData.java │ ├── GridEditPart.java │ ├── GridEditPartFactory.java │ ├── GridEditorInput.java │ ├── GridEditorTools.java │ ├── GridLayout.java │ ├── HexagonalCellEditPart.java │ ├── HexagonalCellFigure.java │ ├── HexagonalGridEditPart.java │ ├── HexagonalGridEditPartFactory.java │ ├── HexagonalGridLayout.java │ └── IGridListener.java │ └── providers │ ├── Default │ ├── DefaultBasicComponentPageProvider.java │ ├── DefaultEntryCompositeProvider.java │ ├── DefaultErrorPageProvider.java │ ├── DefaultGeometryPageProvider.java │ ├── DefaultIEMFSectionPageProvider.java │ ├── DefaultListPageProvider.java │ ├── DefaultMasterDetailsPageProvider.java │ ├── DefaultMeshPageProvider.java │ ├── DefaultPageFactory.java │ ├── DefaultPageFactoryContextFunction.java │ ├── DefaultPageProvider.java │ └── DefaultResourcePageProvider.java │ ├── IBasicComponentPageProvider.java │ ├── IEMFSectionPageProvider.java │ ├── IEntryCompositeProvider.java │ ├── IErrorPageProvider.java │ ├── IGeometryPageProvider.java │ ├── IListPageProvider.java │ ├── IMasterDetailsPageProvider.java │ ├── IMeshPageProvider.java │ ├── IPageFactory.java │ ├── IPageProvider.java │ └── IResourcePageProvider.java ├── org.eclipse.ice.client ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── icons │ ├── Cool-icon.png │ ├── NiCE_final_2in.png │ ├── add.png │ ├── alt_about.gif │ ├── alt_launcher.icns │ ├── alt_launcher.ico │ ├── alt_launcher.xpm │ ├── alt_window_16.gif │ ├── alt_window_32.gif │ ├── complement.gif │ ├── delete_X.png │ ├── file_obj.gif │ ├── filenav_nav.gif │ ├── folder.gif │ ├── importArrow.gif │ ├── itemImport.gif │ ├── mesh.gif │ ├── new_wiz.gif │ ├── next.gif │ ├── niceLogo_20110729.png │ ├── niceLogo_small_20110729.png │ ├── pause.gif │ ├── play.gif │ ├── previous.gif │ ├── sample.gif │ ├── server.gif │ └── stop.gif ├── plugin.xml ├── pom.xml ├── schema │ ├── clientInstance.exsd │ ├── iwidgetfactory.exsd │ ├── processEventListener.exsd │ ├── simpleResourceProvider.exsd │ └── updateEventListener.exsd └── src │ └── org │ └── eclipse │ └── ice │ ├── client │ ├── common │ │ ├── ActionTree.java │ │ ├── ClientActionBarAdvisor.java │ │ ├── ClientWorkbenchWindowAdvisor.java │ │ ├── ConnectCoreAction.java │ │ ├── CoreConnectDialog.java │ │ ├── CreateItemAction.java │ │ ├── CreateItemActionDelegate.java │ │ ├── CreateItemHandler.java │ │ ├── CreateItemViewActionDelegate.java │ │ ├── DeleteItemAction.java │ │ ├── DeleteItemHandler.java │ │ ├── DeleteItemViewActionDelegate.java │ │ ├── ExtensionHelper.java │ │ ├── ICEItemDeleteParticipant.java │ │ ├── ICEItemRenameParticipant.java │ │ ├── ImportFileAction.java │ │ ├── ImportFileWizardHandler.java │ │ ├── ImportItemWizardAction.java │ │ ├── ImportItemWizardHandler.java │ │ ├── ItemSelectedPropertyTester.java │ │ ├── ItemViewer.java │ │ ├── LaunchMeshEditorAction.java │ │ ├── LaunchMeshEditorHandler.java │ │ ├── PropertySource.java │ │ ├── TreeCompositeLabelProvider.java │ │ ├── internal │ │ │ └── ClientHolder.java │ │ ├── properties │ │ │ ├── ButtonCellEditor.java │ │ │ ├── CellColumnLabelProvider.java │ │ │ ├── CellOwnerDrawLabelProvider.java │ │ │ ├── ComboCellEditingSupport.java │ │ │ ├── DescriptionCellContentProvider.java │ │ │ ├── FileComboBoxCellEditor.java │ │ │ ├── IButtonCellContentProvider.java │ │ │ ├── ICellContentProvider.java │ │ │ ├── IComboCellContentProvider.java │ │ │ ├── NameCellContentProvider.java │ │ │ ├── TextCellEditingSupport.java │ │ │ ├── TreeProperty.java │ │ │ ├── TreePropertyCellContentProvider.java │ │ │ ├── TreePropertyContentProvider.java │ │ │ └── ValueCellContentProvider.java │ │ └── wizards │ │ │ ├── ImportFileWizard.java │ │ │ ├── ImportFileWizardPage.java │ │ │ ├── ImportItemWizard.java │ │ │ ├── ImportItemWizardPage.java │ │ │ ├── NewItemWizard.java │ │ │ └── NewItemWizardPage.java │ └── internal │ │ ├── Client.java │ │ ├── ClientExtensionFactory.java │ │ ├── ItemProcessor.java │ │ └── RemoteCoreProxy.java │ └── iclient │ ├── IClient.java │ ├── IItemProcessor.java │ └── uiwidgets │ ├── IErrorBox.java │ ├── IExtraInfoWidget.java │ ├── IFormWidget.java │ ├── IObservableWidget.java │ ├── IProcessEventListener.java │ ├── ISimpleResourceProvider.java │ ├── IStreamingTextWidget.java │ ├── ITextEditor.java │ ├── IUpdateEventListener.java │ ├── IWidgetClosedListener.java │ └── IWidgetFactory.java ├── org.eclipse.ice.core.test └── defaultUser │ └── default │ └── .project ├── org.eclipse.ice.core ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── Core OSGi.launch ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── component.xml ├── about.html ├── build.properties ├── jaas_config.txt ├── plugin.xml ├── pom.xml ├── schema │ └── persistenceProvider.exsd └── src │ └── org │ └── eclipse │ └── ice │ └── core │ ├── iCore │ ├── ICore.java │ └── IPersistenceProvider.java │ ├── internal │ ├── BasicAuthSecuredContext.java │ ├── Core.java │ ├── SimpleLogin.java │ └── itemmanager │ │ └── ItemManager.java │ └── launcher │ └── CoreIApplication.java ├── org.eclipse.ice.datastructures ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ ├── MANIFEST.MF │ └── persistence.xml ├── OSGI-INF │ ├── VizServiceFactoryHolder.xml │ └── jaxbclassprovider.xml ├── about.html ├── build.properties ├── plugin.xml ├── pom.xml ├── schema │ └── jaxbClassProvider.exsd └── src │ └── org │ └── eclipse │ └── ice │ └── datastructures │ ├── ICEObject │ ├── Component.java │ ├── Composite.java │ ├── ICEJAXBHandler.java │ ├── ICEList.java │ ├── ICEObject.java │ ├── IElementSource.java │ ├── IUpdateable.java │ ├── IUpdateableListener.java │ ├── Identifiable.java │ ├── ListComponent.java │ └── WrappedGlazedEventListener.java │ ├── componentVisitor │ ├── IComponentVisitor.java │ ├── IReactorComponent.java │ └── SelectiveComponentVisitor.java │ ├── entry │ ├── AbstractEntry.java │ ├── ContinuousEntry.java │ ├── DiscreteEntry.java │ ├── ExecutableEntry.java │ ├── FileEntry.java │ ├── IEntry.java │ ├── IEntryVisitor.java │ ├── MultiValueEntry.java │ └── StringEntry.java │ ├── form │ ├── AcceptanceCode.java │ ├── AdaptiveTreeComposite.java │ ├── AllowedValueType.java │ ├── DataComponent.java │ ├── Form.java │ ├── FormStatus.java │ ├── FormTextContentDescriber.java │ ├── GeometryComponent.java │ ├── MasterDetailsComponent.java │ ├── MasterDetailsPair.java │ ├── Material.java │ ├── MaterialStack.java │ ├── MatrixComponent.java │ ├── MeshComponent.java │ ├── ResourceComponent.java │ ├── TableComponent.java │ ├── TimeDataComponent.java │ ├── TreeComposite.java │ ├── emf │ │ ├── EMFComponent.java │ │ ├── EMFEntry.java │ │ ├── EMFTreeComposite.java │ │ └── ICEXMLProcessor.java │ ├── iterator │ │ ├── AbstractTreeCompositeIterator.java │ │ ├── BreadthFirstTreeCompositeIterator.java │ │ ├── PostOrderTreeCompositeIterator.java │ │ └── PreOrderTreeCompositeIterator.java │ └── painfullySimpleForm │ │ └── PainfullySimpleForm.java │ ├── internal │ └── VizServiceFactoryHolder.java │ ├── jaxbclassprovider │ ├── ICEJAXBClassProvider.java │ └── IJAXBClassProvider.java │ └── resource │ ├── ICEResource.java │ ├── ResourceHandler.java │ └── VizResource.java ├── org.eclipse.ice.demo ├── .classpath ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ ├── demoEntryCompositeComponent.xml │ ├── demoGeometryPageComponent.xml │ └── demoGeometryPageFactoryComponent.xml ├── build.properties ├── plugin.xml └── src │ └── org │ └── eclipse │ └── ice │ ├── demo │ ├── launcher │ │ ├── DemoLauncher.java │ │ └── DemoLauncherBuilder.java │ ├── model │ │ ├── DemoModel.java │ │ └── DemoModelBuilder.java │ ├── ui │ │ ├── DemoEntryComposite.java │ │ ├── DemoEntryCompositeContextFunction.java │ │ ├── DemoEntryCompositeProvider.java │ │ ├── DemoGeometryPage.java │ │ ├── DemoGeometryPageContextFunction.java │ │ ├── DemoGeometryPageFactory.java │ │ ├── DemoGeometryPageFactoryContextFunction.java │ │ ├── DemoGeometryPageProvider.java │ │ └── DemoWidgetsProcessor.java │ └── visualization │ │ ├── launcher │ │ ├── VisualizationCompleteLauncher.java │ │ ├── VisualizationCompleteLauncherBuilder.java │ │ ├── VisualizationLauncher.java │ │ └── VisualizationLauncherBuilder.java │ │ └── model │ │ ├── VisualizationCompleteModel.java │ │ ├── VisualizationCompleteModelBuilder.java │ │ ├── VisualizationModel.java │ │ ├── VisualizationModelBuilder.java │ │ └── XSEDEVisualizationModel.java │ └── fern │ ├── launcher │ ├── FernLauncher.java │ └── FernLauncherBuilder.java │ └── model │ ├── FernModel.java │ └── FernModelBuilder.java ├── org.eclipse.ice.developer.moose ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── developer │ └── moose │ ├── actions │ ├── MooseCloneHandler.java │ ├── MooseForkHandler.java │ └── StorkForkHandler.java │ ├── nature │ └── MooseNature.java │ └── wizards │ ├── ForkStorkWizard.java │ └── ForkStorkWizardPage.java ├── org.eclipse.ice.developer ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── plugin.xml ├── pom.xml ├── schema │ └── iceDevCode.exsd └── src │ └── org │ └── eclipse │ └── ice │ └── developer │ ├── actions │ ├── BuildICEHandler.java │ ├── FixMavenLifecycleCloneHandler.java │ ├── GitCloneHandler.java │ ├── ICECloneHandler.java │ ├── ImportLocalICEHandler.java │ └── LaunchNewICEHandler.java │ └── menu │ └── ICEExtensionContributionFactory.java ├── org.eclipse.ice.feature ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.m2e.core.prefs ├── build.properties ├── epl-v10.html ├── feature.xml ├── license.html ├── pom.xml └── rootfiles │ └── LICENSE ├── org.eclipse.ice.filesimulation ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGi-INF │ └── filesimulation.xml ├── about.html ├── build.properties ├── build.xml ├── javaCompiler...args ├── plugin.xml ├── pom.xml ├── src │ └── org │ │ └── eclipse │ │ └── ice │ │ └── filesimulation │ │ ├── FileSimulation.java │ │ └── FileSimulationBuilder.java └── testFiles │ ├── index.php │ └── niceLogo_small_20110729.png ├── org.eclipse.ice.geometry ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ ├── org.eclipse.pde.core.prefs │ └── org.eclipse.wst.common.project.facet.core.xml ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── plugin.xml ├── plugin_customization.ini ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── geometry │ ├── GeometryEclipseFormWidget.java │ ├── GeometryFormEditor.java │ └── GeometryFormWidgetBuilder.java ├── org.eclipse.ice.installer ├── .project ├── .pydevproject ├── Install_ICE.py └── __init__.py ├── org.eclipse.ice.io ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── ioservice.xml ├── README ├── about.html ├── build.properties ├── plugin.xml ├── pom.xml ├── schema │ ├── IReader.exsd │ └── IWriter.exsd └── src │ └── org │ └── eclipse │ └── ice │ └── io │ ├── csv │ ├── CSVReader.java │ ├── DelimitedReader.java │ └── SpaceDelimitedReader.java │ ├── ini │ ├── INIReader.java │ └── INIWriter.java │ ├── ips │ ├── IPSReader.java │ └── IPSWriter.java │ └── serializable │ ├── IIOService.java │ ├── IOService.java │ ├── IReader.java │ ├── ITemplatedReader.java │ ├── ITemplatedWriter.java │ └── IWriter.java ├── org.eclipse.ice.item ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ ├── MANIFEST.MF │ └── persistence.xml ├── OSGi-INF │ ├── MOOSEIO.xml │ ├── MOOSELauncherComponent.xml │ ├── MOOSEModelComponent.xml │ ├── SHARPLauncherComponent.xml │ ├── SHARPModelComponent.xml │ ├── geometryEditorComponent.xml │ ├── jobLauncherRemote.xml │ ├── jobProfileComponent.xml │ ├── mooseComponent.xml │ ├── mooseModelRemote.xml │ └── multiLauncherComponent.xml ├── about.html ├── build.properties ├── deps │ └── snakeyaml │ │ ├── about.html │ │ ├── about_files │ │ └── Apache-LICENSE.txt │ │ └── com.springsource.snakeyaml-1.6.0.jar ├── plugin.xml ├── pom.xml ├── resources │ ├── script-macosx.sh │ └── script.bat ├── schema │ ├── actionFactory.exsd │ ├── actions.exsd │ ├── compositeItemBuilder.exsd │ └── itemBuilder.exsd └── src │ └── org │ └── eclipse │ └── ice │ └── item │ ├── AbstractItemBuilder.java │ ├── DecoratedEntry.java │ ├── IActionFactory.java │ ├── ICEActionFactory.java │ ├── ICompositeItemBuilder.java │ ├── Item.java │ ├── ItemBuilder.java │ ├── ItemHandle.java │ ├── ItemListener.java │ ├── ItemType.java │ ├── Registry.java │ ├── SerializedItemBuilder.java │ ├── action │ ├── Action.java │ ├── CreateDockerContainerAction.java │ ├── ExecutionHelper.java │ ├── ICEJschUIInfo.java │ ├── JobLaunchAction.java │ ├── LocalExecutionAction.java │ ├── LocalFilesCopyAction.java │ ├── LoginInfoForm.java │ ├── RemoteAction.java │ ├── RemoteExecutionAction.java │ ├── RemoteFileDownloadAction.java │ ├── RemoteFileUploadAction.java │ └── TaggedOutputWriterAction.java │ ├── geometry │ ├── GeometryEditor.java │ └── GeometryEditorBuilder.java │ ├── jobLauncher │ ├── DockerClientFactory.java │ ├── ICEJob.java │ ├── JobLauncher.java │ ├── JobLauncherForm.java │ ├── SuiteLauncher.java │ └── multiLauncher │ │ ├── MultiLauncher.java │ │ ├── MultiLauncherBuilder.java │ │ └── MultiLauncherForm.java │ ├── jobprofile │ ├── JobProfile.java │ ├── JobProfileBuilder.java │ └── JobProfileForm.java │ ├── messaging │ └── Message.java │ ├── model │ ├── AbstractModelBuilder.java │ └── Model.java │ ├── nuclear │ ├── CheckMooseInputAction.java │ ├── MOOSE.java │ ├── MOOSEBuilder.java │ ├── MOOSELauncher.java │ ├── MOOSELauncherBuilder.java │ ├── MOOSEModel.java │ ├── MOOSEModelBuilder.java │ ├── RemoteYamlSyntaxGenerator.java │ ├── SHARPLauncher.java │ ├── SHARPLauncherBuilder.java │ ├── SHARPModel.java │ └── SHARPModelBuilder.java │ ├── persistence │ └── IPersistenceProvider.java │ └── utilities │ ├── moose │ ├── Block.java │ ├── MOOSEFileHandler.java │ ├── Parameter.java │ └── YAMLBlock.java │ └── trilinos │ ├── Parameter.java │ └── ParameterList.java ├── org.eclipse.ice.materials.feature ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.m2e.core.prefs ├── build.properties ├── epl-v10.html ├── feature.xml ├── license.html └── pom.xml ├── org.eclipse.ice.materials.ui ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── MaterialsUIComponent.xml ├── about.html ├── build.properties ├── densityExample.png ├── icons │ └── releng_gears.gif ├── materialsFragment.e4xmi ├── plugin.xml ├── pom.xml ├── reflectivityExample.png └── src │ └── org │ └── eclipse │ └── ice │ └── materials │ └── ui │ ├── AddMaterialWizard.java │ ├── AddMaterialWizardPage.java │ ├── AddPropertyDialog.java │ ├── EditMaterialsDatabaseHandler.java │ ├── MaterialCellLabelProvider.java │ ├── MaterialDetailsPage.java │ ├── MaterialProperty.java │ ├── MaterialPropertyContentProvider.java │ ├── MaterialsDatabaseContentProvider.java │ ├── MaterialsDatabaseEditor.java │ ├── MaterialsDatabaseEditorInput.java │ ├── MaterialsDatabaseLabelProvider.java │ ├── MaterialsDatabaseMasterDetailsBlock.java │ ├── MaterialsDatabaseMasterDetailsPage.java │ ├── MaterialsDatabaseServiceHolder.java │ ├── ReflectivityEditor.java │ ├── ReflectivityViewPart.java │ ├── ScatteringDensityViewPart.java │ └── perspectives │ └── MaterialsPerspective.java ├── org.eclipse.ice.materials ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── data │ ├── defaultMatDB.xml │ └── userMatDB.xml ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── materials │ ├── CSVDBToXMLConverter.java │ ├── IMaterialsDatabase.java │ ├── MaterialStackWritableTableFormat.java │ ├── MaterialWritableTableFormat.java │ ├── SingleMaterialWritableTableFormat.java │ └── XMLMaterialsDatabase.java ├── org.eclipse.ice.mesh ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── meshEditorComponent.xml ├── about.html ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── mesh │ └── editor │ ├── MeshEditor.java │ └── MeshEditorBuilder.java ├── org.eclipse.ice.nek5000 ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ ├── nek5000LauncherComponent.xml │ ├── nekModelComponent.xml │ └── nekVizServiceFactory.xml ├── about.html ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── nek5000 │ ├── NekLauncher.java │ ├── NekLauncherBuilder.java │ ├── NekModel.java │ ├── NekModelBuilder.java │ ├── NekReader.java │ ├── NekWriter.java │ ├── ProblemProperties.java │ └── internal │ └── VizServiceFactoryHolder.java ├── org.eclipse.ice.parent ├── .project ├── .settings │ └── org.eclipse.m2e.core.prefs └── pom.xml ├── org.eclipse.ice.parsergenerator ├── .classpath ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGi-INF │ └── ParserGeneratorComponent.xml ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── parsergenerator │ ├── ParserGenerator.java │ └── ParserGeneratorBuilder.java ├── org.eclipse.ice.persistence.xml ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGi-INF │ └── xmlPersistenceProvider.xml ├── about.html ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── persistence │ └── xml │ ├── XMLFormContentDescriber.java │ ├── XMLPersistenceExtensionFactory.java │ └── XMLPersistenceProvider.java ├── org.eclipse.ice.product ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.m2e.core.prefs ├── about.html ├── advMat │ ├── .gitignore │ ├── ice.materials.product │ ├── ice.materials.product_linux.launch │ └── lrac-pom.xml ├── ice.macosx_product.launch ├── ice.product_WINDOWS.launch ├── ice.product_linux.launch ├── ice.runtime.product ├── ice.sdk.product ├── icons │ ├── ice_logo_runtime.icns │ └── ice_logo_sdk.icns ├── pom.xml └── splash.bmp ├── org.eclipse.ice.projectgeneration ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── plugin.properties ├── plugin.xml ├── pom.xml ├── schema │ └── pluginContent.exsd ├── src │ └── org │ │ └── eclipse │ │ └── ice │ │ └── projectgeneration │ │ ├── ICEItemNature.java │ │ ├── templates │ │ ├── DataFileOption.java │ │ ├── ICEItemTemplate.java │ │ ├── ICEItemWizard.java │ │ └── ICEProjectResources.java │ │ └── wizards │ │ └── NewICEItemProjectWizard.java └── templates_3.4 │ └── ICEItem │ └── src │ ├── $className$Launcher.java │ ├── $className$LauncherBuilder.java │ ├── $className$Model.java │ └── $className$ModelBuilder.java ├── org.eclipse.ice.proteus ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ ├── PROTEUSLauncherComponent.xml │ └── PROTEUSModelComponent.xml ├── about.html ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── proteus │ ├── PROTEUSLauncher.java │ ├── PROTEUSLauncherBuilder.java │ ├── PROTEUSModel.java │ └── PROTEUSModelBuilder.java ├── org.eclipse.ice.reactor.plant ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── PlantIOFactory.xml ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── reactor │ └── plant │ ├── Boundary.java │ ├── Branch.java │ ├── CoreChannel.java │ ├── DownComer.java │ ├── FXPlantCompositeConverter.java │ ├── FlowJunction.java │ ├── GeometricalComponent.java │ ├── HeatExchanger.java │ ├── IJunction.java │ ├── IJunctionListener.java │ ├── IPlantComponentVisitor.java │ ├── IPlantCompositeListener.java │ ├── IdealPump.java │ ├── Inlet.java │ ├── Junction.java │ ├── MassFlowInlet.java │ ├── OneInOneOutJunction.java │ ├── Outlet.java │ ├── Pipe.java │ ├── PipeToPipeJunction.java │ ├── PipeWithHeatStructure.java │ ├── PlantComponent.java │ ├── PlantComposite.java │ ├── PointKinetics.java │ ├── Pump.java │ ├── Reactor.java │ ├── SelectivePlantComponentVisitor.java │ ├── SeparatorDryer.java │ ├── SolidWall.java │ ├── SpecifiedDensityAndVelocityInlet.java │ ├── Subchannel.java │ ├── SubchannelBranch.java │ ├── TDM.java │ ├── TimeDependentJunction.java │ ├── TimeDependentVolume.java │ ├── Turbine.java │ ├── Valve.java │ ├── ViewFactory.java │ ├── VolumeBranch.java │ └── WetWell.java ├── org.eclipse.ice.reflectivity.ui ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ ├── org.eclipse.pde.core.prefs │ └── org.eclipse.wst.common.project.facet.core.xml ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── icons │ ├── materialProperties.png │ ├── reflectivityCalc.png │ ├── sns.png │ └── sns_small.png ├── plugin.xml ├── plugin_customization.ini ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── reflectivity │ └── ui │ ├── ReflectivityCellEditorSection.java │ ├── ReflectivityDataPropertySection.java │ ├── ReflectivityEclipseFormWidget.java │ ├── ReflectivityFormEditor.java │ ├── ReflectivityFormWidgetBuilder.java │ ├── ReflectivityPage.java │ ├── ReflectivityPerspective.java │ ├── ReflectivityTabDescriptorProvider.java │ ├── ReflectivityXMLFormContentDescriber.java │ ├── TaskLaunchDialog.java │ └── TaskLaunchHandler.java ├── org.eclipse.ice.reflectivity ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── ReflectivityModelComponent.xml ├── about.html ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── reflectivity │ ├── MaterialSelection.java │ ├── ReflectivityCalculator.java │ ├── ReflectivityModel.java │ ├── ReflectivityModelBuilder.java │ ├── ReflectivityProfile.java │ ├── ScatteringDensityProfile.java │ ├── Slab.java │ └── Tile.java ├── org.eclipse.ice.repository ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.m2e.core.prefs ├── category.xml ├── pom.xml └── siteTemplateFolder │ ├── index.html │ └── web │ └── site.css ├── org.eclipse.ice.servicetester ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGI-INF │ └── component.xml ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── servicetester │ └── ServiceTester.java ├── org.eclipse.ice.tablecomponenttester ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── data │ └── test_new.h5 ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tablecomponenttester │ ├── TableComponentTester.java │ └── TableComponentTesterBuilder.java ├── org.eclipse.ice.target.mars ├── .project ├── .settings │ └── org.eclipse.m2e.core.prefs ├── mars.target └── pom.xml ├── org.eclipse.ice.target.neon ├── .project ├── .settings │ └── org.eclipse.m2e.core.prefs ├── neon.target └── pom.xml ├── org.eclipse.ice.target.oxygen ├── .project ├── oxygen.target └── pom.xml ├── org.eclipse.ice.tests.caebat.batml ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── caebat │ └── batml │ ├── BatMLModelBuilderTester.java │ └── BatMLModelTester.java ├── org.eclipse.ice.tests.client.widgets.moose ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── client │ └── widgets │ └── moose │ └── MooseXMLFormContentDescriberTester.java ├── org.eclipse.ice.tests.client.widgets.utils ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── client │ └── widgets │ └── utils │ ├── AbstractICEUITester.java │ ├── AbstractSWTTester.java │ └── AbstractWorkbenchTester.java ├── org.eclipse.ice.tests.client.widgets ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── FileSimulationTester.launch ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── client │ └── widgets │ ├── ActionTreeTester.java │ ├── EMFSectionPageTester.java │ ├── EclipseErrorBoxWidgetTester.java │ ├── EclipseExtraInfoWidgetTester.java │ ├── EclipseFormWidgetTester.java │ ├── EclipseTextEditorTester.java │ ├── EclipseUIWidgetFactoryTester.java │ ├── EntryCompositeTester.java │ ├── ExtraInfoDialogTester.java │ ├── FileSimulationTester.java │ ├── ICEDataComponentSectionPartTester.java │ ├── ICEFormEditorTester.java │ ├── ICEGeometryPageTester.java │ ├── ICEMasterDetailsPageTester.java │ ├── ICEMatrixComponentSectionPartTester.java │ ├── ICEResourcePageTester.java │ ├── ICESectionPageTester.java │ ├── ICETableComponentSectionPartTester.java │ ├── IFormWidgetBuilderTest.java │ ├── ListComponentColumnPropertyAccessorTester.java │ ├── ListComponentNattableTest.java │ ├── TestListener.java │ ├── geometry │ ├── GeometryEditorInputTester.java │ ├── ShapeTreeContentProviderTest.java │ └── ShapeTreeLabelProviderTest.java │ └── grid │ ├── Activator.java │ ├── CellTester.java │ ├── EditPartFactoryTester.java │ ├── GridDataTester.java │ ├── GridEditorInputTester.java │ ├── GridTester.java │ └── GridViewerLauncher.java ├── org.eclipse.ice.tests.client ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── fakeCoreTestFile ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── client │ ├── ClientExtensionFactoryTester.java │ ├── ClientTester.java │ ├── FakeCore.java │ ├── FakeErrorBoxWidget.java │ ├── FakeExtraInfoWidget.java │ ├── FakeFormWidget.java │ ├── FakeItemProcessor.java │ ├── FakeStreamingTextWidget.java │ ├── FakeTextEditor.java │ ├── FakeUIWidgetFactory.java │ ├── IClientTester.java │ ├── IWidgetFactoryTester.java │ └── ItemProcessorTester.java ├── org.eclipse.ice.tests.core.jaxrs ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── plugin.xml ├── pom.xml ├── schema │ └── ItemBuilder.exsd └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── core │ └── jaxrs │ └── JAXRSTester.java ├── org.eclipse.ice.tests.core ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── defaultUser │ └── default │ │ └── .project ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── core │ ├── CoreTester.java │ ├── FakeCompositeItemBuilder.java │ ├── FakeGeometryBuilder.java │ ├── FakeIFile.java │ ├── FakeItem.java │ ├── FakeModuleBuilder.java │ ├── FakePersistenceProvider.java │ └── ItemManagerTester.java ├── org.eclipse.ice.tests.datastructures ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── datastructures │ ├── AdaptiveTreeCompositeTester.java │ ├── DataComponentTester.java │ ├── EMFComponentTester.java │ ├── EMFEntryTester.java │ ├── EMFTreeCompositeTester.java │ ├── FakeJAXBClassProvider.java │ ├── FormTester.java │ ├── GeometryComponentTester.java │ ├── GeometryTester.java │ ├── ICEJAXBClassProviderTester.java │ ├── ICEJAXBHandlerTester.java │ ├── ICEListTester.java │ ├── ICEObjectTester.java │ ├── ICEResourceTester.java │ ├── IJAXBClassProviderTester.java │ ├── ListComponentTester.java │ ├── MasterDetailsPairTester.java │ ├── MasterDetailsTester.java │ ├── MaterialStackTester.java │ ├── MaterialTester.java │ ├── MatrixComponentTester.java │ ├── MeshComponentTester.java │ ├── PainfullySimpleFormTester.java │ ├── ResourceComponentTester.java │ ├── ResourceHandlerTester.java │ ├── SimpleJAXBTestClass.java │ ├── TableComponentTester.java │ ├── TestComponentListener.java │ ├── TestListComponentListener.java │ ├── TestMaterialFactory.java │ ├── TestVisitor.java │ ├── TimeDataComponentTester.java │ ├── TreeCompositeIteratorTester.java │ ├── TreeCompositeTester.java │ ├── VizResourceTester.java │ ├── WrappedGlazedEventListenerTester.java │ └── entry │ ├── AbstractEntryTester.java │ ├── ContinuousEntryTester.java │ ├── DiscreteEntryTester.java │ ├── FileEntryTester.java │ ├── StringEntryTester.java │ └── TestableAbstractEntry.java ├── org.eclipse.ice.tests.installer ├── .project ├── .pydevproject ├── Test_ICE_Installer.py └── __init__.py ├── org.eclipse.ice.tests.io ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── io │ ├── csv │ ├── CSVReaderTester.java │ └── SpaceReaderTester.java │ ├── ini │ ├── INIReaderTester.java │ └── INIWriterTester.java │ ├── ips │ ├── IPSReaderTester.java │ └── IPSWriterTester.java │ └── serializable │ └── IOServiceTester.java ├── org.eclipse.ice.tests.item ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── ls_stdout_1.txt ├── pom.xml └── src │ └── org │ └── eclipse │ ├── ice │ └── tests │ │ └── item │ │ ├── messaging │ │ └── MessageTester.java │ │ ├── moose │ │ ├── BlockTester.java │ │ ├── MOOSEFileHandlerTester.java │ │ ├── ParameterTester.java │ │ └── YAMLBlockTester.java │ │ └── nuclear │ │ ├── MOOSELauncherTester.java │ │ ├── MOOSEModelBuilderTester.java │ │ ├── MOOSEModelTester.java │ │ └── MOOSETester.java │ └── tests │ └── ice │ └── item │ ├── AbstractItemBuilderTester.java │ ├── AbstractModelBuilderTester.java │ ├── ActionTester.java │ ├── DockerClientFactoryTester.java │ ├── FakeActionFactory.java │ ├── FakeDataComponent.java │ ├── FakeIOService.java │ ├── FakeIWriter.java │ ├── FakeItemBuilder.java │ ├── FakeMaterialsDatabase.java │ ├── FakeModel.java │ ├── FakeModelBuilder.java │ ├── GeometryEditorBuilderTester.java │ ├── GeometryEditorTester.java │ ├── ICEActionFactoryTester.java │ ├── ICEDatabaseValidator.java │ ├── ICEDatabaseValidatorTester.java │ ├── ICEJschUIInfoTester.java │ ├── IPersistenceProviderTester.java │ ├── ItemBuilderTester.java │ ├── ItemTester.java │ ├── JobLauncherFormTester.java │ ├── JobLauncherTester.java │ ├── JobProfileBuilderTester.java │ ├── JobProfileFormTester.java │ ├── JobProfileTester.java │ ├── LoginInfoFormTester.java │ ├── MultiLauncherTester.java │ ├── ParameterListTester.java │ ├── RegistryTester.java │ ├── SerializedItemBuilderTester.java │ ├── SuiteLauncherTester.java │ ├── TaggedOutputWriterActionTester.java │ ├── TestAction.java │ ├── TestItem.java │ ├── TestItemBuilder.java │ ├── TestJobLauncher.java │ └── YAMLTester.java ├── org.eclipse.ice.tests.materials ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── materials │ ├── MaterialStackWritableTableFormatTest.java │ ├── MaterialWritableTableFormatTester.java │ ├── SingleMaterialWritableTableFormatTester.java │ ├── TestMaterialFactory.java │ └── XMLMaterialDatabaseTester.java ├── org.eclipse.ice.tests.mesh ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── mesh │ ├── MeshEditorBuilderTester.java │ └── MeshEditorTester.java ├── org.eclipse.ice.tests.nek5000 ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── nek5000 │ ├── NekModelBuilderTester.java │ ├── NekModelTester.java │ ├── NekReaderTester.java │ ├── NekWriterTester.java │ ├── ProblemPropertiesTester.java │ └── TestNekControllerFactory.java ├── org.eclipse.ice.tests.parsergenerator ├── .classpath ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── parsergenerator │ └── GrammarTester.java ├── org.eclipse.ice.tests.persistence.xml ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── persistence │ └── xml │ ├── XMLFormContentDescriberTester.java │ ├── XMLPersistenceExtensionFactoryTester.java │ └── XMLPersistenceProviderTester.java ├── org.eclipse.ice.tests.projectgeneration ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── ItemGenTester.launch ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── projectgeneration │ └── NewICEItemProjectTester.java ├── org.eclipse.ice.tests.proteus ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── proteus │ ├── PROTEUSLauncherBuilderTester.java │ ├── PROTEUSLauncherTester.java │ ├── PROTEUSModelBuilderTester.java │ └── PROTEUSModelTester.java ├── org.eclipse.ice.tests.reactor.plant ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── reactor │ └── plant │ ├── BoundaryTester.java │ ├── BranchTester.java │ ├── CoreChannelTester.java │ ├── DownComerTester.java │ ├── FlowJunctionTester.java │ ├── GeometricalComponentTester.java │ ├── HeatExchangerTester.java │ ├── IdealPumpTester.java │ ├── InletTester.java │ ├── JunctionTester.java │ ├── MassFlowInletTester.java │ ├── OneInOneOutJunctionTester.java │ ├── OutletTester.java │ ├── PipeTester.java │ ├── PipeToPipeJunctionTester.java │ ├── PipeWithHeatStructureTester.java │ ├── PlantComponentTester.java │ ├── PlantCompositeTester.java │ ├── PointKineticsTester.java │ ├── PumpTester.java │ ├── ReactorTester.java │ ├── SeparatorDryerTester.java │ ├── SolidWallTester.java │ ├── SpecifiedDensityAndVelocityInletTester.java │ ├── SubchannelBranchTester.java │ ├── SubchannelTester.java │ ├── TDMTester.java │ ├── TimeDependentJunctionTester.java │ ├── TimeDependentVolumeTester.java │ ├── TurbineTester.java │ ├── ValveTester.java │ ├── VolumeBranchTester.java │ └── WetWellTester.java ├── org.eclipse.ice.tests.reflectivity ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── reflectivity │ ├── ReflectivityCalculatorTester.java │ ├── ReflectivityModelBuilderTester.java │ ├── ReflectivityModelTester.java │ └── ReflectivityXMLFormContentDescriberTester.java ├── org.eclipse.ice.tests.ui.swtbot ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── MOOSETester.launch ├── MaterialsDatabaseTester.launch ├── ReflectivityModelTester.launch ├── VIBEKeyValuePairTester.launch ├── VIBELauncher.launch ├── VIBEModel.launch ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── ui │ └── swtbot │ ├── FakeMaterialsDatabase.java │ ├── MOOSETester.java │ ├── MaterialsDatabaseTester.java │ ├── ReflectivityModelTester.java │ ├── SWTBotNatTable.java │ ├── VIBEKeyValuePairTester.java │ ├── VIBELauncherTester.java │ └── VIBEModelTester.java ├── org.eclipse.ice.tests.vibe ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.html ├── build.properties ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── tests │ └── vibe │ ├── kvPair │ ├── VibeKVPairBuilderTester.java │ ├── VibeKVPairRowTester.java │ └── VibeKVPairTester.java │ ├── launcher │ ├── VibeLauncherBuilderTester.java │ └── VibeLauncherTester.java │ └── model │ ├── VibeModelBuilderTester.java │ └── VibeModelTester.java ├── org.eclipse.ice.vibe ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.m2e.core.prefs │ └── org.eclipse.pde.core.prefs ├── META-INF │ └── MANIFEST.MF ├── OSGi-INF │ ├── vibeKVPairComponent.xml │ ├── vibeLauncherComponent.xml │ └── vibeModelComponent.xml ├── about.html ├── build.properties ├── data │ ├── DualFoil.conf │ ├── DualFoil.dat │ ├── NTG.conf │ ├── NTG.dat │ ├── None.dat │ ├── case_6.conf │ └── case_6.dat ├── plugin.xml ├── pom.xml └── src │ └── org │ └── eclipse │ └── ice │ └── vibe │ ├── kvPair │ ├── VibeKVPair.java │ ├── VibeKVPairBuilder.java │ └── VibeKVPairRow.java │ ├── launcher │ ├── VibeLauncher.java │ └── VibeLauncherBuilder.java │ └── model │ ├── VibeModel.java │ └── VibeModelBuilder.java ├── schema └── basicComponentPageProvider.exsd └── utils ├── DocFixer.pl ├── DocFixer.sh ├── EEfixer.sh ├── ICEDocCleaner ├── .classpath ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── 3-pipe-chain.i ├── MOOSE_Workflow.xml ├── mooseModel.i └── src │ └── ICEDocCleaner.java ├── IdFinder.pl ├── IdFinder.sh └── LicenseFixer.sh /.mvn/extensions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | org.eclipse.tycho.extras 5 | tycho-pomless 6 | ${tycho-version} 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/all/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /tmp/ 3 | /ice-fullTutoria.synctex.gz 4 | -------------------------------------------------------------------------------- /docs/all/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Tue Apr 12 13:38:16 EDT 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=ice-fullTutorial.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src 15 | -------------------------------------------------------------------------------- /docs/all/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.out 4 | -------------------------------------------------------------------------------- /docs/developerMenu/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /tmp/ 3 | /developerMen.synctex.gz 4 | -------------------------------------------------------------------------------- /docs/developerMenu/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Tue Apr 12 14:10:07 EDT 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin/ 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=developerMenu.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src/ 15 | -------------------------------------------------------------------------------- /docs/developerMenu/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.out 4 | /main.pdf 5 | -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/cloned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/cloned.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/clonefern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/clonefern.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/comb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/comb.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/comb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/comb2.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/combinedplugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/combinedplugin.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/devcloneice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/devcloneice.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/devclonemoose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/devclonemoose.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/extensionPt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/extensionPt.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/extptconfig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/extptconfig1.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/extptconfig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/extptconfig2.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/extptconfig3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/extptconfig3.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/extptconfig4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/extptconfig4.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/icemenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/icemenu.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/launch.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/menu.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/result.png -------------------------------------------------------------------------------- /docs/developerMenu/src/figures/resultClone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/developerMenu/src/figures/resultClone.png -------------------------------------------------------------------------------- /docs/developerMenu/src/main.tex: -------------------------------------------------------------------------------- 1 | \documentclass{report} 2 | %\documentclass[11pt,letterpaper,twoside,english,final]{article} 3 | \usepackage{graphicx} 4 | \usepackage{caption} 5 | \usepackage{subcaption} 6 | \usepackage{hyperref} 7 | 8 | \begin{document} 9 | 10 | \chapter{The Eclipse ICE Developer Menu} 11 | \input{content} 12 | 13 | \end{document} 14 | -------------------------------------------------------------------------------- /docs/dynamicUI/.gitignore: -------------------------------------------------------------------------------- 1 | /dynamicU.synctex.gz 2 | /bin/ 3 | /tmp/ 4 | -------------------------------------------------------------------------------- /docs/dynamicUI/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Mon Jan 18 18:15:25 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=dynamicUI.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src 15 | -------------------------------------------------------------------------------- /docs/dynamicUI/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.out 4 | /main.pdf 5 | -------------------------------------------------------------------------------- /docs/dynamicUI/src/dynamicUITutorial_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/dynamicUI/src/dynamicUITutorial_slides.pdf -------------------------------------------------------------------------------- /docs/dynamicUI/src/pics/dynamicUI_defaultEntryPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/dynamicUI/src/pics/dynamicUI_defaultEntryPage.png -------------------------------------------------------------------------------- /docs/dynamicUI/src/pics/dynamicUI_defaultGeometryPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/dynamicUI/src/pics/dynamicUI_defaultGeometryPage.png -------------------------------------------------------------------------------- /docs/dynamicUI/src/pics/dynamicUI_demoEntryComposite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/dynamicUI/src/pics/dynamicUI_demoEntryComposite.png -------------------------------------------------------------------------------- /docs/dynamicUI/src/pics/dynamicUI_demoGeometryPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/dynamicUI/src/pics/dynamicUI_demoGeometryPage.png -------------------------------------------------------------------------------- /docs/dynamicUI/src/pics/dynamicUI_geometryPageClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/dynamicUI/src/pics/dynamicUI_geometryPageClass.png -------------------------------------------------------------------------------- /docs/dynamicUI/src/pics/ecna2016_keynote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/dynamicUI/src/pics/ecna2016_keynote.png -------------------------------------------------------------------------------- /docs/fileFormats/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | fileFormats 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/geometryEditor/.gitignore: -------------------------------------------------------------------------------- 1 | /documen.synctex.gz 2 | /tmp/ 3 | /bin/ 4 | /OutputVisualizationTutorial.aux 5 | /OutputVisualizationTutorial.log 6 | /OutputVisualizationTutorial.out 7 | /document.pdf 8 | /GeometryEditorTutorial.aux 9 | /GeometryEditorTutorial.log 10 | /GeometryEditorTutorial.out 11 | /geometryEditorTutoria.synctex.gz 12 | /src/ 13 | -------------------------------------------------------------------------------- /docs/geometryEditor/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Wed Feb 24 13:27:51 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin/ 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=geometryEditorTutorial.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src/ 15 | -------------------------------------------------------------------------------- /docs/geometryEditor/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.out 4 | -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/CSVPlotViewer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/CSVPlotViewer.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/CSVTabs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/CSVTabs.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/ClosePlotButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/ClosePlotButton.png -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/CreateNewGeometryOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/CreateNewGeometryOptions.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/CreateNewMeshOptions.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/CreateNewMeshOptions.bmp -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/CreateNewMeshOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/CreateNewMeshOptions.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/EdgeBoundaryConditions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/EdgeBoundaryConditions.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/EmptyMeshEditor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/EmptyMeshEditor.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryAddComplex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryAddComplex.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryAddCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryAddCube.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryAddPrimitive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryAddPrimitive.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryCubeRotate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryCubeRotate.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryCubeScale.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryCubeScale.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryCubeSize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryCubeSize.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryCubeTranslate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryCubeTranslate.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryDeleteButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryDeleteButton.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryDuplicateShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryDuplicateShape.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryReplicateDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryReplicateDialog.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryReplicateShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryReplicateShape.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometrySelectCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometrySelectCube.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryStackedUnions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryStackedUnions.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/GeometryUnionAddShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/GeometryUnionAddShape.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/ICE_OpenPerspective.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/ICE_OpenPerspective.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/ICE_VisItLaunchButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/ICE_VisItLaunchButton.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/ICE_VisItLaunchOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/ICE_VisItLaunchOptions.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/ImportFileDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/ImportFileDialog.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MOOSEEmbeddedHorizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MOOSEEmbeddedHorizontal.png -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MOOSEEmbeddedVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MOOSEEmbeddedVertical.png -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MOOSEItem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MOOSEItem.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MOOSEJobConsoleOutput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MOOSEJobConsoleOutput.png -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MOOSEPerspectiveNewWorkflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MOOSEPerspectiveNewWorkflow.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MOOSETree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MOOSETree.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MeshEditorAddMode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MeshEditorAddMode.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MeshEditorDragVertex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MeshEditorDragVertex.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MeshEditorEditMode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MeshEditorEditMode.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MeshEditorReuseEdge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MeshEditorReuseEdge.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MeshEditorSelection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MeshEditorSelection.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MeshEditorToggleAxis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MeshEditorToggleAxis.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/MeshProperty.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/MeshProperty.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/NewConnectionDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/NewConnectionDialog.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/PlotEditorSelectSeriesButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/PlotEditorSelectSeriesButton.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/PythonScriptButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/PythonScriptButton.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/TimeSliderWidget.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/TimeSliderWidget.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/TransformationView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/TransformationView.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/VertexPropertiesView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/VertexPropertiesView.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/VisItPreferencePage_ICE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/VisItPreferencePage_ICE.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/VisItRepresentationDropDown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/VisItRepresentationDropDown.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/VisualizationAddFile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/VisualizationAddFile.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/VisualizationAddPlots.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/VisualizationAddPlots.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/VisualizationPerspectiveOverview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/VisualizationPerspectiveOverview.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/VisualizationSelectPlots.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/VisualizationSelectPlots.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/VisualizationViewTimeSteps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/VisualizationViewTimeSteps.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/images/VizPerspectiveTimeControls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/geometryEditor/src/images/VizPerspectiveTimeControls.jpg -------------------------------------------------------------------------------- /docs/geometryEditor/src/main.tex: -------------------------------------------------------------------------------- 1 | \documentclass{report} 2 | \usepackage{graphicx} 3 | \usepackage{hyperref} 4 | \usepackage{url} 5 | 6 | \setlength{\parskip}{1em} 7 | 8 | \begin{document} 9 | 10 | \title{Editing Geometries} 11 | \maketitle{} 12 | 13 | \chapter{Geometry Editor} 14 | \input{content} 15 | 16 | \end{document} 17 | -------------------------------------------------------------------------------- /docs/installation/.gitignore: -------------------------------------------------------------------------------- 1 | /installatio.synctex.gz 2 | /bin/ 3 | /tmp/ 4 | -------------------------------------------------------------------------------- /docs/installation/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Mon Jan 18 18:15:25 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=installation.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src 15 | -------------------------------------------------------------------------------- /docs/installation/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.out 4 | /main.pdf 5 | -------------------------------------------------------------------------------- /docs/installation/src/figures/clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/installation/src/figures/clone.png -------------------------------------------------------------------------------- /docs/installation/src/figures/cloned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/installation/src/figures/cloned.png -------------------------------------------------------------------------------- /docs/installation/src/figures/expectedICE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/installation/src/figures/expectedICE.png -------------------------------------------------------------------------------- /docs/installation/src/figures/freshIce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/installation/src/figures/freshIce.png -------------------------------------------------------------------------------- /docs/installation/src/figures/importProjects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/installation/src/figures/importProjects.png -------------------------------------------------------------------------------- /docs/installation/src/figures/importdefault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/installation/src/figures/importdefault.png -------------------------------------------------------------------------------- /docs/installation/src/figures/workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/installation/src/figures/workspace.png -------------------------------------------------------------------------------- /docs/introToPTP/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | introToPTP 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /docs/introToPTP/Intro To PTP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/introToPTP/Intro To PTP.pdf -------------------------------------------------------------------------------- /docs/introToPTP/Intro To PTP.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/introToPTP/Intro To PTP.pptx -------------------------------------------------------------------------------- /docs/meshEditor/.gitignore: -------------------------------------------------------------------------------- 1 | /documen.synctex.gz 2 | /tmp/ 3 | /bin/ 4 | /OutputVisualizationTutorial.aux 5 | /OutputVisualizationTutorial.log 6 | /OutputVisualizationTutorial.out 7 | /document.pdf 8 | /MeshEditorTutorial.aux 9 | /MeshEditorTutorial.log 10 | /meshEditorTutoria.synctex.gz 11 | /meshEditorTutorial.pdf 12 | /meshEditorTutorial.synctex.gz 13 | -------------------------------------------------------------------------------- /docs/meshEditor/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Wed Feb 24 13:30:21 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin/ 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=meshEditorTutorial.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src/ 15 | -------------------------------------------------------------------------------- /docs/meshEditor/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | -------------------------------------------------------------------------------- /docs/meshEditor/src/images/CSVPlotViewer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/CSVPlotViewer.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/CSVTabs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/CSVTabs.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/ClosePlotButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/ClosePlotButton.png -------------------------------------------------------------------------------- /docs/meshEditor/src/images/CreateNewGeometryOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/CreateNewGeometryOptions.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/CreateNewMeshOptions.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/CreateNewMeshOptions.bmp -------------------------------------------------------------------------------- /docs/meshEditor/src/images/CreateNewMeshOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/CreateNewMeshOptions.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/EdgeBoundaryConditions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/EdgeBoundaryConditions.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/EmptyMeshEditor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/EmptyMeshEditor.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryAddComplex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryAddComplex.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryAddCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryAddCube.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryAddPrimitive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryAddPrimitive.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryCubRotate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryCubRotate.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryCubeScale.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryCubeScale.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryCubeSize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryCubeSize.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryCubeTranslate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryCubeTranslate.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryDeleteButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryDeleteButton.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryDuplicateShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryDuplicateShape.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryReplicateDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryReplicateDialog.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryReplicateShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryReplicateShape.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometrySelectCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometrySelectCube.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryStackedUnions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryStackedUnions.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/GeometryUnionAddShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/GeometryUnionAddShape.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/ICE_OpenPerspective.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/ICE_OpenPerspective.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/ICE_VisItLaunchButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/ICE_VisItLaunchButton.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/ICE_VisItLaunchOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/ICE_VisItLaunchOptions.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/ImportFileDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/ImportFileDialog.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MOOSEEmbeddedHorizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MOOSEEmbeddedHorizontal.png -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MOOSEEmbeddedVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MOOSEEmbeddedVertical.png -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MOOSEItem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MOOSEItem.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MOOSEJobConsoleOutput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MOOSEJobConsoleOutput.png -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MOOSEPerspectiveNewWorkflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MOOSEPerspectiveNewWorkflow.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MOOSETree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MOOSETree.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MeshEditorAddMode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MeshEditorAddMode.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MeshEditorDragVertex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MeshEditorDragVertex.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MeshEditorEditMode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MeshEditorEditMode.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MeshEditorReuseEdge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MeshEditorReuseEdge.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MeshEditorSelection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MeshEditorSelection.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MeshEditorToggleAxis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MeshEditorToggleAxis.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/MeshProperty.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/MeshProperty.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/NewConnectionDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/NewConnectionDialog.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/PlotEditorSelectSeriesButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/PlotEditorSelectSeriesButton.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/PythonScriptButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/PythonScriptButton.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/TimeSliderWidget.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/TimeSliderWidget.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/TransformationView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/TransformationView.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/VertexPropertiesView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/VertexPropertiesView.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/VisItPreferencePage_ICE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/VisItPreferencePage_ICE.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/VisItRepresentationDropDown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/VisItRepresentationDropDown.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/VisualizationAddFile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/VisualizationAddFile.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/VisualizationAddPlots.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/VisualizationAddPlots.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/VisualizationPerspectiveOverview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/VisualizationPerspectiveOverview.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/VisualizationSelectPlots.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/VisualizationSelectPlots.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/VisualizationViewTimeSteps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/VisualizationViewTimeSteps.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/images/VizPerspectiveTimeControls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/meshEditor/src/images/VizPerspectiveTimeControls.jpg -------------------------------------------------------------------------------- /docs/meshEditor/src/main.tex: -------------------------------------------------------------------------------- 1 | %%This is a very basic article template. 2 | %%There is just one section and two subsections. 3 | \documentclass{report} 4 | \usepackage{graphicx} 5 | 6 | \setlength{\parskip}{1em} 7 | 8 | \begin{document} 9 | 10 | \chapter{Mesh Editor} 11 | \input{content} 12 | 13 | \end{document} 14 | -------------------------------------------------------------------------------- /docs/moose/tutorial/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Tue Apr 12 14:04:27 EDT 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=ice_moose_20150505.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src 15 | -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Clone_wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Clone_wizard.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Clone_wizard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Clone_wizard2.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Clone_wizard3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Clone_wizard3.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Fork_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Fork_button.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Fork_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Fork_dialog.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/GitView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/GitView.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Git_commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Git_commit.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_CSVAddPlotButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_CSVAddPlotButton.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_CSVAddPlotDialog-Features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_CSVAddPlotDialog-Features.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_CSVAddPlotDialog-PlotTypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_CSVAddPlotDialog-PlotTypes.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_CSVAddPlotDialog-XAxisVariables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_CSVAddPlotDialog-XAxisVariables.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_CSVPlotEditor-Moved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_CSVPlotEditor-Moved.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_CSVPlotEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_CSVPlotEditor.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_CSVPlotter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_CSVPlotter.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_CreateItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_CreateItem.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_ImportItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_ImportItem.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_ImportMOOSEModelBuilder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_ImportMOOSEModelBuilder.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_LaunchJob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_LaunchJob.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_LoadedMOOSETree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_LoadedMOOSETree.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEAdaptiveType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEAdaptiveType.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEAddBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEAddBlock.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEAvailableExecutables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEAvailableExecutables.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEBlockExpand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEBlockExpand.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEBlockParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEBlockParameters.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEDeleteBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEDeleteBlock.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEHostsTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEHostsTable.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEInputFiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEInputFiles.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSELauncher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSELauncher.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSELauncherCustomExecutable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSELauncherCustomExecutable.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEModelBuilder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEModelBuilder.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEPerspective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEPerspective.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEPlantView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEPlantView.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEPlantViewTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEPlantViewTab.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEPlantViewTools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEPlantViewTools.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEPlantViewWireframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEPlantViewWireframe.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSESubblockList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSESubblockList.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSEWriteFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSEWriteFile.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSE_Mesh-View-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSE_Mesh-View-1.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_MOOSE_Mesh-View-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_MOOSE_Mesh-View-2.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_OpenPerspective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_OpenPerspective.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_ParallelExecution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_ParallelExecution.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_SaveButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_SaveButton.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_SelectMOOSEApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_SelectMOOSEApp.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisIt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisIt.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisIt3DNoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisIt3DNoise.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisItAddFileButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisItAddFileButton.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisItAddPlotButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisItAddPlotButton.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisItLaunchButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisItLaunchButton.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisItLaunchOptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisItLaunchOptions.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisItPlaybackButtons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisItPlaybackButtons.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisItPlotSelection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisItPlotSelection.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisItPlotStyleMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisItPlotStyleMenu.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisItPythonScriptButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisItPythonScriptButton.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_VisualizationPerspective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_VisualizationPerspective.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_Viz_CSV-ContextMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_Viz_CSV-ContextMenu.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_Viz_CSV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_Viz_CSV.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_Viz_Grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_Viz_Grid.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_Viz_ResourceViewPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_Viz_ResourceViewPage.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_Viz_VisIt-ContextMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_Viz_VisIt-ContextMenu.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_Viz_VisIt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_Viz_VisIt.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_Viz_VisIt_Preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_Viz_VisIt_Preferences.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/ICE_YAMLGeneratorButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/ICE_YAMLGeneratorButton.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Import_git_proj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Import_git_proj.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Kernel_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Kernel_source.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Make_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Make_target.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/New_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/New_app.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/New_kernel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/New_kernel.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/figures/Note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/figures/Note.png -------------------------------------------------------------------------------- /docs/moose/tutorial/src/sections/ICEManual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/moose/tutorial/src/sections/ICEManual.pdf -------------------------------------------------------------------------------- /docs/newItemGeneration/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /tmp/ 3 | /developerMen.synctex.gz 4 | /newItemGeneratio.synctex.gz 5 | -------------------------------------------------------------------------------- /docs/newItemGeneration/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Mon Jan 18 18:15:25 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=newItemGeneration.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src 15 | -------------------------------------------------------------------------------- /docs/newItemGeneration/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.out 4 | -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/1.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/2.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/3.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/4.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/5.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/6.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/applicationTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/applicationTab.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/argumentsTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/argumentsTab.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/comb12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/comb12.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/comb23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/comb23.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/combdev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/combdev.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/cppPersp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/cppPersp.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/createitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/createitem.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/creatingFernModelItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/creatingFernModelItem.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/dirBrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/dirBrowser.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/fernmodel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/fernmodel.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/fernmodelItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/fernmodelItem.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/launcher.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/launcherResult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/launcherResult.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/newConnectionDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/newConnectionDialog.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/newSyncWizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/newSyncWizard.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/pluginDialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/pluginDialog.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/projectType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/projectType.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/result.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/runConfiguration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/runConfiguration.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/syncButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/syncButton.png -------------------------------------------------------------------------------- /docs/newItemGeneration/src/figures/sysMon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/newItemGeneration/src/figures/sysMon.png -------------------------------------------------------------------------------- /docs/paraviewTutorial/.gitignore: -------------------------------------------------------------------------------- 1 | /documen.synctex.gz 2 | /tmp/ 3 | /bin/ 4 | /OutputVisualizationTutorial.aux 5 | /OutputVisualizationTutorial.log 6 | /OutputVisualizationTutorial.out 7 | /document.pdf 8 | /visualizationTutorial.aux 9 | /visualizationTutorial.log 10 | /visualizationTutorial.out 11 | /vizTutoria.synctex.gz 12 | /vizTutorial.pdf 13 | /vizTutorial.synctex.gz 14 | -------------------------------------------------------------------------------- /docs/paraviewTutorial/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Wed Feb 24 14:19:49 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin/ 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=vizTutorial.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src/ 15 | -------------------------------------------------------------------------------- /docs/paraviewTutorial/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.out 4 | /main.pdf 5 | -------------------------------------------------------------------------------- /docs/paraviewTutorial/src/images/ImportFileDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/paraviewTutorial/src/images/ImportFileDialog.jpg -------------------------------------------------------------------------------- /docs/paraviewTutorial/src/images/ParaViewPlotEditor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/paraviewTutorial/src/images/ParaViewPlotEditor.jpg -------------------------------------------------------------------------------- /docs/paraviewTutorial/src/images/ParaViewPlotEditorSelectSeriesButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/paraviewTutorial/src/images/ParaViewPlotEditorSelectSeriesButton.jpg -------------------------------------------------------------------------------- /docs/paraviewTutorial/src/images/ParaViewRepresentationDropDown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/paraviewTutorial/src/images/ParaViewRepresentationDropDown.jpg -------------------------------------------------------------------------------- /docs/paraviewTutorial/src/images/ParaViewVisualizer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/paraviewTutorial/src/images/ParaViewVisualizer.jpg -------------------------------------------------------------------------------- /docs/paraviewTutorial/src/images/TimeSliderWidget.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/paraviewTutorial/src/images/TimeSliderWidget.jpg -------------------------------------------------------------------------------- /docs/paraviewTutorial/src/images/paraviewpreferencepage_ice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/paraviewTutorial/src/images/paraviewpreferencepage_ice.jpg -------------------------------------------------------------------------------- /docs/paraviewTutorial/src/main.tex: -------------------------------------------------------------------------------- 1 | \documentclass{report} 2 | \usepackage{graphicx} 3 | \usepackage{hyperref} 4 | \usepackage{url} 5 | 6 | \setlength{\parskip}{1em} 7 | 8 | \begin{document} 9 | 10 | 11 | \title{Visualizing Output With Paraview} 12 | \maketitle{} 13 | 14 | \chapter{Paraview} 15 | \input{content} 16 | 17 | \end{document} 18 | 19 | -------------------------------------------------------------------------------- /docs/reflectivity/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /tmp/ 3 | /reflectivit.synctex.gz 4 | -------------------------------------------------------------------------------- /docs/reflectivity/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Mon Jan 18 18:15:25 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=reflectivity.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src 15 | -------------------------------------------------------------------------------- /docs/reflectivity/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | -------------------------------------------------------------------------------- /docs/reflectivity/src/content.tex: -------------------------------------------------------------------------------- 1 | \section{Neutron Reflectivity Simulator Tutorial} 2 | 3 | \subsection{Overview} 4 | 5 | Plain text. 6 | 7 | \subsection{Loading LRAC Data} 8 | \subsection{Managing Materials} 9 | \subsection{Simulating Neutron Reflectivity} 10 | 11 | More plain text. 12 | 13 | \subsection{Installation} 14 | -------------------------------------------------------------------------------- /docs/reflectivity/src/main.tex: -------------------------------------------------------------------------------- 1 | \documentclass{report} 2 | 3 | \begin{document} 4 | 5 | \chapter{Simulating Neutron Reflectivity} 6 | \input{content} 7 | 8 | \end{document} 9 | -------------------------------------------------------------------------------- /docs/resourceComponents/.gitignore: -------------------------------------------------------------------------------- 1 | /documen.synctex.gz 2 | /tmp/ 3 | /bin/ 4 | /OutputVisualizationTutorial.aux 5 | /OutputVisualizationTutorial.log 6 | /OutputVisualizationTutorial.out 7 | /document.pdf 8 | /MeshEditorTutorial.aux 9 | /MeshEditorTutorial.log 10 | /meshEditorTutoria.synctex.gz 11 | /meshEditorTutorial.pdf 12 | /meshEditorTutorial.synctex.gz 13 | -------------------------------------------------------------------------------- /docs/resourceComponents/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Fri Feb 26 12:19:39 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin/ 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=meshEditorTutorial.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src/ 15 | -------------------------------------------------------------------------------- /docs/resourceComponents/VisualizationComponentSlides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/VisualizationComponentSlides.pdf -------------------------------------------------------------------------------- /docs/resourceComponents/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.pdf 4 | -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/AddComplexShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/AddComplexShape.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/AddPolygon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/AddPolygon.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/AddPrimitiveShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/AddPrimitiveShape.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/CSVContextMenu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/CSVContextMenu.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/CSVControls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/CSVControls.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/CSVGraph.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/CSVGraph.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/CSVSelectIndependentSeriesDatabase.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/CSVSelectIndependentSeriesDatabase.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/CSVSelectSeriesDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/CSVSelectSeriesDialog.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ClosePlotButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ClosePlotButton.png -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ComplexShapeTree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ComplexShapeTree.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/DeleteButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/DeleteButton.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/DeleteMesh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/DeleteMesh.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/DemoPackageStructure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/DemoPackageStructure.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/DuplicateButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/DuplicateButton.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/EditMode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/EditMode.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ErrorHoverMenu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ErrorHoverMenu.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ICEPreferences.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ICEPreferences.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ICE_OpenPerspective.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ICE_OpenPerspective.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ImportButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ImportButton.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ImportFileDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ImportFileDialog.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ItemTabs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ItemTabs.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ManifestDependencies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ManifestDependencies.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/MeshEditorButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/MeshEditorButton.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/NewItem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/NewItem.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/NewItemDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/NewItemDialog.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/NewPolygon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/NewPolygon.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ReplicateButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ReplicateButton.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ReplicateDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ReplicateDialog.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ResourceComponentControls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ResourceComponentControls.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ResourcesTab.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ResourcesTab.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/SelectedVertex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/SelectedVertex.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/TimeSliderOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/TimeSliderOptions.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/TimeSliderWidget.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/TimeSliderWidget.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ToggleAxis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ToggleAxis.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/ToggleHUD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/ToggleHUD.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/TransformationView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/TransformationView.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/VisItContextMenu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/VisItContextMenu.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/VisItPlot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/VisItPlot.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/VisualizationPreferences.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/VisualizationPreferences.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/images/XSEDEDemoPackageStructure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/resourceComponents/src/images/XSEDEDemoPackageStructure.jpg -------------------------------------------------------------------------------- /docs/resourceComponents/src/main.tex: -------------------------------------------------------------------------------- 1 | \documentclass{report} 2 | \usepackage{graphicx} 3 | \usepackage[section]{placeins} 4 | \usepackage{float} 5 | 6 | \setlength{\parskip}{1em} 7 | 8 | \begin{document} 9 | 10 | \title{Resource Components} 11 | \maketitle 12 | 13 | \chapter{Working with Resource Components} 14 | \input{content} 15 | 16 | \end{document} 17 | -------------------------------------------------------------------------------- /docs/scripting/.gitignore: -------------------------------------------------------------------------------- 1 | /tmp/ 2 | /bin/ 3 | /easeTutorial.synctex.gz 4 | /easeTutorial.pdf 5 | /easeTutoria.synctex.gz 6 | -------------------------------------------------------------------------------- /docs/scripting/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Mon Feb 29 20:49:08 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin/ 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=easeTutorial.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src/ 15 | -------------------------------------------------------------------------------- /docs/scripting/ICE Scripting Tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/ICE Scripting Tutorial.pdf -------------------------------------------------------------------------------- /docs/scripting/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.out 4 | /main.pdf 5 | -------------------------------------------------------------------------------- /docs/scripting/src/images/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/console.png -------------------------------------------------------------------------------- /docs/scripting/src/images/ease-marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/ease-marketplace.png -------------------------------------------------------------------------------- /docs/scripting/src/images/editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/editor.png -------------------------------------------------------------------------------- /docs/scripting/src/images/modulesexplorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/modulesexplorer.png -------------------------------------------------------------------------------- /docs/scripting/src/images/newfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/newfile.png -------------------------------------------------------------------------------- /docs/scripting/src/images/newproject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/newproject.png -------------------------------------------------------------------------------- /docs/scripting/src/images/newproject_wiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/newproject_wiz.png -------------------------------------------------------------------------------- /docs/scripting/src/images/perspective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/perspective.png -------------------------------------------------------------------------------- /docs/scripting/src/images/projexplorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/projexplorer.png -------------------------------------------------------------------------------- /docs/scripting/src/images/pydev-marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/pydev-marketplace.png -------------------------------------------------------------------------------- /docs/scripting/src/images/runbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/runbutton.png -------------------------------------------------------------------------------- /docs/scripting/src/images/scriptButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/scriptButton.png -------------------------------------------------------------------------------- /docs/scripting/src/images/scripting-prefs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/scripting-prefs1.png -------------------------------------------------------------------------------- /docs/scripting/src/images/scripting-prefs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/scripting-prefs2.png -------------------------------------------------------------------------------- /docs/scripting/src/images/showview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/scripting/src/images/showview.png -------------------------------------------------------------------------------- /docs/scripting/src/main.tex: -------------------------------------------------------------------------------- 1 | \documentclass{report} 2 | \usepackage{graphicx} 3 | \usepackage{hyperref} 4 | \usepackage{url} 5 | \usepackage{listings} 6 | 7 | \setlength{\parskip}{1em} 8 | 9 | \begin{document} 10 | 11 | \title{Scripting ICE with EASE} 12 | \maketitle{} 13 | 14 | \chapter{EASE Scripting} 15 | \input{content} 16 | 17 | \end{document} 18 | -------------------------------------------------------------------------------- /docs/visualization/.gitignore: -------------------------------------------------------------------------------- 1 | /documen.synctex.gz 2 | /tmp/ 3 | /bin/ 4 | /OutputVisualizationTutorial.aux 5 | /OutputVisualizationTutorial.log 6 | /OutputVisualizationTutorial.out 7 | /document.pdf 8 | /visualizationTutorial.aux 9 | /visualizationTutorial.log 10 | /visualizationTutorial.out 11 | /vizTutoria.synctex.gz 12 | /vizTutorial.pdf 13 | /vizTutorial.synctex.gz 14 | -------------------------------------------------------------------------------- /docs/visualization/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Wed Feb 24 14:19:49 EST 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin/ 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=vizTutorial.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src/ 15 | -------------------------------------------------------------------------------- /docs/visualization/src/.gitignore: -------------------------------------------------------------------------------- 1 | /main.aux 2 | /main.log 3 | /main.out 4 | -------------------------------------------------------------------------------- /docs/visualization/src/images/CSVPlotViewer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/CSVPlotViewer.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/CSVTabs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/CSVTabs.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/ClosePlotButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/ClosePlotButton.png -------------------------------------------------------------------------------- /docs/visualization/src/images/CreateNewGeometryOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/CreateNewGeometryOptions.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/CreateNewMeshOptions.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/CreateNewMeshOptions.bmp -------------------------------------------------------------------------------- /docs/visualization/src/images/CreateNewMeshOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/CreateNewMeshOptions.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/EdgeBoundaryConditions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/EdgeBoundaryConditions.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/EmptyMeshEditor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/EmptyMeshEditor.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryAddComplex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryAddComplex.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryAddCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryAddCube.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryAddPrimitive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryAddPrimitive.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryCubRotate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryCubRotate.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryCubeScale.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryCubeScale.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryCubeSize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryCubeSize.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryCubeTranslate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryCubeTranslate.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryDeleteButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryDeleteButton.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryDuplicateShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryDuplicateShape.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryReplicateDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryReplicateDialog.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryReplicateShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryReplicateShape.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometrySelectCube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometrySelectCube.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryStackedUnions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryStackedUnions.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/GeometryUnionAddShape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/GeometryUnionAddShape.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/ICE_OpenPerspective.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/ICE_OpenPerspective.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/ICE_VisItLaunchButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/ICE_VisItLaunchButton.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/ICE_VisItLaunchOptions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/ICE_VisItLaunchOptions.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/ImportFileDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/ImportFileDialog.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MOOSEEmbeddedHorizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MOOSEEmbeddedHorizontal.png -------------------------------------------------------------------------------- /docs/visualization/src/images/MOOSEEmbeddedVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MOOSEEmbeddedVertical.png -------------------------------------------------------------------------------- /docs/visualization/src/images/MOOSEItem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MOOSEItem.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MOOSEJobConsoleOutput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MOOSEJobConsoleOutput.png -------------------------------------------------------------------------------- /docs/visualization/src/images/MOOSEPerspectiveNewWorkflow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MOOSEPerspectiveNewWorkflow.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MOOSETree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MOOSETree.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MeshEditorAddMode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MeshEditorAddMode.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MeshEditorDragVertex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MeshEditorDragVertex.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MeshEditorEditMode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MeshEditorEditMode.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MeshEditorReuseEdge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MeshEditorReuseEdge.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MeshEditorSelection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MeshEditorSelection.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MeshEditorToggleAxis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MeshEditorToggleAxis.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/MeshProperty.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/MeshProperty.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/NewConnectionDialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/NewConnectionDialog.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/PlotEditorSelectSeriesButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/PlotEditorSelectSeriesButton.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/PythonScriptButton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/PythonScriptButton.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/TimeSliderWidget.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/TimeSliderWidget.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/TransformationView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/TransformationView.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/VertexPropertiesView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/VertexPropertiesView.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/VisItPreferencePage_ICE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/VisItPreferencePage_ICE.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/VisItRepresentationDropDown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/VisItRepresentationDropDown.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/VisualizationAddFile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/VisualizationAddFile.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/VisualizationAddPlots.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/VisualizationAddPlots.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/VisualizationPerspectiveOverview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/VisualizationPerspectiveOverview.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/VisualizationSelectPlots.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/VisualizationSelectPlots.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/VisualizationViewTimeSteps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/VisualizationViewTimeSteps.jpg -------------------------------------------------------------------------------- /docs/visualization/src/images/VizPerspectiveTimeControls.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/docs/visualization/src/images/VizPerspectiveTimeControls.jpg -------------------------------------------------------------------------------- /docs/xsede/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /tmp/ 3 | /ice-fullTutoria.synctex.gz 4 | -------------------------------------------------------------------------------- /docs/xsede/.texlipse: -------------------------------------------------------------------------------- 1 | #TeXlipse project settings 2 | #Tue Apr 12 13:38:16 EDT 2016 3 | markTmpDer=true 4 | builderNum=2 5 | outputDir=bin 6 | makeIndSty= 7 | bibrefDir= 8 | outputFormat=pdf 9 | tempDir=tmp 10 | mainTexFile=main.tex 11 | outputFile=ice-xsede-tutorial.pdf 12 | langSpell=en 13 | markDer=true 14 | srcDir=src 15 | -------------------------------------------------------------------------------- /docs/xsede/src/overview.tex: -------------------------------------------------------------------------------- 1 | \section{Overview} -------------------------------------------------------------------------------- /examples/org.eclipse.ice.examples.reflectivity/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | org.eclipse.ice.examples.reflectivity 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /org.eclipse.ice.aggregator/.gitignore: -------------------------------------------------------------------------------- 1 | /workspace/ 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.aggregator/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.caebat.batml/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.caebat.batml/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.classifier/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = plugin.xml,\ 4 | META-INF/,\ 5 | .,\ 6 | icons/,\ 7 | contexts.xml 8 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.compatibility/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.compatibility/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.compatibility/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Sat Nov 24 17:09:12 EST 2012 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.compatibility/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.compatibility/src/placeholder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.compatibility/src/placeholder.txt -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Fri Feb 17 13:59:40 EST 2012 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/about.mappings: -------------------------------------------------------------------------------- 1 | # about.mappings 2 | # contains fill-ins for about.properties 3 | # java.io.Properties file (ISO 8859-1 with "\" escapes) 4 | # This file does not need to be translated. 5 | 6 | 0=${buildId} 7 | 1=${releaseName} -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/about.properties: -------------------------------------------------------------------------------- 1 | # NLS_MESSAGEFORMAT_NONE 2 | # NLS_ENCODING=UTF-8 3 | 4 | aboutText=ICE - Integrated Computational Environment\n\n\ 5 | Version: {1}\n\ 6 | Build id: {0}\n\n\ 7 | (c) Copyright Eclipse contributors and others 2016. All rights reserved.\n\ 8 | Visit http://eclipse.org/ice 9 | 10 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/icons/ice_logo_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.rcp/icons/ice_logo_128x128.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/icons/ice_logo_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.rcp/icons/ice_logo_16x16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/icons/ice_logo_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.rcp/icons/ice_logo_256x256.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/icons/ice_logo_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.rcp/icons/ice_logo_32x32.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/icons/ice_logo_64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.rcp/icons/ice_logo_64x64.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/plugin.properties: -------------------------------------------------------------------------------- 1 | aboutText = ICE - Integrated Computational Environment\n\n\ 2 | Version: {1}\n\ 3 | Build id: {0}\n\n\ 4 | (c) Copyright Eclipse contributors and others 2016. All rights reserved.\n\ 5 | Visit http://eclipse.org/ice -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/plugin_customization_runtime.ini: -------------------------------------------------------------------------------- 1 | org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true 2 | org.eclipse.ui/defaultPerspectiveId=org.eclipse.cdt.ui.CPerspective 3 | org.eclipse.ui.editors/lineNumberRuler=true -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/plugin_customization_sdk.ini: -------------------------------------------------------------------------------- 1 | org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true 2 | org.eclipse.ui/defaultPerspectiveId=org.eclipse.pde.ui.PDEPerspective 3 | org.eclipse.ui.editors/lineNumberRuler=true -------------------------------------------------------------------------------- /org.eclipse.ice.client.rcp/splash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.rcp/splash.bmp -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | pom.xml,\ 5 | plugin.xml,\ 6 | build.properties,\ 7 | icons/,\ 8 | OSGI-INF/ 9 | source.. = src/ 10 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-down-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-down-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-down-perspective-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-down-perspective-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-left-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-left-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-left-perspective-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-left-perspective-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-pitch-down-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-pitch-down-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-pitch-up-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-pitch-up-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-right-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-right-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-right-perspective-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-right-perspective-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-roll-left-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-roll-left-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-roll-right-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-roll-right-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-up-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-up-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-up-perspective-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-up-perspective-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-yaw-left-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-yaw-left-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/arrow-yaw-right-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/arrow-yaw-right-16.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/camera.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets.moose/icons/file_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets.moose/icons/file_obj.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=false 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/Cool-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/Cool-icon.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/NiCE_final_2in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/NiCE_final_2in.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/add.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/alt_about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/alt_about.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/alt_launcher.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/alt_launcher.icns -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/alt_launcher.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/alt_launcher.ico -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/alt_window_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/alt_window_16.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/alt_window_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/alt_window_32.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/complement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/complement.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/delete_X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/delete_X.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/file_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/file_obj.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/filenav_nav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/filenav_nav.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/folder.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/importArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/importArrow.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/itemImport.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/itemImport.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/mesh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/mesh.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/new_wiz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/new_wiz.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/next.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/niceLogo_20110729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/niceLogo_20110729.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/niceLogo_small_20110729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/niceLogo_small_20110729.png -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/pause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/pause.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/play.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/play.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/previous.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/previous.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/sample.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/sample.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/server.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/server.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/icons/stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client.widgets/icons/stop.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client.widgets/plugin_customization.ini: -------------------------------------------------------------------------------- 1 | org.eclipse.ui/defaultPerspectiveId=org.eclipse.ice.client.widgets.perspective -------------------------------------------------------------------------------- /org.eclipse.ice.client/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.client/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.client/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Mon Aug 27 14:50:32 EDT 2012 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/Cool-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/Cool-icon.png -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/NiCE_final_2in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/NiCE_final_2in.png -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/add.png -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/alt_about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/alt_about.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/alt_launcher.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/alt_launcher.icns -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/alt_launcher.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/alt_launcher.ico -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/alt_window_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/alt_window_16.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/alt_window_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/alt_window_32.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/complement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/complement.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/delete_X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/delete_X.png -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/file_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/file_obj.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/filenav_nav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/filenav_nav.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/folder.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/importArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/importArrow.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/itemImport.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/itemImport.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/mesh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/mesh.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/new_wiz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/new_wiz.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/next.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/niceLogo_20110729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/niceLogo_20110729.png -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/niceLogo_small_20110729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/niceLogo_small_20110729.png -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/pause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/pause.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/play.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/play.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/previous.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/previous.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/sample.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/sample.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/server.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/server.gif -------------------------------------------------------------------------------- /org.eclipse.ice.client/icons/stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.client/icons/stop.gif -------------------------------------------------------------------------------- /org.eclipse.ice.core.test/defaultUser/default/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | default 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /org.eclipse.ice.core/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.core/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.core/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Tue Jan 31 11:24:33 EST 2012 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.core/jaas_config.txt: -------------------------------------------------------------------------------- 1 | SimpleConfig { 2 | org.eclipse.equinox.security.auth.module.ExtensionLoginModule required debug="true" extensionId="org.eclipse.ice.core.basicLoginModule"; 3 | }; -------------------------------------------------------------------------------- /org.eclipse.ice.datastructures/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.datastructures/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.datastructures/OSGI-INF/jaxbclassprovider.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.datastructures/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | schema/,\ 5 | plugin.xml,\ 6 | OSGI-INF/ 7 | src.includes = META-INF/,\ 8 | src/ 9 | source.. = src/ 10 | -------------------------------------------------------------------------------- /org.eclipse.ice.demo/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.demo/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = plugin.xml,\ 3 | META-INF/,\ 4 | .,\ 5 | OSGI-INF/demoGeometryPageComponent.xml 6 | source.. = src/ 7 | -------------------------------------------------------------------------------- /org.eclipse.ice.developer.moose/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /target/ 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.developer.moose/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.developer.moose/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | .,\ 5 | plugin.xml 6 | -------------------------------------------------------------------------------- /org.eclipse.ice.developer/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /target/ 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.developer/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.developer/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | .,\ 5 | plugin.xml 6 | -------------------------------------------------------------------------------- /org.eclipse.ice.feature/.gitignore: -------------------------------------------------------------------------------- 1 | /target 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.feature/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.feature/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = feature.xml 2 | 3 | root = rootfiles -------------------------------------------------------------------------------- /org.eclipse.ice.filesimulation/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.filesimulation/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.filesimulation/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Mon Nov 14 11:03:27 EST 2011 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.filesimulation/testFiles/index.php: -------------------------------------------------------------------------------- 1 | 5 | 6 | -------------------------------------------------------------------------------- /org.eclipse.ice.filesimulation/testFiles/niceLogo_small_20110729.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.filesimulation/testFiles/niceLogo_small_20110729.png -------------------------------------------------------------------------------- /org.eclipse.ice.geometry/.gitignore: -------------------------------------------------------------------------------- 1 | /target/ 2 | /bin/ 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.geometry/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.geometry/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=true 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.geometry/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.geometry/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | build.properties,\ 5 | plugin.xml,\ 6 | plugin_customization.ini,\ 7 | about.html 8 | source.. = src/ 9 | -------------------------------------------------------------------------------- /org.eclipse.ice.geometry/plugin_customization.ini: -------------------------------------------------------------------------------- 1 | org.eclipse.ui/defaultPerspectiveId=org.eclipse.ice.reflectivity.ReflectivityPerspective -------------------------------------------------------------------------------- /org.eclipse.ice.installer/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.installer/__init__.py -------------------------------------------------------------------------------- /org.eclipse.ice.io/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.io/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.io/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=true 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.item/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.item/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.item/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Fri Mar 02 15:16:58 EST 2012 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.item/OSGi-INF/SHARPModelComponent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /org.eclipse.ice.item/deps/snakeyaml/com.springsource.snakeyaml-1.6.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.item/deps/snakeyaml/com.springsource.snakeyaml-1.6.0.jar -------------------------------------------------------------------------------- /org.eclipse.ice.item/resources/script-macosx.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | $SHELL -i -l -c "env | grep DOCKER" -------------------------------------------------------------------------------- /org.eclipse.ice.item/resources/script.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | FOR /f "tokens=*" %%i IN ('docker-machine env --shell cmd default') DO %%i 3 | SET DOCKER -------------------------------------------------------------------------------- /org.eclipse.ice.materials.feature/.gitignore: -------------------------------------------------------------------------------- 1 | /target/ 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials.feature/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials.feature/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = feature.xml 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials.ui/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials.ui/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials.ui/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=false 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials.ui/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | materialsFragment.e4xmi,\ 5 | OSGI-INF/MaterialsUIComponent.xml,\ 6 | reflectivityExample.png,\ 7 | densityExample.png,\ 8 | plugin.xml,\ 9 | icons/ 10 | source.. = src/ 11 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials.ui/densityExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.materials.ui/densityExample.png -------------------------------------------------------------------------------- /org.eclipse.ice.materials.ui/icons/releng_gears.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.materials.ui/icons/releng_gears.gif -------------------------------------------------------------------------------- /org.eclipse.ice.materials.ui/reflectivityExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.materials.ui/reflectivityExample.png -------------------------------------------------------------------------------- /org.eclipse.ice.materials/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=true 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | plugin.xml,\ 5 | data/ 6 | source.. = src/ 7 | src.includes = data/,\ 8 | pom.xml 9 | root=data 10 | -------------------------------------------------------------------------------- /org.eclipse.ice.materials/plugin.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /org.eclipse.ice.mesh/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.mesh/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.mesh/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | OSGI-INF/meshEditorComponent.xml,\ 5 | plugin.xml 6 | source.. = src/ 7 | -------------------------------------------------------------------------------- /org.eclipse.ice.nek5000/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.nek5000/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.nek5000/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=true 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.nek5000/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = META-INF/,\ 2 | .,\ 3 | OSGI-INF/nekModelComponent.xml,\ 4 | OSGI-INF/nek5000LauncherComponent.xml,\ 5 | plugin.xml,\ 6 | OSGI-INF/nekVizServiceFactory.xml 7 | output.. = bin/ 8 | source.. = src/ 9 | -------------------------------------------------------------------------------- /org.eclipse.ice.parent/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.parsergenerator/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.parsergenerator/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = plugin.xml,\ 4 | META-INF/,\ 5 | . 6 | -------------------------------------------------------------------------------- /org.eclipse.ice.persistence.xml/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.persistence.xml/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.persistence.xml/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=false 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.persistence.xml/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | OSGi-INF/xmlPersistenceProvider.xml,\ 5 | plugin.xml 6 | source.. = src/ 7 | -------------------------------------------------------------------------------- /org.eclipse.ice.product/.gitignore: -------------------------------------------------------------------------------- 1 | /target 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.product/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.product/advMat/.gitignore: -------------------------------------------------------------------------------- 1 | /target/ 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.product/icons/ice_logo_runtime.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.product/icons/ice_logo_runtime.icns -------------------------------------------------------------------------------- /org.eclipse.ice.product/icons/ice_logo_sdk.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.product/icons/ice_logo_sdk.icns -------------------------------------------------------------------------------- /org.eclipse.ice.product/splash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.product/splash.bmp -------------------------------------------------------------------------------- /org.eclipse.ice.projectgeneration/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /target/ 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.projectgeneration/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.projectgeneration/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | .,\ 5 | plugin.xml,\ 6 | templates_3.4/,\ 7 | plugin.properties,\ 8 | schema/ 9 | -------------------------------------------------------------------------------- /org.eclipse.ice.projectgeneration/plugin.properties: -------------------------------------------------------------------------------- 1 | template.ICEItem.name = New ICE Item 2 | template.ICEItem.desc =

Create new ICE Item plugin project

3 | -------------------------------------------------------------------------------- /org.eclipse.ice.proteus/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.proteus/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.proteus/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=true 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.proteus/OSGI-INF/PROTEUSModelComponent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /org.eclipse.ice.proteus/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | .,\ 5 | OSGI-INF/,\ 6 | plugin.xml 7 | -------------------------------------------------------------------------------- /org.eclipse.ice.reactor.plant/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.reactor.plant/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.reactor.plant/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Mon May 19 13:58:08 EDT 2014 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.reactor.plant/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | OSGI-INF/ 5 | source.. = src/ 6 | -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/.gitignore: -------------------------------------------------------------------------------- 1 | /target/ 2 | /bin/ 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=true 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | build.properties,\ 5 | plugin.xml,\ 6 | plugin_customization.ini,\ 7 | about.html,\ 8 | icons/ 9 | source.. = src/ 10 | -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/icons/materialProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.reflectivity.ui/icons/materialProperties.png -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/icons/reflectivityCalc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.reflectivity.ui/icons/reflectivityCalc.png -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/icons/sns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.reflectivity.ui/icons/sns.png -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/icons/sns_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.reflectivity.ui/icons/sns_small.png -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity.ui/plugin_customization.ini: -------------------------------------------------------------------------------- 1 | org.eclipse.ui/defaultPerspectiveId=org.eclipse.ice.reflectivity.ReflectivityPerspective -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.reflectivity/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | .,\ 5 | OSGI-INF/,\ 6 | plugin.xml 7 | 8 | -------------------------------------------------------------------------------- /org.eclipse.ice.repository/.gitignore: -------------------------------------------------------------------------------- 1 | /target 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.repository/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.servicetester/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.servicetester/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.servicetester/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Sat Aug 27 14:45:16 EDT 2011 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.servicetester/build.properties: -------------------------------------------------------------------------------- 1 | 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | OSGI-INF/component.xml 5 | output.. = bin/ 6 | source.. = src/ 7 | -------------------------------------------------------------------------------- /org.eclipse.ice.tablecomponenttester/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tablecomponenttester/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tablecomponenttester/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | .,\ 5 | plugin.xml 6 | -------------------------------------------------------------------------------- /org.eclipse.ice.tablecomponenttester/data/test_new.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.tablecomponenttester/data/test_new.h5 -------------------------------------------------------------------------------- /org.eclipse.ice.target.mars/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.target.neon/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.caebat.batml/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.caebat.batml/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.caebat.batml/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets.moose/.gitignore: -------------------------------------------------------------------------------- 1 | /target/ 2 | /bin/ 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets.moose/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets.moose/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets.utils/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | /screenshots/ 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets.utils/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets.utils/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | additional.bundles = org.junit,\ 6 | org.hamcrest.core 7 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | /screenshots/ 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Wed Aug 29 10:50:25 EDT 2012 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client.widgets/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Fri Dec 30 10:10:34 EST 2011 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client/build.properties: -------------------------------------------------------------------------------- 1 | 2 | source.. = src/ 3 | output.. = bin/ 4 | bin.includes = META-INF/,\ 5 | . 6 | additional.bundles = org.junit,\ 7 | org.hamcrest.core 8 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.client/fakeCoreTestFile: -------------------------------------------------------------------------------- 1 | Client Item Output Test File -------------------------------------------------------------------------------- /org.eclipse.ice.tests.core.jaxrs/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.core.jaxrs/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.core.jaxrs/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | bin.includes = META-INF/,\ 3 | schema/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.core.jaxrs/plugin.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.core/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | /itemManagerTesterWorkspace 4 | /default2/ 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.core/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.core/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Mon Aug 22 11:54:35 EDT 2011 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.core/build.properties: -------------------------------------------------------------------------------- 1 | 2 | source.. = src/ 3 | output.. = bin/ 4 | bin.includes = META-INF/,\ 5 | . 6 | additional.bundles = org.junit 7 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.core/defaultUser/default/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | default 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.datastructures/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.datastructures/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.datastructures/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=false 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.datastructures/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = META-INF/,\ 2 | . 3 | output.. = bin/ 4 | source.. = src/ 5 | additional.bundles = org.junit,\ 6 | org.eclipse.ice.datastructures 7 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.installer/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eclipse/ice/4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49/org.eclipse.ice.tests.installer/__init__.py -------------------------------------------------------------------------------- /org.eclipse.ice.tests.io/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.io/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.io/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Tue Nov 13 11:44:59 EST 2012 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.io/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.item/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | /itemTesterWorkspace 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.item/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.item/build.properties: -------------------------------------------------------------------------------- 1 | 2 | source.. = src/ 3 | output.. = bin/ 4 | bin.includes = META-INF/,\ 5 | . 6 | additional.bundles = org.junit 7 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.item/ls_stdout_1.txt: -------------------------------------------------------------------------------- 1 | classesdev.propertiesorg.eclipse.ice.item.test-2.0.0.jarlocal-artifacts.propertiesMANIFEST.MFmaven-archiverp2artifacts.xmlp2content.xmlsurefire.propertiessurefire-reportswork -------------------------------------------------------------------------------- /org.eclipse.ice.tests.materials/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.materials/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.materials/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=false 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.materials/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.mesh/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.mesh/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.mesh/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.nek5000/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | /NekModelTesterWorkspace 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.nek5000/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.nek5000/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=false 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.nek5000/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.parsergenerator/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.parsergenerator/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.persistence.xml/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.persistence.xml/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.persistence.xml/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=false 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.persistence.xml/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.projectgeneration/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /target/ 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.projectgeneration/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.projectgeneration/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | .,\ 5 | plugin.xml 6 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.proteus/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | /PROTEUSTesterWorkspace/ 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.proteus/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.proteus/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | pluginProject.extensions=false 3 | resolve.requirebundle=false 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.proteus/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.reactor.plant/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.reactor.plant/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.reactor.plant/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Mon May 19 18:35:38 EDT 2014 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.reactor.plant/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.reflectivity/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.reflectivity/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.reflectivity/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.ui.swtbot/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /screenshots/ 3 | /target 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.ui.swtbot/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.ui.swtbot/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.vibe/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | /caebatTesterWorkspace 4 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.vibe/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.vibe/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Mon Mar 25 12:12:47 EDT 2013 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.tests.vibe/build.properties: -------------------------------------------------------------------------------- 1 | source.. = src/ 2 | output.. = bin/ 3 | bin.includes = META-INF/,\ 4 | . 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.vibe/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /org.eclipse.ice.vibe/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.vibe/.settings/org.eclipse.pde.core.prefs: -------------------------------------------------------------------------------- 1 | #Thu Mar 21 13:49:40 EDT 2013 2 | eclipse.preferences.version=1 3 | resolve.requirebundle=false 4 | pluginProject.extensions=false 5 | -------------------------------------------------------------------------------- /org.eclipse.ice.vibe/build.properties: -------------------------------------------------------------------------------- 1 | output.. = bin/ 2 | bin.includes = META-INF/,\ 3 | .,\ 4 | OSGi-INF/,\ 5 | OSGi-INF/vibeKVPairComponent.xml,\ 6 | data/,\ 7 | data/case_6.conf,\ 8 | data/case_6.dat,\ 9 | plugin.xml 10 | source.. = src/,\ 11 | data/ 12 | -------------------------------------------------------------------------------- /org.eclipse.ice.vibe/data/None.dat: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /utils/ICEDocCleaner/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /utils/ICEDocCleaner/.gitignore: -------------------------------------------------------------------------------- 1 | bin/ 2 | --------------------------------------------------------------------------------