Skip to content

Commit

Permalink
VTI fix: unsused variable, remove old VTI input file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertbk committed Dec 11, 2024
1 parent 44cf6a9 commit 42bc6c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 238 deletions.
236 changes: 0 additions & 236 deletions inputFiles/wavePropagation/acous3D_vti_smoke.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ real64 AcousticVTIFletcherWaveEquationSEM::explicitStepBackward( real64 const &
{
NodeManager & nodeManager = mesh.getNodeManager();

arrayView1d< real32 const > const mass = nodeManager.getField< acousticfields::AcousticMassVector >();
// arrayView1d< real32 const > const mass = nodeManager.getField< acousticfields::AcousticMassVector >();

arrayView1d< real32 > const p_nm1 = nodeManager.getField< acousticvtifields::Pressure_p_nm1 >();
arrayView1d< real32 > const p_n = nodeManager.getField< acousticvtifields::Pressure_p_n >();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ real64 AcousticVTIZhangWaveEquationSEM::explicitStepBackward( real64 const & tim
{
NodeManager & nodeManager = mesh.getNodeManager();

arrayView1d< real32 const > const mass = nodeManager.getField< acousticfields::AcousticMassVector >();
// arrayView1d< real32 const > const mass = nodeManager.getField< acousticfields::AcousticMassVector >();

arrayView1d< real32 > const p_nm1 = nodeManager.getField< acousticvtifields::Pressure_p_nm1 >();
arrayView1d< real32 > const p_n = nodeManager.getField< acousticvtifields::Pressure_p_n >();
Expand Down

0 comments on commit 42bc6c2

Please sign in to comment.