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

Acane Fem functions #153

Merged
merged 32 commits into from
Aug 26, 2024
Merged

Acane Fem functions #153

merged 32 commits into from
Aug 26, 2024

Commits on Aug 3, 2024

  1. ArcaneFem functions

    - start moving functions to femutils
    mohd-afeef-badri committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    406705e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

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

Commits on Aug 5, 2024

  1. ArcaneFemFunctions

    Move common operations to ArcaneFEMFunctions for code refactoring.
    
    - New Real3x3 function for gradient
    mohd-afeef-badri committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7bba22c View commit details
    Browse the repository at this point in the history
  2. new operations for FixedMarix

    add operator +
    subtraction  -
    unary negation operator
    mohd-afeef-badri committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    81f038b View commit details
    Browse the repository at this point in the history
  3. new operations for FixedMarix

    scalar multiplation
    outer vector product
    mohd-afeef-badri committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6f08b0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78ba568 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    456d7de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0eda88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5936f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a21a4fe View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. split file

    mohd-afeef-badri committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a1d5469 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

  1. new functions

    For Bary Center calculation
    For Dirichlet BC
    mohd-afeef-badri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9938068 View commit details
    Browse the repository at this point in the history
  2. More functions in ArcaneFemFunctions

    - source term functions
    - Dirichlet point function
    - Manufactured Solution function
    - Quad area function
    mohd-afeef-badri committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4ae3828 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Introducing Real4 for Quads

    - Useful for Quad/Tetra mesh with 4 entities
    - Introduced outer product operator ^ for 4x4
    mohd-afeef-badri committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9059d09 View commit details
    Browse the repository at this point in the history
  2. Quad mesh gradients

    - introduced computeGradientXQuad4 and
    computeGradientYQuad4
    mohd-afeef-badri committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2eac9a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a81ce9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3ddf2c View commit details
    Browse the repository at this point in the history
  5. delete u_dirichlet

    Dirichlet is now added in an optimized way
    mohd-afeef-badri committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5e512d0 View commit details
    Browse the repository at this point in the history
  6. Single function for Bilinear assembly

    Use templated Lambda fuctions for bilinear assembly
    mohd-afeef-badri committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c660235 View commit details
    Browse the repository at this point in the history
  7. minor cleanup

    mohd-afeef-badri committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5a66282 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39475f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. minor correction

    mohd-afeef-badri committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    dfb1c7a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. correct naming

    mohd-afeef-badri committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a9e9ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ab30c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6727155 View commit details
    Browse the repository at this point in the history
  4. clean up

    mohd-afeef-badri committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    09feed6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3874cc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    080f039 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    819bb6a View commit details
    Browse the repository at this point in the history
  2. documentation

    mohd-afeef-badri authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9a1f1c3 View commit details
    Browse the repository at this point in the history
  3. move to md for doc

    mohd-afeef-badri authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ec117e3 View commit details
    Browse the repository at this point in the history