Re: [deal.II] Tensor product polynomials

2022-06-22 Thread Wells, David
Hi Giselle, What do you mean by "the hh file is not recognized in the cc file" - is there a specific error message this refers to? In general, if you need to implement a new finite element, you will need to write some code. Can you compile any program that depends on deal.II right now? Best,

[deal.II] deal.II Newsletter #216

2022-06-22 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #216. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #14033: [9.4] Takeover #14032: Disable HYPRE in the Tvmult test.

Re: [deal.II] Tensor product polynomials

2022-06-22 Thread Giselle Sosa Jones
Hi David, I've tried updating my C++ compiler and recompiling deal.II, but I have the same error. It is as if the hh file is not recognized in the cc file. I know this is a long shot, but do you happen to have any other suggestions? Maybe there is an easier way to create this space that I need?