On Fri, Oct 28, 2016 at 1:16 PM, Manav Bhatia <[email protected]> wrote:
> Hi, > > https://github.com/libMesh/libmesh/blob/master/src/fe/fe_ > szabab_shape_2D.C#L776 <https://github.com/libMesh/ > libmesh/blob/master/src/fe/fe_szabab_shape_2D.C#L776> : It should also > list TRI3. > > Similarly, > > https://github.com/libMesh/libmesh/blob/master/src/fe/fe_ > szabab_shape_2D.C#L814 <https://github.com/libMesh/ > libmesh/blob/master/src/fe/fe_szabab_shape_2D.C#L814> should also list > QUAD4. > OK, seems like we should also add INSTANTIATE_FETEST(SECOND, SZABAB, TRI3); INSTANTIATE_FETEST(SECOND, SZABAB, QUAD4); to fe_szabab_test.C unit test file in that case. I can take a stab at this.. -- John ------------------------------------------------------------------------------ The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
