Skip to content

thickness issue on page /content/applications/task03.html #180

Description

@ey44

Small issue - for a 3 mm disc it should be 3e-3 not 3e-4 in lines:

import numpy as np

my_model.mesh = F.Mesh1D(vertices=np.linspace(0, 3e-4, num=1001))

it should be:

import numpy as np

my_model.mesh = F.Mesh1D(vertices=np.linspace(0, 3e-3, num=1001))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions