Skip to content

Beam convergence example with wrong boundary conditions. #32

@mauriaristi

Description

@mauriaristi

The line that defines the "y" displacement constraint in the beam_convergence example, namely

    nodes[nx*(ny//2 + 1) - 1, 4] = -1

does not select the node at the right boundary, but in the domain. The line should be replaced with the following:

    nodes[(nx+1)*(ny//2+1)-1, 4] = -1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions