Search found 13 matches

by kbatra
17 Nov 2023, 17:39
Forum: ElmerPost
Topic: Compute or store the CRS matrices
Replies: 11
Views: 2527

Re: Compute or store the CRS matrices

It appears that we get triples like (i,j, value) type when using your suggestion. This is for the output of the A-matrix in linsys_a.dat This is not CRS but good for own cross checks. Is this the ListMatrix format type?

Thanks K Batra
by kbatra
17 Nov 2023, 17:20
Forum: ElmerPost
Topic: Compute or store the CRS matrices
Replies: 11
Views: 2527

Re: Compute or store the CRS matrices

Thank you for your valuable input. I will try and test it :)

Best,
K Batra
by kbatra
10 Nov 2023, 13:53
Forum: ElmerPost
Topic: Compute or store the CRS matrices
Replies: 11
Views: 2527

Re: Compute or store the CRS matrices

Thanks Kevin for your efforts. Really appreciate it. In the mean time I worked as well and please have a look at mine (seems worked) ! Call SaveCRSMatrix to save the CRS matrix information CALL SaveCRSMatrix(Solver % Matrix, 'matrix_output.txt') !-----------------------------------------------------...
by kbatra
10 Nov 2023, 11:40
Forum: ElmerPost
Topic: Compute or store the CRS matrices
Replies: 11
Views: 2527

Re: Compute or store the CRS matrices

Thanks for your answer, Yes I did replace the name.
by kbatra
09 Nov 2023, 18:50
Forum: ElmerPost
Topic: Compute or store the CRS matrices
Replies: 11
Views: 2527

Re: Compute or store the CRS matrices

Good evening, Just an update that I tried to make some modifications in the VectorHelmholtz.F90 (see attached) in order to save the CRS matrix. It complies well and provides VectorHelmholtz.so and vectorhelmholtzutils.mod binary files. But later when I execute ElmerSolver case.sif, it crashes and re...
by kbatra
08 Nov 2023, 18:49
Forum: ElmerPost
Topic: Compute or store the CRS matrices
Replies: 11
Views: 2527

Compute or store the CRS matrices

Greetings, I am writing to seek your assistance in computing and storing the CRS matrices. I have successfully run a waveguide problem, compiled the vectorhelmholtz.f90 file, executed the .sif file, and visualized the vtu file in ParaView. Now, I would like to learn how to extract the CRS matrices f...
by kbatra
16 Oct 2023, 11:16
Forum: General
Topic: Wave Propagation in Bent Waveguide - VectorHelmholtz
Replies: 8
Views: 996

Re: Wave Propagation in Bent Waveguide - VectorHelmholtz

thank you very much, by utilizing your suggestion, seems worked out :-)
by kbatra
13 Oct 2023, 16:45
Forum: General
Topic: Wave Propagation in Bent Waveguide - VectorHelmholtz
Replies: 8
Views: 996

Re: Wave Propagation in Bent Waveguide - VectorHelmholtz

Hello again, Thanks for your answers. I really appreciate it. I was able to solve the problem with one box :) Now I extend the problem and added two more boxes to create a channel. Unfortunately this time I can't visualize the electric field/Poynting vector moving further. I hope you can identify th...
by kbatra
12 Oct 2023, 12:37
Forum: General
Topic: Wave Propagation in Bent Waveguide - VectorHelmholtz
Replies: 8
Views: 996

Re: Wave Propagation in Bent Waveguide - VectorHelmholtz

Thanks Peter for pointing out. My intent is to have dimensions i.e. a= 10 cm and b= 5 cm.
by kbatra
12 Oct 2023, 12:18
Forum: General
Topic: Wave Propagation in Bent Waveguide - VectorHelmholtz
Replies: 8
Views: 996

Re: Wave Propagation in Bent Waveguide - VectorHelmholtz

Thanks for your answer. Here I attach the dimensions of my waveguide.