Skip to content

mesh get_vertice() func may be wrong ? #11

@smartyoung19

Description

@smartyoung19

Great job and nice code! After read the code, I get a question:
In mesh.py, get_vertice() try to get the center point in each mesh cell. x = np.linspace(0, w, mesh_size) may corrected to x = np.linspace(0, w, mesh_size + 1) ? Since the get_vertice() was called without mesh_size+1.
Is that true ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions