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
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
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
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
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
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