Re: [deal.II] Periodic Boundary conditions on Step-3 tutorial with dim != spacedim

2020-11-23 Thread Malhar T.
Hello Timo, Thank you for your reply. Yeah, I would definitely like try and make it work. So, what I did was, I made some small changes in the file 'dof_tools_constraints.inst.in '. I just added spacedim loop for the first two 'for loop' blocks. This is how it looks after the changes, for (

Re: [deal.II] Quasi Static Compressible Finit Strain for Heterogenous Hyperelastic material

2020-11-23 Thread Animesh Rastogi IIT Gandhinagar
Hi Jean-Paul, Thank you for your detailed response. I checked everything twice and found my code consistent with what you suggested. I think I understood the issue of Newton method convergence. The issue is occurring when I am giving a very small compressive displacement as a boundary condition

Re: [deal.II] Periodic Boundary conditions on Step-3 tutorial with dim != spacedim

2020-11-23 Thread Timo Heister
> Thank you for your reply. Yeah, I would definitely like try and make it work. > So, what I did was, I made some small changes in the file > 'dof_tools_constraints.inst.in '. > I just added spacedim loop for the first two 'for loop' blocks. Yes, this is probably all that is needed. > Although

[deal.II] Error while installing trilinos and dealii with candi on Stampede2

2020-11-23 Thread Jau-Uei Chen
Dear dealii community, I am trying to install dealii v9.2.0 with candi on stampede2 by following instruction shown in here . I encounter errors when installing dealii and trilinos. My modules are: 1)

[deal.II] Re: Error while installing trilinos and dealii with candi on Stampede2

2020-11-23 Thread Aaditya Lakshmanan
Hi, There are pre-existing deal.ii modules on Stampede2 about which you can find out by using the *module spider* command : *module spider dealii* Output : ---

[deal.II] Re: Error while installing trilinos and dealii with candi on Stampede2

2020-11-23 Thread Jau-Uei Chen
My apologize to my ignorance. I did not realize that we have pre-existing dealii modules on Stampede2 so I tired to install it manually. I am happy with using it directly. Thanks for your prompt response! Jau-Uei Chen aadit...@gmail.com 在 2020年11月23日 星期一上午10:56:57 [UTC-6] 的信中寫道: > Hi, > Th

[deal.II] Interacting with Python data // external codes

2020-11-23 Thread Corbin Foucart
Hi everyone, I am new to deal.ii but after reading through the documentation and the tutorials I'm very excited about all the functionality that the software offers! I'm aiming to link a finite element solver with a machine learning code that I have in python. To that end: - what is the bes