[deal.II] Re: Can't find affineconstraints related header file

2019-02-28 Thread cxmail . work
Thank you for your help, I am trying to use constraintmatrix now! 在 2019年2月28日星期四 UTC+8下午9:55:32,Daniel Arndt写道: > > Chen, > > The AffineConstraints class is not included in any release yet. > Previously, this class was called ConstraintMatrix ( > https://www.dealii.org/9.0.1/doxygen/deal.II/clas

Re: [deal.II] Can't find affineconstraints related header file

2019-02-28 Thread cxmail . work
Thank you for your help, I am trying to use constrainmatrix now. 在 2019年2月28日星期四 UTC+8下午9:55:27,Jean-Paul Pelteret写道: > > Dear Chen, > > In deal.II version 9.0, affine constraints are applied using the > ConstraintMatrix class (deal.II/lac/constraint_matrix.h). This class and > header have been d

[deal.II] Can't find affineconstraints related header file

2019-02-28 Thread cxmail . work
Hello, developers, I am trying to add boundary conditions to my FESystems, there is a RT finite element. I want to constrain it boundary conditions to zero with affinestraints, However, when I use deal.ii 9.0.1 to complie my .cc file, I found that the header file has been removed. Is the heade

[deal.II] Error occured when use direct solver in UMFPACK

2019-02-25 Thread cxmail . work
I am working on my graduation thesis using deal.ii, coupling geomechanics and fluid model based on step-21. FESystem type is : fe (FE_RaviartThomas(degree), 1, FE_Q(degree), dim, FE_DGQ(degree), 1, FE_Q(degree), 1 ) in domain [-1,1]^(dim). I use

Re: [deal.II] There is something when I use cmake to configure dealii with hdf5

2018-05-07 Thread cxmail . work
Thank you! Professor W. I have solved my problem, -DHDF5_LIBRARY=/usr/lib/x86_64-linux-gnu/hdf5/serial/lib this command should link a static library, not a /lib. 在 2018年4月27日星期五 UTC+8下午10:45:27,Wolfgang Bangerth写道: > > On 04/27/2018 01:28 AM, cxmai...@gmail.com wrote: > > @davydden But after

[deal.II] There is something when I use cmake to configure dealii with hdf5

2018-04-27 Thread cxmail . work
@davydden But after I finish configure the dealii: sudo cmake -DCMAKE_INSTALL_PREFIX=/home/chenxi/DealIInew -DDEAL_II_WITH_HDF5=ON -DHDF5_LIBRARY=/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -DHDF5_INCLUDE_DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial/include -DHDF5_HL_LIBRARY=/usr/include/hdf5/seria