Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
David Blom committed Feb 20, 2015
1 parent 07a7ea5 commit 40ec791
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/fsi/solidSolvers/SolidSolver.C
Original file line number Diff line number Diff line change
Expand Up @@ -102,23 +102,6 @@ bool SolidSolver::interpolateVolField( std::shared_ptr<BaseMultiLevelSolver> sol

const volVectorField & fieldSource = fineModel->mesh.lookupObject<volVectorField>( "U" );

/*
*
* // Create the interpolation scheme
* meshToMesh meshToMeshInterp( fineModel->mesh, mesh );
*
*
*
* // Interpolate field
* meshToMeshInterp.interpolate
* (
* U,
* fieldSource,
* meshToMesh::INTERPOLATE
* );
*
*/

// Gather all the cell centers of the source

labelList cellCentresSourceSize( Pstream::nProcs(), 0 );
Expand Down

0 comments on commit 40ec791

Please sign in to comment.