Skip to content
Snippets Groups Projects

RMS for PlateVelocityDemo App + preprocesing files

Closed Berta Vilacís requested to merge bvilacis/rmsNdNewScripts into master
All threads resolved!
Compare and Show latest version
2 files
+ 5
3
Preferences
Compare changes
Files
2
@@ -124,7 +124,7 @@ void performComputations( uint_t level,
}
// for DoF locations on the surface determine their associate velocity vectors
if ( true || jobType == VELOCITIES || jobType == VELOCITIES_AND_IDS )
if ( jobType == VELOCITIES || jobType == VELOCITIES_AND_IDS )
{
surfaceVelocity = std::make_shared< feFuncType >( "plateVelocities", storage, level, level, 3 );
for ( coordIdx = 0; coordIdx < 3; ++coordIdx )