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

Automatically wrapping with Clang.jl #149

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from
Draft

Automatically wrapping with Clang.jl #149

wants to merge 54 commits into from

Commits on Aug 26, 2021

  1. Format doc string function

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    e7a2b61 View commit details
    Browse the repository at this point in the history
  2. Start to rework using Clang.jl generated wrappers

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2336629 View commit details
    Browse the repository at this point in the history
  3. Add back in options

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c85e8e8 View commit details
    Browse the repository at this point in the history
  4. Add back in vec.jl

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    8c17b12 View commit details
    Browse the repository at this point in the history
  5. Add back in mat.jl

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    32c044e View commit details
    Browse the repository at this point in the history
  6. Add back matshell

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    b25f87c View commit details
    Browse the repository at this point in the history
  7. Remove some getlibss and VecSeq->VecSeqWithArray

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    90086fe View commit details
    Browse the repository at this point in the history
  8. Add VecMPI

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    e5b9751 View commit details
    Browse the repository at this point in the history
  9. Add VecGhost

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f814d21 View commit details
    Browse the repository at this point in the history
  10. Add getpetsctype for vectors

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    105fb57 View commit details
    Browse the repository at this point in the history
  11. Update matshell and with_localarray name

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    922d74f View commit details
    Browse the repository at this point in the history
  12. Clean up some function comments and names

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    a14f9e8 View commit details
    Browse the repository at this point in the history
  13. Add a parallel matrix type and test

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    a0013a4 View commit details
    Browse the repository at this point in the history
  14. Update generator for KSP

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    21d9e05 View commit details
    Browse the repository at this point in the history
  15. Update options

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    6e7b0b7 View commit details
    Browse the repository at this point in the history
  16. Add (basic) ksp functionality

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c8b91b4 View commit details
    Browse the repository at this point in the history
  17. Update generator for DM

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    208bd91 View commit details
    Browse the repository at this point in the history
  18. Fix generator for MatStencil

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    bb45f97 View commit details
    Browse the repository at this point in the history
  19. Add in basic dm and dmda functionality

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2924799 View commit details
    Browse the repository at this point in the history
  20. Move old examples to "stale" folder

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2e708a9 View commit details
    Browse the repository at this point in the history
  21. Move unused tests to "stale" folder

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    a605eb3 View commit details
    Browse the repository at this point in the history
  22. Enable examples and mpi_examples testing

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    31c2286 View commit details
    Browse the repository at this point in the history
  23. Update MPI test output

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    05da75f View commit details
    Browse the repository at this point in the history
  24. Add a Julia sparse matrix to PETSc MatSeqAIJ

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2fb5c5d View commit details
    Browse the repository at this point in the history
  25. Add function to get library with types

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    df23af1 View commit details
    Browse the repository at this point in the history
  26. Allow KSP with Julia vectors and SparseMatrixCSC

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d59de98 View commit details
    Browse the repository at this point in the history
  27. Add Laplacian example

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f6cb8d4 View commit details
    Browse the repository at this point in the history
  28. Add a petsc world age

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    94689e0 View commit details
    Browse the repository at this point in the history
  29. Register finalizers based on MPI.Comm_size

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9bf780e View commit details
    Browse the repository at this point in the history
  30. Update .gitignore

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5bc18bb View commit details
    Browse the repository at this point in the history
  31. Update Project.toml

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    67e9d41 View commit details
    Browse the repository at this point in the history
  32. Disable dmda test with MPI and Windows

    Not sure why windows fails in this case...
    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    59c1f33 View commit details
    Browse the repository at this point in the history
  33. Disable examples/laplacian.jl on windows

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    1edae83 View commit details
    Browse the repository at this point in the history
  34. Move to test/Project.toml

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d0e01e8 View commit details
    Browse the repository at this point in the history
  35. Allow for a Project.toml in examples

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    ad4e9aa View commit details
    Browse the repository at this point in the history
  36. Rework KSP a bit to simplify cases

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    ef22f8c View commit details
    Browse the repository at this point in the history
  37. Add KSP / DMDA interaction routines

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0adc67c View commit details
    Browse the repository at this point in the history
  38. Update options parsing

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    c7e6d67 View commit details
    Browse the repository at this point in the history
  39. Remove MPI.Init from precompile

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    b623b2f View commit details
    Browse the repository at this point in the history
  40. Add dmda_laplacian example

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2abbd8d View commit details
    Browse the repository at this point in the history
  41. Remove some old dmda code

    Jeremy E Kozdon committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d3efdde View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. All read/write tuples for withlocalarray!

    Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    1e59f7c View commit details
    Browse the repository at this point in the history
  2. Add local and global vectors to DM

    Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    19d9bb0 View commit details
    Browse the repository at this point in the history
  3. Partially add DM coord

    Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d6597fa View commit details
    Browse the repository at this point in the history
  4. Add view for DM

    Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    caf1f70 View commit details
    Browse the repository at this point in the history
  5. Fix up generator for SNES

    Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    2675fd6 View commit details
    Browse the repository at this point in the history
  6. Add back SNES functionality

    Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    ae24f14 View commit details
    Browse the repository at this point in the history
  7. Add better options parsing

    Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    7fdff85 View commit details
    Browse the repository at this point in the history
  8. Add coord and reshape utils to dmda

    boriskaus authored and Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    208178c View commit details
    Browse the repository at this point in the history
  9. Add SNES example (Liouville-Bratu-Gelfand equation)

    Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    2c7ff3d View commit details
    Browse the repository at this point in the history
  10. Add copyto! between Julia and PETSc sparse matrix

    boriskaus authored and Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    fb8f5d4 View commit details
    Browse the repository at this point in the history
  11. Add porosity waves example

    boriskaus authored and Jeremy E Kozdon committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    16d3fbf View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Fix viewer for long output on stdout

    Jeremy E Kozdon committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    581f379 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    6f78d51 View commit details
    Browse the repository at this point in the history