Re: [deal.II] Are shell elements available in deal.II?

2018-03-30 Thread Yuxiang Wang
Thank you again Professor Bangerth and mac! As you can understand, implementing a Mindlin-Reissner element along with appropriate shear-locking relieves (MITC7/MITC9) indeed seems daunting at a first glance (at least for me). I was hoping that I can get some example code for a head start, but s

[deal.II] Visual Studio Code extension for syntax highlighting in parameter files

2018-03-30 Thread Denis Davydov
Hi all, Looks like I have a new favourite editor, so I added a syntax highlighting plugin for *.prm* files https://marketplace.visualstudio.com/items?itemName=davydden.dealii-prm Regards, Denis -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see h

Re: [deal.II] Sparse ILU

2018-03-30 Thread Wolfgang Bangerth
If I have a SparseMatrix and compute SparseILU restricting the sparsity to the given matrix using the functions/options given in https://www.dealii.org/developer/doxygen/deal.II/classSparseILU.html, I was wondering if there is anyway to access the Sparse matrix obtained after the SparseILU

Re: [deal.II] interpolating boundary values from a previously found FE solution

2018-03-30 Thread Wolfgang Bangerth
On 03/29/2018 11:18 PM, Mustafa Aggul wrote: suppose I assemble a system and solve it. Say my solution is U. In the next step, I want to solve a different problem for V. My desire is to make V exactly same as U on the boundaries. You can build a ConstraintMatrix object that sets boundary D

[deal.II] Sparse ILU

2018-03-30 Thread Phani Motamarri
Dear All, If I have a SparseMatrix and compute SparseILU restricting the sparsity to the given matrix using the functions/options given in https://www.dealii.org/developer/doxygen/deal.II/classSparseILU.html, I was wondering if there is anyway to access the Sparse matrix obtained after the SparseI

Re: [deal.II] set manifold for merged boundaries

2018-03-30 Thread Jean-Paul Pelteret
Hi Weixiong, Great, I’m glad that you managed to fix your problem! Best, Jean-Paul > On 29 Mar 2018, at 23:47, Weixiong Zheng wrote: > > Both idea work fine now. Thank you so much! > > 在 2018年3月29日星期四 UTC-7上午11:31:23,Jean-Paul Pelteret写道: > Hi Weixiong, > > So, have you looked at the FAQ as