Skip to content

Error in 'RenameBoundaryGenerator' when the 'new_boundary_id' is large #22793

Answered by GiudGiud
echo1115 asked this question in Q&A Meshing
Discussion options

You must be logged in to vote

Hello

In libmesh you may find the integer type for boundary ids

50 #if LIBMESH_BOUNDARY_ID_BYTES == 1
  [ 51](https://libmesh.github.io/doxygen/namespacelibMesh.html#a3f4d8a52b5ef6ff6156ca209e12b5564) typedef int8_t [boundary_id_type](https://libmesh.github.io/doxygen/namespacelibMesh.html#a3f4d8a52b5ef6ff6156ca209e12b5564);
   52 #elif LIBMESH_BOUNDARY_ID_BYTES == 4
   53 typedef int32_t [boundary_id_type](https://libmesh.github.io/doxygen/namespacelibMesh.html#a3f4d8a52b5ef6ff6156ca209e12b5564);
   54 #elif LIBMESH_BOUNDARY_ID_BYTES == 8
   55 typedef int64_t [boundary_id_type](https://libmesh.github.io/doxygen/namespacelibMesh.html#a3f4d8a52b5ef6ff6156ca209e12b5564);
   56 #else // LIB…

Replies: 1 comment 5 replies

Comment options

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

@GiudGiud
Comment options

@echo1115
Comment options

@GiudGiud
Comment options

@echo1115
Comment options

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