Skip to content

Add analytical Sedov shock solution#205

Open
helloworld922 wants to merge 23 commits intomasterfrom
sedov
Open

Add analytical Sedov shock solution#205
helloworld922 wants to merge 23 commits intomasterfrom
sedov

Conversation

@helloworld922
Copy link
Collaborator

Added a way to compare the Sedov density profile against the expected one by integrating |\rho_{sim} - \rho_{exact}|_2 over the domain.

download and building of hypre, METIS and MFEM.

### CMake

Copy link
Member

@vladotomov vladotomov Feb 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has become long, can we create INSTALL.md?


#ifndef LAGHOS_ADAPTIVE_QUAD_HPP
#define LAGHOS_ADAPTIVE_QUAD_HPP

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move all Sedov-related files to /sedov

{
if (Mpi::Root())
{
// generated domain checks
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this leftover debugging code? I don't think it's needed.

for (int lev = 0; lev < rp_levels; lev++) { pmesh->UniformRefinement(); }

if (!cartesian_partitioning && enable_nc && dim > 1)
if (!cartesian_partitioning && enable_nc && dim > 1 && enable_rebalance)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove all rebalance logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants