Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G GRIPHFiTH
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch

  • CompMech
  • GRIPHFiTH
  • Merge requests
  • !37

make code more general to incorporate other internal and external meshes and boundary conditions for them

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged jheinzmann requested to merge 50-add-new-specimens into devel Nov 17, 2022
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 23

make code more general to incorporate other internal and external meshes and boundary conditions for them fix bug where loads/ prescribed displacements could only be positive

Closes #50

restructuring:

  • new folder Sources/+specimen with subdirectories: +internal contains internal meshes (plate, ...); +external contains function which reads meshes from external files (so far gmsh import added)
  • boundary condition setup subdivided into edge_boundaries (wherein edges can be defined for BCs) and node_boundaries (wherein the user can directly give node sets for BCs)
  • deleted redundant files for the plate specimen

the changes/ generalisation necessitated changes in ALL input files, where mesh and boundary conditions are defined

Edited Nov 22, 2022 by jheinzmann
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 50-add-new-specimens