openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MAESTRO-astro
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 07, 2024 — Sep 07, 2025
Showing page 277 of 295
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
first pass at random perturbation
ajnonaka
More...
about 18 years ago
This is where the initial velocity perturbation will be defined.
ajnonaka
More...
about 18 years ago
Made same fix in 3d as in 2d (giving initial temperature guess)
almgren
More...
about 18 years ago
Define initial temperature as guess to EOS so that all the calls will return the same value given the same initial data.
almgren
More...
about 18 years ago
Move scaling by (sigma / rho) from make_explicit_thermal into make_S. make_explicit_thermal now returns div (kappa grad T) with no extra scaling.
almgren
More...
about 18 years ago
added use probin_module so Mike can compile
ajnonaka
More...
about 18 years ago
Added the thermal conduction term into the rhoh force in the predictor (predict edge states)
ajnonaka
More...
about 18 years ago
before the call to mac_multigrid, initializing phi, including the ghost cells, to h^2 (or H^2). This makes sure the inflow ghost cells are initialized to a reasonable value so the laplacian evaluates nicely for the valid cells next to inflow. If you don't do this, the solution becomes discontinuous at the first valid cell, eventually blowing up the entire solution.
ajnonaka
More...
about 18 years ago
replaced all incorrectly called multifab_copy_c's with setval=0 followed by plus_plus with the appropriate ghost cell alignment
ajnonaka
More...
about 18 years ago
properly setting dirichlet bc's for temperature now
ajnonaka
More...
about 18 years ago
minor 3d bugfix
ajnonaka
More...
about 18 years ago
added more precision
ajnonaka
More...
about 18 years ago
Fix which t0 we pass into thermal_half_alg -- still checks against previous code.
almgren
More...
about 18 years ago
We now replace temp0 by s0(:,temp_comp), which actually gives improved guesses for temperature (guesses provided by temp0) because of proper time centering. This has been tested against the old version.
almgren
More...
about 18 years ago
BUG! Was incorrectly loading rhoh^{2'} into rhs of second viscous solve instead of rhoh^{2}. Still seeing some Crank-Nicolson-like oscillations in the viscous solve, but it's certainly an improvement.
ajnonaka
More...
about 18 years ago
Add temperature as a variable but don't do anything with it yet.
almgren
More...
about 18 years ago
Not all routines here need p0.
almgren
More...
about 18 years ago
We move nscal and ntrac to be "save"d variables in variable.f90 and no longer passed between routines. Also, nscal and ntrac are now defined in variables.f90 instead of varden.f90, which makes sense because that's where the component names/numbers were already assigned. This all makes it easier to add a new variable of any type.
almgren
More...
about 18 years ago
We move nscal and ntrac to be "save"d variables in variable.f90 and no longer passed between routines. Also, nscal and ntrac are now defined in variables.f90 instead of varden.f90, which makes sense because that's where the component names/numbers were already assigned. This all makes it easier to add a new variable of any type.
almgren
More...
about 18 years ago
Had bad tracer bc for periodic.
almgren
More...
about 18 years ago
add a smaller version of the problem for the test suite
mzingale
More...
about 18 years ago
add SUCCESS so the regression test suite can trigger on compilation
mzingale
More...
about 18 years ago
Need more precision in inlet rho value in order to get zero source at the first interior cell on the bottom.
almgren
More...
about 18 years ago
cleaned up the timestep routine to match nova. drastic changes here but they are easy to follow in the varden.f90 code
ajnonaka
More...
about 18 years ago
get this compiling again with the new conducteos dependency
mzingale
More...
about 18 years ago
update to a more reasonable run -- use the cooler model
mzingale
More...
about 18 years ago
changes divu dt coefficient to 0.4 instead of 0.5
ajnonaka
More...
about 18 years ago
first dt now includes the divu timestep constraint.
ajnonaka
More...
about 18 years ago
thie initial timestepping almost syncs up now, I need to put in a divu contraint in firstdt
ajnonaka
More...
about 18 years ago
finished Ann's implementation for mandatory ghost cells for plus_plus, div_div, and mult_mult
ajnonaka
More...
about 18 years ago
←
1
2
…
273
274
275
276
277
278
279
280
281
…
294
295
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree