Author: renard
Date: Mon Oct 3 16:27:37 2016
New Revision: 5377
URL: http://svn.gna.org/viewcvs/getfem?rev=5377&view=rev
Log:
small optimizations
Modified:
trunk/getfem/src/getfem_generic_assembly.cc
Modified: trunk/getfem/src/getfem_generic_assembly.cc
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/src/getfem_generic_assembly.cc?rev=5377&r1=5376&r2=5377&view=diff
==============================================================================
--- trunk/getfem/src/getfem_generic_assembly.cc (original)
+++ trunk/getfem/src/getfem_generic_assembly.cc Mon Oct 3 16:27:37 2016
@@ -9535,7 +9535,8 @@
pgai = std::make_shared<ga_instruction_second_ind_tensor>
(pnode->t, *pctx2, pnode->qdim2, mf2, mfg2);
}
- if (pgai) rmi.instructions.push_back(std::move(pgai));
+ if (pgai) { pgai->exec(); }
+ // if (pgai) rmi.instructions.push_back(std::move(pgai));
// Optimization: detect if an equivalent node has already been compiled
_______________________________________________
Getfem-commits mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-commits