Added the optimized implementation of acNodeIntegrate where boundconds are done before integration instead of after
This commit is contained in:
@@ -73,7 +73,8 @@ acStore(AcMesh* host_mesh)
|
||||
AcResult
|
||||
acIntegrate(const AcReal dt)
|
||||
{
|
||||
return acNodeIntegrate(nodes[0], dt);
|
||||
acNodeIntegrate(nodes[0], dt);
|
||||
return acBoundcondStep();
|
||||
}
|
||||
|
||||
AcResult
|
||||
|
||||
Reference in New Issue
Block a user