Skip to content

No mesh file was supplied and no generation block was provided #20899

Discussion options

You must be logged in to vote

I am confused since I did had the mesh block. Is there any wrong with my input?

There is not necessarily a single object in the [Mesh] block, therefore you must provide it as such:

[Mesh]
  [gm] # any name you want here
    type = GeneratedMesh #Can generate simple lines, rectangles and rectangular prisms
    dim = 1
    nx = 100
    ny = 10
    xmax = 1
    ymax = 0.1
  []

  displacements = 'disp_x disp_y'
[]

Besides, if I would like to create a seperate mesh file, how should I do? Those .e file .msh file are produced manually or through some tools? Where can I find the guidance for this part?

We have many methods for generating a variety of common meshes. See the Mesh system (more…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@GiudGiud
Comment options

@GiudGiud
Comment options

@hhy2022
Comment options

@GiudGiud
Comment options

@hhy2022
Comment options

Answer selected by hhy2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants