Carlos Brito-Pacheco
Carlos Brito-Pacheco
@copilot Implement the full-warp blend Fekete algorithm.
@copilot I now want to use a Dubiner modal basis on simplices as the underlying modal basis for H1Element on Triangle and Tetrahedron, and then build the nodal basis via...
@copilot 1. The Dubiner modal basis is internal only. • Keep the public interface nodal (same getNode, getBasis, getLinearForm, DOF counts, etc.). • From the outside, the element is still...
@copilot I have implemented various fixes for the code you provided. The tests seem to pass but I fear that they don't test the correct behaviour. Please try to verify...
@copilot I have implemented an H1Element architecture in H1 using Fekete nodes, Dubiner bases, Jacobi and Legendre polynomials, Lagrange bases, GLL nodes. Let's start unit testing these.
@copilot Add some more tests for higher order K (up to 6 for example).
@copilot Add tests to verify that the nodes on the Segments of all geometries are compatible conforming with each other. That is the coordinates are the same.
@copilot The code you added was not compiling. I fixed it. But there are tests that are not working. Please fix them.
@copilot Let's document the classes. Please add Doxygen documentation, and annotate the code meaningfully.
@copilot Add tests to verify that the nodes on the 2d Faces of all 3d geometries are compatible conforming with each other. That is the coordinates are the same. For...