Added some preliminary pragma omps and verified that acIntegrate works as it should.
This commit is contained in:
@@ -73,8 +73,11 @@ acStore(AcMesh* host_mesh)
|
||||
AcResult
|
||||
acIntegrate(const AcReal dt)
|
||||
{
|
||||
/*
|
||||
acNodeIntegrate(nodes[0], dt);
|
||||
return acBoundcondStep();
|
||||
*/
|
||||
return acNodeIntegrate(nodes[0], dt);
|
||||
}
|
||||
|
||||
AcResult
|
||||
|
||||
Reference in New Issue
Block a user