Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Simplexn files to this branch. #65

Open
wants to merge 6 commits into
base: julia-1.0
Choose a base branch
from

Conversation

EmaLoprevite
Copy link

The name of the new files is something like "simplexn-serial*" or "psimplexn*" (and "simplexn-speedup.jl").
NOTE: the input/output format of some of our functions is different from the "simplexn.jl" ones, you can see the differences with the help of the docstrings on top of the functions.

  • In "src" folder, both our serial and parallel versions of Simplexn were added (the current serial version of Simplexn is still there).

  • In "test" folder, the unit tests for our version of Simplexn, parallel and serial, were added.

  • In "examples" folder, examples were added for our version of Simplexn, parallel and serial; moreover there is a speedup file to compare our two versions.

  • A credits file was added to the root directory.

All the files are now updated for compatibility with Julia 1.0 (from Julia 0.6).
Wrote docstrings for the first 3 functions.
Check the number of nodes, and added the 2 tests in runtests.jl file.
Now (p)quads2tria also has the docstrings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant