[deal.II] Need help on making a structure involving some physical attributes

2022-10-25 Thread Felix Felix
side of a cubic model? Does anyone have any recommended steps? or recommended methods? I have read steps 22 and I find it to be way more complicated than I want it to be. I'd appreciate the help. Cheers, Felix -- The deal.II project is located at http://www.dealii.org/ For mailing

Re: [deal.II] Re: Python Binding

2022-10-05 Thread Felix Felix
wrote: > Felix, > > You need to use the path where you have installed the library. It looks > like you have compiled the library but not installed it. The PYTHONPATH you > want to use is /home/felixelf/Deal.II/build/python3.10/site-packages (I > don't remember if site-package

[deal.II] Python Binding

2022-09-02 Thread Felix Felix
Deal all, could someone teach me on how do I use the python binding. It says that I should import the package from the tutorial 1 file. But I don't understand how to do it. Could someone here be kind enough to teach me or tell me the steps? Best regards, Felix -- The deal.II proje

Re: [deal.II] cmake_minimum_required

2022-07-30 Thread Felix Felix
No I did not, I ran cmake -DDEAL_II_DIR=/home/.../dealii/build/ . On Saturday, July 30, 2022 at 1:40:57 PM UTC+2 Matthias Maier wrote: > Did you accidentally run "cmake ." in "examples/" instead of > "examples/step-4"? > > Best, > Matthias >

[deal.II] cmake_minimum_required

2022-07-30 Thread Felix Felix
files have been written to: /home/felixelf/dealdottwo/dealii/examples/step-4 "* and then when I key in " make " nothing seems to happen. Would someone kindly guide me to what I am supposed to do here? I am not very familiar with cmake myself so I'm learning by doing everything

[deal.II] deal.II and simulation model

2022-05-04 Thread Felix Felix
do so? I appreciate the help! Kind regards, Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Gr

Re: [deal.II] Re: Read in tethex grid

2017-11-17 Thread Felix
This code is somewhere else. There is already an exception in tethex when the data-size is not equal to sizeof(double). So I think it is ok. Best regards, Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum

Re: [deal.II] Re: Read in tethex grid

2017-11-06 Thread Felix
prone behavior. It works, after I changed this to double d = static_cast (data[position]); Best regards, Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message b

Re: [deal.II] Re: Read in tethex grid

2017-11-03 Thread Felix
Ok thanks for your help. I will try to find a way and then post it here. Best regards, Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed

Re: [deal.II] Re: Read in tethex grid

2017-11-03 Thread Felix
oriented cells are created since I thought that tethex takes care of that. Do you have any further ideas? Best regards Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this mess

Re: [deal.II] Re: Read in tethex grid

2017-11-03 Thread Felix
y cells are created since I thought that tethex takes care of that. Do you have any further ideas? Best regards Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because

[deal.II] Re: Read in tethex grid

2017-10-31 Thread Felix
> However, what I would try is to use gmsh to directly produce a mesh of > quadrangles. > Do you mean that I should avoid this "iso.msh" (consist of triangles) and directly construct the isosurface consisting of quadrangle and save it as .msh? -- The deal.II project is located at http://ww

[deal.II] Re: How to clear data of triangulation completely

2017-08-02 Thread Felix Lorenz
Yes, you are both right. This part of the code is correct. The problem was that I declared the size of cells as static const, which is not good when the size varies. Best regards, Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https

[deal.II] How to clear data of triangulation completely

2017-08-01 Thread Felix Lorenz
lear() function not delete all data? Best regards Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II Use

Re: [deal.II] Compute jacobian at point (no quadrature point)

2017-06-14 Thread Felix Lorenz
Thank you very much. This is exactly what I wanted. Best regards, Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups

[deal.II] Compute jacobian at point (no quadrature point)

2017-06-13 Thread Felix Lorenz
AAk/z3di7NVEbtcpoSzLFF03VQYuGaKvWUXdwCLcB/s1600/formula.png> How do I get the inverse Jacobian at this point? Best regards, Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subs

[deal.II] Compute jacobian at a point (no quadrature point)

2017-06-13 Thread Felix Lorenz
function How can I get this ? Best regards, Felix -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User