Skip to content

Commit

Permalink
Update includes of Projector source location and names. (#26)
Browse files Browse the repository at this point in the history
* Update includes of Projector source location and names.

* Update set typical values too.
  • Loading branch information
esclapez authored Nov 1, 2021
1 parent 8cf8174 commit d3dc09f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Source/PeleLM.H
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include <AMReX_AmrCore.H>
#include <AMReX_MultiFabUtil.H>
#include <AMReX_BC_TYPES.H>
#include <AMReX_MacProjector.H>
#include <AMReX_NodalProjector.H>
#include <hydro_MacProjector.H>
#include <hydro_NodalProjector.H>
#include <AMReX_ErrorList.H>
#include <AMReX_VisMF.H>

Expand Down
2 changes: 1 addition & 1 deletion Source/PeleLMUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ void PeleLM::updateTypicalValuesChem()
typical_values[FIRSTSPEC+i] * typical_values[DENSITY] * 1.E-3); // CGS -> MKS conversion
}
typical_values_chem[NUM_SPECIES] = typical_values[TEMP];
m_reactor->SetTypValsODE(typical_values_chem);
m_reactor->set_typ_vals_ode(typical_values_chem);
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Utils/Make.PeleLMeX
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ include $(PELE_PHYSICS_HOME)/ThirdParty/Make.ThirdParty
#---------------
# AMReX-Hydro sources
#---------------
Hdirs := Slopes Godunov MOL Utils
Hdirs := Slopes Godunov MOL Utils Projections
ifeq ($(USE_EB), TRUE)
Hdirs += Redistribution EBGodunov EBMOL
endif
Expand All @@ -81,7 +81,7 @@ Blocs += $(foreach dir, $(Hdirs), $(AMREX_HYDRO_HOME)/$(dir))
#---------------
# AMReX sources
#---------------
Pdirs := Base Boundary AmrCore LinearSolvers/MLMG LinearSolvers/Projections
Pdirs := Base Boundary AmrCore LinearSolvers/MLMG
ifeq ($(USE_EB), TRUE)
Pdirs += EB
endif
Expand Down

0 comments on commit d3dc09f

Please sign in to comment.