Dear GetFEM++ project I have a error when I make a C++ program (in attachment file) by using getfem++ library. I compile it in Ubuntu18.04 and compile it in the same environment compiling in tests directory. The message is following. I'm sorry that I couldn't understand what does this mean. I could only understand that it caused because of adding the following brick in line 293. getfem::add_nonlinear_term(model, mim, "lambda*Grad_Dot_ux1*Test_Dot_uz1", LEFT, false); Could you please teach me that what does this error message mean?
Thank you for reading. ============================================ | A GMM error has been detected !!! | ============================================ Error in getfem_generic_assembly_compile_and_exec.cc, line 6798 void getfem::ga_compile(getfem::ga_workspace&, getfem::ga_instruction_set&, bgeot::size_type): Invalid vector or tensor quantity. An order 1 weak form has to be a scalar quantity
<<attachment: src.zip>>
