Hi,

you also need to add your .cc and .inst.in files to the CMakeLists.txt  
https://github.com/dealii/dealii/blob/master/source/fe/CMakeLists.txt Then 
you need to reconfigure deal, so that the .inst files can be created, and 
finally you can recompile.

Best,

Bruno

On Friday, January 6, 2017 at 2:24:20 PM UTC-5, Eldar Khattatov wrote:
>
> Hello,
>
> I was working on implementing new finite element space, which can roughly 
> be described as RT + curl bubbles. I wrote the new FE class and the class 
> for the underlying polynomials space. I wanted to incorporate these to my 
> local installation of Deal.II in order to test it, so my question is how 
> should I compile the library after adding these new source and header files 
> in respective directories? I already added the appropriate inst.in files 
> and modified the FE_poly_tensor.inst.in to account for this new 
> polynomial space, however I still don't know how should I proceed with 
> actual configuring and installing the library using cmake. 
>
> Thank you
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to