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

Add single particle simulation support #27

Merged
merged 7 commits into from
Jun 30, 2024
Merged

Add single particle simulation support #27

merged 7 commits into from
Jun 30, 2024

Conversation

prashjha
Copy link
Owner

  1. Single particle deformation is supported
  2. Separate apps for Peridynamics simulation as a demo of creating apps
  3. Overhaul of reading and handling geometry details by creating a struct GeomData
  4. Bump cmake minimum required (we actually need cmake above 3.15)
  5. Bump c++ standard to 20
  6. Ubuntu bionic (18.04) is not supported due to c++ standard and functions such reduce not available in older gcc compilers
  7. Output now includes a tag that can be specified in the input yaml file

…ile; 2. Correct Strain and stress calculation routines; 3. Remove all static/nameless namespace variables from demModel.cpp to allow improved inheritance of the DEMModel class;
…le functions to allow codes to be built with older gcc; 2. Test and compile apps/twop; Set noble (ubuntu 24.04) for circle-ci testing
…; 2. apps are now part of ctests if building the code with Enable_Tests = ON flag; 3. renames names of tests to improve readability; 4. improved documentation of apps
…areful with copying geometries; 3. add support for creating mesh of particles using in-built functions; 4. peridynamics apps works well
…e setup; initial support for in-built mesh for rectangle domains; plan is to use GeomObjects and gmsh routine to do in-built mesh of various objects
@github-actions github-actions bot added the build label Jun 30, 2024
@prashjha prashjha merged commit 59a027a into main Jun 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant