Skip to content

Trying to apply BC on a mesh generated by gmsh #20740

Discussion options

You must be logged in to vote

Task init_mesh is not registered to build MeshGenerator derived objects means you are missing enclosing brackets on a mesh generator.

So you have something like

[Mesh]
  type = FileMeshGenerator

instead of

[Mesh]
  [fmg]
    type = FileMeshGenerator

Guillaume

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@AlexSacMorane
Comment options

@GiudGiud
Comment options

@AlexSacMorane
Comment options

@GiudGiud
Comment options

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