[deal.II] Re: How to specify finite element component in MatrixFree?

2022-11-17 Thread 'yy.wayne' via deal.II User Group
Thank you Peter. Best. Wayne 在2022年11月18日星期五 UTC+8 13:32:27 写道: > Hi Wayne, > > currently MGTransferBlockGlobalCoarsening takes in the constructor only a > single MGTransferGlobalCoarsening instance and uses this for all blocks > (i.e., uses the same AffineConstraints instance for all

[deal.II] Re: How to specify finite element component in MatrixFree?

2022-11-17 Thread Peter Munch
Hi Wayne, currently MGTransferBlockGlobalCoarsening takes in the constructor only a single MGTransferGlobalCoarsening instance and uses this for all blocks (i.e., uses the same AffineConstraints instance for all blocks):

[deal.II] Re: How to specify finite element component in MatrixFree?

2022-11-17 Thread 'yy.wayne' via deal.II User Group
Hi Peter, sorry for coming back to this discussion again. I've applied the vmult function and compute diagonal function for a complex MatrixFree object, and tested these functions. But there's one last ingredient absent in the multi-component MatrixFree framework with p-coarsening, transfers.

[deal.II] Re: Principal stress components

2022-11-17 Thread Jan Philipp Thiele
If I remember my mechanics courses correctly they can be calculated in a post-processing step after obtaining stresses and deformations by solving the corresponding problem, right? If so, there are multiple ways. The maybe not so nice but quick way would be to just calculate the quantities in

Re: [deal.II] Implementation of Neumann boundary condition in 3d

2022-11-17 Thread Wolfgang Bangerth
On 11/17/22 09:36, HIMAL MAGAR wrote: I am now trying to implement Neumann b.c.'s on inner wall. So this is what i am thinking: #Create a template such that it returns a vector with constant magnitude and direction indicated by unit vector along radial direction. Does it make sense? This is

Re: [deal.II] Implementation of Neumann boundary condition in 3d

2022-11-17 Thread HIMAL MAGAR
Dear Sir, So far I have used step-17 and step -18 to apply body force and zero Dirichlet b.c.'s. I have attached the result below:-). I am now trying to implement Neumann b.c.'s on inner wall. So this is what i am thinking: #Create a template such that it returns a vector with constant magnitude

[deal.II] Principal stress components

2022-11-17 Thread Raúl Aparicio Yuste
Hello everyone, It is the first time I am using the library Deal II. I am wondering, is there any way/example to get the principal stress components as an output of the simulation? Thank you very much in advance Raul -- The deal.II project is located at http://www.dealii.org/ For mailing

[deal.II] deal.II Newsletter #233

2022-11-17 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #233. 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: #14440: Add operator==/!= also for TriaIterator and