2
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
much more progress in thermal conduction solve; I still need to configure the bc's correctly in thermal_conduct.f90 and actually make the residual and solve calls More... about 18 years ago
a new safer averaging proceduce for spherical when dr != dx -- automatically subsample so we ensure that we fill all of the radial bins in the averaged profile (actually, this seems to fill all but the very last, as tested by test_average, but that should not come into play in our application). More... about 18 years ago
alpha and beta for diffusion solver are now coded More... about 18 years ago
Working on creating a new subroutine, "mac_applyop", which will live in macproject.f90, and simply returns the residual "-(alpha-del dot beta grad)phi". The subroutine "mac_applyop" is based on subroutine "mac_multigrid", but calls a new subroutine, "ml_cc_applyop" rather than "ml_cc". Subroutine "ml_cc_applyop" is based on subroutine "ml_cc", but stops after the residual is computed. More... about 18 years ago
Commented out the call to thermal_conduct until I'm done implementing the function. Lots of steps left including: More... about 18 years ago
much more progress on setting up solver More... about 18 years ago
More progress on thermal conduction solver. More... about 18 years ago
use the new make_w0 interface More... about 18 years ago
fix more memory leaks More... about 18 years ago
plugged memory leak More... about 18 years ago
only print from the I/O processor More... about 18 years ago
new runtime option, evolve_base_state which determines whether we are evolving the base state or not. The default is .true. This parameter is carried by the average module, and is simply used to bypass the averaging if we are not evolving the base state. More... about 18 years ago
added outline for diffusion solver More... about 18 years ago
Added thermal_conduct_module and updates notes on enthalpy-only thermal conduction solves. More... about 18 years ago
Updated definition of dpi_0/dt (eq 49, paper III) and made corresponding changes in code. More... about 18 years ago
store the namelist More... about 18 years ago
move the namelist into its own module so that other routines can access it More... about 18 years ago
add the time and date of file creation More... about 18 years ago
create a job_info file in the plotfile directory that includes some information about the build environment. More... about 18 years ago
increase checkpoint frequency More... about 18 years ago
store w0 for restart. Also store the base state stuff in the chkXXXX directory now More... about 18 years ago
final test checkin for awhile More... about 18 years ago
*** empty log message *** More... about 18 years ago
*** empty log message *** More... about 18 years ago
reply-to email now correct More... about 18 years ago
Reply-to email now correct More... about 18 years ago
I think the CVSREPLYTO gives the correct email address now. More... about 18 years ago
Finally got the cvsreplyto correct... ? More... about 18 years ago
*** empty log message *** More... about 18 years ago
*** empty log message *** More... about 18 years ago