2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changing "temperature" to "helium flux" in the initial comment. More... almost 10 years ago
Changing the default option for the flux in the preprocessor. SB 20151005 More... almost 10 years ago
Flipping the preconditioner PETSc options in the preprocessor for the 1D case. SB 20150903 More... almost 10 years ago
Changing the preconditionner options in multidimension to work with the latest Petsc version. SB 20150828 More... about 10 years ago
Changing the flux handlers so that they don't use helium in their method names, and return the cluster ID of the incident flux. Updating the associated tests. SB 20150824 More... about 10 years ago
Modifying the way the flux and retention are computed in 2D and 3D because it was causing the retention not to reproduce the 1D results. SB 20150819 More... about 10 years ago
Updating the preprocessor with new Petsc argument default options. It will automatically use multigrid preconditioners if in multidimension. Fixing a "i" variable that was used twice in SeriesPlot.cpp. SB 20150814 More... about 10 years ago
Merging the changes from the PetscSolver branch to the trunk. SB 20150707 More... about 10 years ago
Updating the PetscSolverTester so that it works which ever PETSc version is used. SB 20150701 More... about 10 years ago
Adding the phase cut option to the preprocessor in order to easily generate a reduced network. SB 20150624 More... about 10 years ago
Updating the result folder with input files and results from the small helium clusters behavior near the surface study. SB 20150623 More... about 10 years ago
Adding a new results folder to the repo to store network, parameter, and output files. This should allow us to have reproducible results in the future. SB 20150608 More... about 10 years ago
Updated check for PETSc configure info in response to changes in its location. More... over 10 years ago
Added more robust check for C++11 flag. More... over 10 years ago
Using more efficient MPI functions in some of the monitors. Changing the way tags are used with MPI send and recv. SB 20150512 More... over 10 years ago
Adding unit tests in xolotlCore and in the data provider. SB 20150421 More... over 10 years ago
Updating the trunk with the latest changes from the petsc solver branch. SB 20150415 More... over 10 years ago
Removing the parameter test file that are not needed anymore. SB 20150318 More... over 10 years ago
Cleaning-up the preprocessor and its tests. SB 20150318 More... over 10 years ago
Cleaning-up the monitors and switching some "auto" to double or int. SB 20150317 More... over 10 years ago
Merging the latest changes from the petscsolver branch that uses xolotlCore::equal() instead of != or == for doubles. SB 20150311 More... over 10 years ago
Changing the fit used to obtain the formation energy because the previous one could not extend to bigger V sizes. SB 20150309 More... over 10 years ago
Cleaning-up PSICluster.cpp and removing the getCompositionVector method that was not used anymore. SB 20150306 More... over 10 years ago
Cleaning-up xolotlCore and associated tests: mostly updating the comments and removing a couple of methods that were not used. SB 20150303 More... over 10 years ago
New benchmark files to run in 1D, 2D, and 3D, with their associated parameter files. SB 20150226 More... over 10 years ago
Removing the compiling of the preprocessor from the main CMakeLists.txt file and moving it to gov.ornl.xolotl.preprocessor. SB 20150225 More... over 10 years ago
Merging from the petscsolver branch a missing semicolon. SB 20150220 More... over 10 years ago
Merging the petscsolver_branch in the trunk. Now the latest version of PETSc is needed and the wiki needs to be updated. SB 20150220 More... over 10 years ago
When computing the advection, multiply then divide, instead of the opposite. This way gives a better precision on the result. SB 20150130 More... over 10 years ago
Fixing the way the advection was set for the Jacobian method. The placement of the values was checked by looking at the Finite difference Jacobian. Updating the corresponding tests. SB 20150127 More... over 10 years ago