0
I Use This!
High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
May 28, 2024 — May 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move files to match the namespace they implement. More... over 13 years ago
Break out the class that generates the adiabatic conditions. Simplify code by using the new ScalarFunctionFromFunctionObject class. More... over 13 years ago
Add one point. More... over 13 years ago
Remove a variable no longer needed. More... over 13 years ago
Make the thermal conductivity a parameter of the material model. More... over 13 years ago
Re-indent. More... over 13 years ago
Remove obsolete parameter. More... over 13 years ago
Move the radiogenic heating rate to the proper place. More... over 13 years ago
Remove duplicate declaration of variable. More... over 13 years ago
Remove now obsolete variable. More... over 13 years ago
Move the reference viscosity into the material model. More... over 13 years ago
Give material model parameters their own section in the parameter file. More... over 13 years ago
Move material model stuff into its own namespace. More... over 13 years ago
Reindent a comment. More... over 13 years ago
Remove another unused parameter. More... over 13 years ago
Get rid of an unused parameter. More... over 13 years ago
Make the question of whether to use shear heating a proper parameter. More... over 13 years ago
Move the question of whether the model is compressible or not into the material model description. More... over 13 years ago
fix bug after resume (nasty, only crashes inside Trilinos in release mode) More... over 13 years ago
Rename model_data to material_model. More... over 13 years ago
Make get_model_data() return a reference rather than a pointer. More... over 13 years ago
Rename model.h to model_base.h to be consistent with the .cc file and the naming of postprocess_base.h. More... over 13 years ago
Reindent. More... over 13 years ago
Remove the real_viscosity() function from the model interface. This was only an experiment in generating graphical output but it doesn't need to be in the general interface of the class. More... over 13 years ago
Remove thermal_expansion_coefficient from the interface of the model class since it is something that's only used inside the function that computes the density. More... over 13 years ago
Document a few member functions of the material model; rename eta->viscosity, expansion_coefficient->thermal_expansion_coefficient; other minor changes. More... over 13 years ago
More. More... over 13 years ago
Move TODO file. More... over 13 years ago
fix parsing for the simple model More... over 13 years ago
select model from parameter file More... over 13 years ago