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

Array kernel #13528

Merged
merged 69 commits into from
Jul 10, 2019
Merged

Array kernel #13528

merged 69 commits into from
Jul 10, 2019

Commits on Jul 7, 2019

  1. Configuration menu
    Copy the full SHA
    9aafb0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11a3a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    972701a View commit details
    Browse the repository at this point in the history
  4. useful changes

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    8e4813b View commit details
    Browse the repository at this point in the history
  5. some cleanup

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    bf00adc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd1bbd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e5935f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac2d6b2 View commit details
    Browse the repository at this point in the history
  9. add array kernel

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    7639104 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbba59b View commit details
    Browse the repository at this point in the history
  11. add mapped grad test and change from Eigen::Array to Eigen::Matrix to…

    … simplify the array kernel
    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    b3c990c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78f1330 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8812c4a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d79605e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8b0db0c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9bd3a0e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73c76a7 View commit details
    Browse the repository at this point in the history
  18. clang formatting

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    e9e8d90 View commit details
    Browse the repository at this point in the history
  19. use pragma once

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    1136c4c View commit details
    Browse the repository at this point in the history
  20. ignore a warning in Eigen

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    f33d574 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6c634fc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c450878 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    305ec2c View commit details
    Browse the repository at this point in the history
  24. add doc stubs

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    d467e5f View commit details
    Browse the repository at this point in the history
  25. add some class description

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    02dfdfe View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    38e29d9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    aabb654 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    839bf82 View commit details
    Browse the repository at this point in the history
  29. add array reaction kernel

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    fd0be23 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0769bc9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d53b61a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    62b975f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    bbc9778 View commit details
    Browse the repository at this point in the history
  34. add array integrated bcs

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    31bd30b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    aa2cf61 View commit details
    Browse the repository at this point in the history
  36. add array DG kernel

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    7c39e4d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3c32f97 View commit details
    Browse the repository at this point in the history
  38. some simplification in assembling jacobian for integrated bc and add …

    …array penalty dirichlet bc
    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    65113b1 View commit details
    Browse the repository at this point in the history
  39. a DG test for array kernels

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    13a92b9 View commit details
    Browse the repository at this point in the history
  40. add array dg diffusion

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    141e7dc View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2418360 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4aa0f69 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2156311 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    904cc4a View commit details
    Browse the repository at this point in the history
  45. add few neighbor coupleable functions that will be useful for array i…

    …nterface kernels or constraints
    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    7eb2c06 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f3d7d9f View commit details
    Browse the repository at this point in the history
  47. address Alex's comments

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    64d94b8 View commit details
    Browse the repository at this point in the history
  48. change back to vector, using set to store points could be a really ba…

    …d idea, codes are added to ensure the entries in the vectors are unique
    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    4b01006 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    5c51165 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    e61c3a1 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    cb39107 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ba0925a View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    f332579 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    b6ec91a View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    f5a781a View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    71b61bf View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    58b46b8 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    4a930c0 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    62e86b7 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    4787e37 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    944269a View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    6dfdb48 View commit details
    Browse the repository at this point in the history
  63. another micro optimization to avoid double loop particularly for case…

    …s with large number of components
    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    7b180b0 View commit details
    Browse the repository at this point in the history
  64. add two rules in build.mk

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    93c924c View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    8c63ac9 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    a8e0396 View commit details
    Browse the repository at this point in the history
  67. small clang formatting

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    e8918ae View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    da77987 View commit details
    Browse the repository at this point in the history
  69. minor improves

    YaqiWang committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    0bc4aee View commit details
    Browse the repository at this point in the history