imcs-compsim / MIRCO

A shared-memory parallel BEM code for the contact of rough surfaces
MIT License
2 stars 3 forks source link

Change interface to call the Evaluate function #58

Closed RShaw026 closed 2 years ago

RShaw026 commented 2 years ago

Description and Context

Earlier, setting the parameters was done inside the Evaluate function. Now, setting the parameters is done before the Evaluate function. This enables us to use MIRCO as a library in BACI. The parameters can be set using the data provided in the BACI input file and then the Evaluate function can be called.

Related Issues and Pull Requests

How Has This Been Tested?

building and running ctest

Checklist

Additional Information

Interested Parties / Possible Reviewers

@NoraHagmeyer