Version 12.00:

Added functionality to fit a function to set of sample values (PointInterpolant)
Added functionality to sample a function at prescribed locations (AdaptiveTreeVisualization)
This commit is contained in:
mkazhdan
2019-07-19 00:25:18 -04:00
parent 5ca45fbd82
commit 9230936ab4
19 changed files with 1391 additions and 93 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ void _Execute( int argc , char* argv[] )
if( !fp ) ERROR_OUT( "Failed to open file for writing: " , Out.value );
FEMTree< Dim , Real >::WriteParameter( fp );
DenseNodeData< Real , IsotropicUIntPack< Dim , FEMSig > >::WriteSignatures( fp );
tree.write( fp );
tree.write( fp , xForm );
edtSolution.write( fp );
fclose( fp );
}