Skip to content

Commit 9493460

Browse files
authored
Change KernelWrapper type to Full approximation
1 parent 6996c7b commit 9493460

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/coreComponents/constitutive/fluid/singlefluid/CompressibleSinglePhaseFluid.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ class CompressibleSinglePhaseFluid : public SingleFluidBase
154154
localIndex const numPts ) override;
155155

156156
/// Type of kernel wrapper for in-kernel update (TODO: support multiple EAT, not just linear)
157-
using KernelWrapper = CompressibleSinglePhaseUpdate< ExponentApproximationType::Linear, ExponentApproximationType::Linear >;
158-
// using KernelWrapper = CompressibleSinglePhaseUpdate< ExponentApproximationType::Full, ExponentApproximationType::Linear >;
157+
using KernelWrapper = CompressibleSinglePhaseUpdate< ExponentApproximationType::Full, ExponentApproximationType::Linear >;
159158

160159
/**
161160
* @brief Create an update kernel wrapper.

0 commit comments

Comments
 (0)