Re: [deal.II] Adaptive Time Increment Algorithm

2020-11-05 Thread James Gorman
I apologize that it took so long to respond Jean-Paul, as some things came up that kept me away from working on this. I was going through the code and attempted to integrate it within Step-44 as appropriate. I appreciate your willingness to share it with me, but I have some questions

[deal.II] Re: Post-processing velocities with Trilinos vectors during simulation

2020-11-05 Thread Bruno Turcksin
Hi, On Wednesday, November 4, 2020 at 2:34:05 PM UTC-5 acdaig...@gmail.com wrote: > Hi everyone! > > I'm working on post-processing velocities with Trilinos solution vectors > during the simulation on Lethe. > Calculating average velocities and pressures (, , and ) works > well using

[deal.II] Re: Some changes in arpack.h (Functionality to compute only eigenvalues)

2020-11-05 Thread Bruno Turcksin
Animesh, On Thursday, November 5, 2020 at 1:11:33 PM UTC-5 animesh...@alumni.iitgn.ac.in wrote: > However, I have no way of passing it as a parameter to the solver > > > function. I was

Re: [deal.II] Use Gmsh to import external grid calculation elasticity problem

2020-11-05 Thread Bruno Turcksin
Hi, The function print_mesh_info() ends at line 269. It should end at line 107. Best, Bruno On Wednesday, November 4, 2020 at 9:40:57 PM UTC-5 wjs641...@gmail.com wrote: > Okay, I re-run the program I wrote > vs told me that ,what that mean? > > *2>step-8.obj: error LNK2019: Unresolved

[deal.II] Some changes in arpack.h (Functionality to compute only eigenvalues)

2020-11-05 Thread Animesh Rastogi IIT Gandhinagar
Dear Dealii community, I am using Arpack Solver to compute eigenvalues of my stiffness matrix. To speed up the process, I would only like the eigenvalues to be computed and not the eigenvectors. There is a flag in arpack.h "rvec" (Link -