Skip to content

Metaphysicl problem? #22191

Sep 25, 2022 · 3 comments · 46 replies
Discussion options

You must be logged in to vote

Sorry, took a while to get here, but here is the GDB outtput,

122       void resize(size_type new_size)
123       {
124         if (new_size > N)
125           metaphysicl_error();
126         _dynamic_n = new_size;
127       }

new_size is 54 and N is 53, I get the same error from 2nd order Hex problem & lagrange and IGA with 2nd order bernstein. So I'm starting to think its something else. Here is my smallest mesh & input that causes the problem, I haven't started backing off the physics yet.

hex-metaphysicl.tar.gz

Replies: 3 comments 46 replies

Comment options

You must be logged in to vote
3 replies
@recuero
Comment options

recuero Sep 25, 2022
Collaborator

@GiudGiud
Comment options

@recuero
Comment options

recuero Sep 26, 2022
Collaborator

Comment options

You must be logged in to vote
15 replies
@recuero
Comment options

recuero Sep 26, 2022
Collaborator

@makeclean
Comment options

@recuero
Comment options

recuero Sep 26, 2022
Collaborator

@makeclean
Comment options

@roystgnr
Comment options

Comment options

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

GiudGiud Nov 2, 2023
Collaborator

@lindsayad
Comment options

@roystgnr
Comment options

roystgnr Nov 2, 2023
Collaborator

@richmondodufisan
Comment options

@lindsayad
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
6 participants