sandialabs / LCM

Laboratory for Computational Mechanics
Other
12 stars 7 forks source link

Use Cn instead of C2 basis that will be deprecated + cleaning #58

Open ikalash opened 2 years ago

ikalash commented 2 years ago

More detail found here: https://github.com/sandialabs/Albany/pull/800 . We need to do the same thing for LCM as Mauro did for Albany.

ikalash commented 2 years ago

@lxmota : are we using higher-order quad elements anywhere in LCM (elements that would use a C2 basis)? I'm pretty sure the answer is no, but I wanted to double check. If we're not using it, there is no need to make this change according to @mperego (@mperego , please correct me if I'm wrong on this).

lxmota commented 2 years ago

@ikalash No, we aren't using any C2 quad elements anywhere that I could find.