Re: [deal.II] dealii Installation

2024-05-28 Thread Timo Heister
Ubuntu 16.04 is a very outdated (and unsupported) system. What compiler version of GCC are you using? (gcc -v) -- https://www.math.clemson.edu/~heister/ On Tue, May 28, 2024, 09:07 王艺康 wrote: > Hello, everyone. > I'm having a problem installing dealii with candi.I'm installing > dealii-9.5.1

Re: [deal.II] Assembling gradient jump at faces with FESystem

2024-04-25 Thread Timo Heister
If you use an FESystem, you typically don't need the evaluation done over all components. Instead, use an FEValuesExtractor and you should have everything available: https://www.dealii.org/current/doxygen/deal.II/classFEInterfaceViews_1_1Vector.html I'd anything is wrong or missing, please open an

[deal.II] PDESoft 2024

2024-01-22 Thread Timo Heister
in Bergen. For further information please visit website: https://pdesoft.org/ -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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

Re: [deal.II] construct TrilinosWrappers::SparseMatrix from TrilinosWrappers::BlockSparseMatrix to use Amesos direct solver

2023-12-19 Thread Timo Heister
is a SparseMatrix. Same for the vector. This way, there are no different code paths, different types, or copies involved. -- Timo Heister http://www.math.clemson.edu/~heister/ From: dealii@googlegroups.com on behalf of Wolfgang Bangerth Sent: Monday, December

Re: [deal.II] Installation on Arm

2023-12-01 Thread Timo Heister
Bundled TBB compiles just fine in CI on my M1: https://ci.tjhei.info/job/dealii-osx/job/master/lastSuccessfulBuild/ -- Timo Heister http://www.math.clemson.edu/~heister/ From: dealii@googlegroups.com on behalf of Matthias Maier Sent: Friday, December 1, 2023 3

Re: [deal.II] Installation on Arm

2023-12-01 Thread Timo Heister
What compilers are you using? Are you aware of the guide at https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX ? -- Timo Heister https://www.math.clemson.edu/~heister/ From: dealii@googlegroups.com on behalf of Jai Sent: Friday, December 1, 2023

Re: [deal.II] Re: Helping collaborators write a cluster module for deal.II

2023-11-16 Thread Timo Heister
/dc8e8d348533072bc189f5b52e6e9cd63956a22e/deal.II-toolchain/packages/dealii.package#L355 Rene Gassmoeller has built TACC docker/singularity containers of deal.II and ASPECT to run on supercomputers, so you can ask him about that option. -- Timo Heister https://www.math.clemson.edu/~heister

Re: [deal.II] candi installation issue

2023-10-30 Thread Timo Heister
Hi Alberto, Thanks for reporting. I apologize for messing up the server configuration. I will fix this today or tomorrow. -- Timo Heister http://www.math.clemson.edu/~heister/ From: dealii@googlegroups.com on behalf of Alberto Salvadori Sent: Monday

Re: [deal.II] Difference between 2 Wasy to Initialize System Matrix in MPI World

2023-09-28 Thread Timo Heister
). -- Timo Heister http://www.math.clemson.edu/~heister/ From: dealii@googlegroups.com on behalf of Lex Lee Sent: Wednesday, September 27, 2023 8:15:14 PM To: deal.II User Group Subject: [deal.II] Difference between 2 Wasy to Initialize System Matrix in MPI World

[deal.II] ASPECT 2.5.0 released

2023-08-13 Thread Timo Heister
ASPECT. Also, feel free to get in touch if you have any questions. Best, Timo -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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

Re: [deal.II] Deadlock for addition operator

2023-05-30 Thread Timo Heister
com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/d36e19a4-b437-435d-afd9-9491b31aa845n%40googlegroups.com. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum option

Re: [deal.II] Understanding MeshWorker::mesh_loop order with adaptive refinement

2023-05-04 Thread Timo Heister
call, and I'm once again > recovering the correct residual in the global refinement and adaptive > refinement cases; no unexpected behavior there. > > Thank you, > Corbin > > On Friday, April 7, 2023 at 2:49:48 PM UTC-4 Timo Heister wrote: > >> > to my eye, in both cases,

Re: [deal.II] Re: How can I visit a face exactly once when running with MPI?

2023-04-27 Thread Timo Heister
ooglegroups.com. > > -- > 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 Group&

Re: [deal.II] Problem in installion of deal ii with petsc using candi on WSL

2023-04-18 Thread Timo Heister
oup" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/2a36bce7-c7c2-4ad2-81c2-ca5aa4c8a73dn%40googlegroups.co

Re: [deal.II] Understanding MeshWorker::mesh_loop order with adaptive refinement

2023-04-07 Thread Timo Heister
ailing 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 Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > em

Re: [deal.II] Understanding MeshWorker::mesh_loop order with adaptive refinement

2023-04-04 Thread Timo Heister
Corbin, Do you know if this problem is only present in 1d? -- https://www.math.clemson.edu/~heister/ On Mon, Apr 3, 2023, 18:36 Corbin Foucart wrote: > Hello everyone, I'm solving a 1D explicit DG-FEM problem and I've > encountered behavior that I don't understand using MeshWorker: :

Re: [deal.II] Using affine constraints object to apply boundary condition at a vertex

2023-03-12 Thread Timo Heister
It should be as simple as doing constraints.add_line(y); Unless you are writing an MPI parallel program. Then you would need to check if this line can be stored first. -- https://www.math.clemson.edu/~heister/ On Sun, Mar 12, 2023, 09:17 Wasim Niyaz Munshi ce21d400 < ce21d...@smail.iitm.ac.in>

Re: [deal.II] Re: Official conda package

2023-03-10 Thread Timo Heister
m it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/47e8c181-9064-4add-9ed2-18a8bb5114f7n%40googlegroups.com. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II p

Re: [deal.II] Reading Boundary Id in deal.ii

2023-02-20 Thread Timo Heister
> -- > 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 Group" group. > To

Re: [deal.II] Installing an older version with candi

2023-02-14 Thread Timo Heister
because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/CA

Re: [deal.II] INSTALLING DEALII ON MAC OSX VENTURA

2023-01-17 Thread Timo Heister
* > [packages/stratimikos/adapters/belos/src/CMakeFiles/stratimikosbelos.dir/all] > Error 2 > > make: *** [all] Error 2 > > Failure with exit status: 2 > > Exit message: There was a problem building trilinos 13-2-0. > > > > > Can anyone provide me some way t

Re: [deal.II] collect2 linking error when executing make

2023-01-05 Thread Timo Heister
;> >> I do not need hdf5. >> At least I was not aware that I had it on my old computer. >> >> Is there a way to work around the issue? >> >> Best >> Simon >> >> >> Timo Heister schrieb am Di., 3. Jan. 2023, 20:19: >>> >>&g

Re: [deal.II] Differences between cell_iterators() and mg_cell_iterators()

2023-01-03 Thread Timo Heister
ot;deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/a52ed968-d0d3-4cf9-be1a-ccd96de3e5f4n%40g

Re: [deal.II] collect2 linking error when executing make

2023-01-03 Thread Timo Heister
send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/ca0ce1f2-cba0-42e1-8ee4-2178806540ebn%40googlegroups.com. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located

Re: [deal.II] How do I set initial solution vector to boundary values in DG?

2022-12-04 Thread Timo Heister
fense.com/v3/__https://groups.google.com/d/msgid/dealii/c1d413d2-3c55-0523-19fd-9f399d1781da*40colostate.edu__;JQ!!PTd7Sdtyuw!Vf-IQx7HQQ5bIq8xBQu1BzCdpZiz9Q3UC6emGlg1Z50xBT-oA9UeUBtyamyADtrTV0zLEZpa0RBQ_lV6CppyxvM$ > . -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www

Re: [deal.II] Fast solver for multigrid coarse level

2022-09-29 Thread Timo Heister
nd an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/103ebcb1-ecfc-4bc8-bc06-a0ed07968834n%40googlegroups.com. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located a

Re: [deal.II] Re: copy_triangulation for a refined distributed Triangulation

2022-09-29 Thread Timo Heister
o this question in the mailing list or the > documentation. I would like to avoid the workaround suggested here, because I > need a new copy of the triangulation multiple times during computation. > > Thanks, > Katharina > > On Tuesday, September 22, 2015 at 2:00:39

Re: [deal.II] Output the solution to .h5 file (hdf5)

2022-09-10 Thread Timo Heister
y? > > Thank you very much. > > Best regards, > > Judy > > On Wednesday, September 7, 2022 at 1:40:39 PM UTC-4 Timo Heister wrote: >> >> You will need to configure deal.II with HDF5 support, see >> https://www.dealii.org/developer/readme.html#optional-softw

Re: [deal.II] Output the solution to .h5 file (hdf5)

2022-09-07 Thread Timo Heister
/ > 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 Group" group. > To unsubscribe from this group and stop receiving emails from it, send a

Re: [deal.II] Setting boundary IDs in a parallel distributed triangulation

2022-08-23 Thread Timo Heister
> check if a cell is locally owned) and call it right after the mesh is read > in. Is this enough to ensure that the boundary IDs are set properly, or is > it safer to use `triangulation_.signals.any_change.connect()`? > > Best regards, > Maurice > > Timo Heister schrieb am Freita

Re: [deal.II] Setting boundary IDs in a parallel distributed triangulation

2022-08-18 Thread Timo Heister
Maurice, Reassigning boundary IDs (or manifold IDs, material IDs) is somewhat tricky in parallel as they need to stay consistent. While you would expect the IDs to only matter for locally owned cells, this is not enough because each process needs to know the correct constraints for all "locally

Re: [deal.II] Solving Step-74 by MPI

2022-08-17 Thread Timo Heister
- > Wolfgang Bangerth email: bange...@colostate.edu > www: > https://urldefense.com/v3/__http://www.math.colostate.edu/*bangerth/__;fg!!PTd7Sdtyuw!QO7eTW5kBhW7q3_5N54yZsv-uBFuFmPb-34csveLecKNqiHWY-Dvroos6-RjWwuJhwHp3T_urOO

Re: [deal.II] Solving Step-74 by MPI

2022-08-13 Thread Timo Heister
s discussion on the web visit > https://groups.google.com/d/msgid/dealii/eed5b3fb-2052-44a3-8840-1be2f1484c7a%40Spark. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com

Re: [deal.II] Installation problem using spack

2022-08-09 Thread Timo Heister
Your issue might be related to the bug https://github.com/dealii/dealii/issues/14065 (see the discussion and the linked PR that should solve the problem for deal.II master, but not 9.4) On Tuesday, August 9, 2022 at 1:23:55 PM UTC-4 d.arnd...@gmail.com wrote: > Marco, > > It appears that > >

[deal.II] ASPECT 2.4.0 released

2022-07-28 Thread Timo Heister
ASPECT. Best, Timo -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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

Re: [deal.II] Unexpected GMRES behavior

2022-06-04 Thread Timo Heister
t value (for example non-homogeneous Dirichlet conditions. Best, Timo -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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 thi

Re: [deal.II] Re: Unable to install using candi - problem building trilinios

2022-04-24 Thread Timo Heister
because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > ht

[deal.II] Re: Postdoc Position at Clemson University

2022-04-23 Thread Timo Heister
Hi all, I am still looking to hire a postdoc and just extended the application deadline. Please forward this opening to people who might be interested. Thanks. On Tue, Mar 22, 2022 at 10:30 PM Timo Heister wrote: > > Hi all, > > I am hiring a postdoc to work on the Finite El

Re: [deal.II] Error installing dealii by candi on Apple M1

2022-04-05 Thread Timo Heister
brew install cmake open-mpi gcc >>>> >>>> Then I install the master version, this time the setup was completed; >>>> however, when I tried to run step-1 example, this happened: >>>> [image: Screenshot 2022-03-18 at 12.30.12.png] >>>

Re: [deal.II] Re: Clemson Computational Math Seminar: Bruno Blais - Feb 4

2022-04-02 Thread Timo Heister
Hi all, I can not share a recording at this point, sorry. On Fri, Apr 1, 2022 at 11:48 PM Praveen C wrote: > > Is the video of this talk archived somewhere ? > Thanks > praveen > > On Friday, March 25, 2022 at 10:42:11 PM UTC+5:30 Timo Heister wrote: >> >> Hi all,

[deal.II] Re: Clemson Computational Math Seminar: Bruno Blais - Feb 4

2022-03-25 Thread Timo Heister
Hi all, I am sorry for messing up the title. The talk is of course given on Monday by Matthias as written in the body of the email. Best, Timo On Fri, Mar 25, 2022 at 1:11 PM Timo Heister wrote: > > Hi all, > > I would like to announce the following seminar talk in our Clemson >

[deal.II] Clemson Computational Math Seminar: Bruno Blais - Feb 4

2022-03-25 Thread Timo Heister
instruction multiple data) vectorization. -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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

[deal.II] Postdoc Position at Clemson University

2022-03-22 Thread Timo Heister
! Best, Timo Heister -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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

Re: [deal.II] Error with PETScWrappers::PreconditionILU

2022-03-19 Thread Timo Heister
; Dear Timo, > > thank you for your answer. Is there any other option for ILU with parallel > matrices apart of Block Jacobi? > > Thank you > Regards > > El martes, 15 de marzo de 2022 a las 18:45:29 UTC+1, Timo Heister escribió: >> >> Hi, >> >> >

Re: [deal.II] Error installing dealii by candi on Apple M1

2022-03-16 Thread Timo Heister
can use -j to use more cores of course). On Wed, Mar 16, 2022 at 9:42 AM Masoud Ahmadi wrote: > > I had removed candi, so I had to reinstall it. > But again got the same error. > The requested log file is attached. Please see. > > > > On Tuesday, 15 March 2022 at 13:0

Re: [deal.II] Error with PETScWrappers::PreconditionILU

2022-03-15 Thread Timo Heister
the original error code is 92. > > > > > Thank you very much > > Regards, > > H > > -- > 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

Re: [deal.II] Error when compiling a deal.II app using Trilinos on Apple M1

2022-03-15 Thread Timo Heister
ote: >> >> Step-32 worked. I think there was an issue with the way I set-up my dylib. >> I'll investigate, but it seems that since I was able to run step-32 with >> MPI, I should be ok on my side also :) >> I'll keep you informed if this pops up again. >> &g

Re: [deal.II] Error installing dealii by candi on Apple M1

2022-03-15 Thread Timo Heister
> I attached the log file, please take a look. > > > On Sunday, 13 March 2022 at 19:55:52 UTC Timo Heister wrote: > >> What candi git branch are you on? You might need to switch to master to >> make things work for now. >> >> Can you post how you execute

Re: [deal.II] Error when compiling a deal.II app using Trilinos on Apple M1

2022-03-14 Thread Timo Heister
I worked on that.  Interestingly, I didn't see this error in my testing of ASPECT. Are you saying that a deal.II step like step-32 fails? I think we should try updating Trilinos first. Do you want to try 13.2 and see if that works? If not, I will update the package in candi master when I get to

Re: [deal.II] Error installing dealii by candi on Apple M1

2022-03-13 Thread Timo Heister
ctly what is explained in the > following link, step by step: > https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX > > On Saturday, 12 March 2022 at 16:54:56 UTC Timo Heister wrote: > >> Did you make any changes to candi.cfg? Can you also please post how you >&

Re: [deal.II] University cluster installation issue: compilers

2022-03-11 Thread Timo Heister
fining the mathematical constants (specifically M_PI, M_PI_4, and >>>> M_SQRT2) in each script that used one (a partial list was added to the >>>> github issue for this). >>>> >>>> Since the install worked I didn't try the older version. >>>> >>>>

Re: [deal.II] University cluster installation issue: compilers

2022-03-09 Thread Timo Heister
are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/4

Re: [deal.II] PETSc SNES implementation in deal.ii

2022-02-22 Thread Timo Heister
Hi Lorenzo, I didn't look at your code, but I can help with this: > however i am not sure how to extract PETSc Vec object from > PETScWrappers::MPI::Vector without passing from a PETScWrapper::VectorBase. You should be able to use the conversion operator

Re: [deal.II] Re: Cluster installation error with symengine library

2022-02-22 Thread Timo Heister
e library! > > Please ensure that a suitable symengine library is installed on your computer. > > I turned off symengine in the candi.cfg file and deleted the installation > library so I'm not sure what else to do. > > Thanks, > Stephanie > On Tuesday, February 15,

Re: [deal.II] Exporting hdf5 file in a loop

2022-02-15 Thread Timo Heister
t keep the > previous written information? > > Thank you > > El martes, 15 de febrero de 2022 a las 19:43:02 UTC+1, Timo Heister > escribió: > >> The call to data_out.add_data_vector() does not copy the contents of the >> vector but it just keeps track of it until the da

Re: [deal.II] Re: Cluster installation error with symengine library

2022-02-15 Thread Timo Heister
symengine and then when attempting > to install deal.ii I got an error that symengine library could not be > found. Is there a way to configure it such that symengine is not necessary > for deal.ii? > > Thanks, > Stephanie > > On Tuesday, February 8, 2022 at 8:05:01 AM UTC-7 Timo Heist

Re: [deal.II] Exporting hdf5 file in a loop

2022-02-15 Thread Timo Heister
The call to data_out.add_data_vector() does not copy the contents of the vector but it just keeps track of it until the data is actually written. You will need to store your solutions in different vectors without touching the old ones. On Tue, Feb 15, 2022, 11:05 Uclus Heis wrote: > Good

[deal.II] Re: Clemson Computational Math Seminar: Bruno Blais - Feb 4

2022-02-11 Thread Timo Heister
Hi all, The recording of the talk is now available at https://www.youtube.com/watch?v=-qJfml3_HuA Thanks again, Bruno! On Mon, Jan 31, 2022 at 2:56 PM Timo Heister wrote: > > Hi all, > > I would like to announce the following seminar talk in our Clemson > Computation

Re: [deal.II] DataOut class only offers 6 digit output for double type?

2022-02-08 Thread Timo Heister
ups.google.com/d/msgid/dealii/db91c18b-7e9b-4aa0-9a81-3e93e1f3df2an%40googlegroups.com. -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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 re

Re: [deal.II] Solution mismatch (FullMatrix vs. PETScWrappers::MPI::SparseMatrix)

2022-02-08 Thread Timo Heister
> *L_operator(local_dof_indices[i],local_dof_indices[j]) = cell_matrix(i,j);* *This looks incorrect, because global pairs of indices will happen more than once in a normal assembly (with a continuous finite element). You have to add the contribution using +=.* On Tue, Feb 8, 2022, 16:52 Hermes

Re: [deal.II] Re: Cluster installation error with symengine library

2022-02-08 Thread Timo Heister
Stephanie, I think you likely don't need some fine, am i right? Just comment out the line for it in the candi.cfg and rerun the setup (you might need to delete the tmp directory). On Tue, Feb 8, 2022, 10:01 Raghunandan Pratoori wrote: > Hi Stephanie, > > I use a singularity container with

[deal.II] Clemson Computational Math Seminar: Bruno Blais - Feb 4

2022-01-31 Thread Timo Heister
lessons that have been learned through this endeavor to develop a CFD/DEM/CFD-DEM software. Best, Timo -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii

[deal.II] Re: online deal.II workshop: Friday, June 18

2021-09-29 Thread Timo Heister
Hi all, I finally got around cutting and uploading the workshop recordings. The first half is now available on youtube, see https://dealii.org/workshop-2021/ for the links. Best, Timo On Wed, Jun 16, 2021 at 10:50 AM Timo Heister wrote: > > Hi all, > > This is a quick reminder that

Re: [deal.II] Re: MPI error while running inside a Docker container

2021-08-20 Thread Timo Heister
; To unsubscribe from this group and stop receiving emails from it, send an > >> email to dealii+unsubscr...@googlegroups.com. > >> To view this discussion on the web visit > >> https://groups.google.com/d/msgid/dealii/368cf5ae-ac31-4883-91f2-8ef1b794a684n%40googlegroups.

Re: [deal.II] Inaccurate convergence rate using ParsedConvergenceTable class

2021-08-08 Thread Timo Heister
FunctionParser uses a finite difference approximation for the gradient. I think this is explained in the class documentation. This explains the results you see... On Sun, Aug 8, 2021, 15:15 Marco Feder wrote: > Ciao Luca! > > > Can you check if you get the same results with this order? > Yes,

Re: [deal.II] Debug multithread code

2021-08-06 Thread Timo Heister
; step into a function. I have to set a lot of breakpoints to stop the > program at these lines. > > On Aug 5, 2021, at 6:16 PM, Timo Heister wrote: > >  > What do you mean by "cannot do step debug"? Are you compiling in debug > mode? > > On Thu, Aug 5

Re: [deal.II] Debug multithread code

2021-08-05 Thread Timo Heister
bution_one_cell. *Am I doing something wrong? > > > > > > > > *From: *Timo Heister > *Sent: *Thursday, August 5, 2021 1:19 PM > *To: *dealii@googlegroups.com > *Subject: *Re: [deal.II] Debug multithread code > > > > Take a look at s

[deal.II] ASPECT v2.3.0 released

2021-08-05 Thread Timo Heister
Hi all, We recently released version 2.3.0 of ASPECT, the Advanced Solver for Problems in Earth's ConvecTion, which is built on deal.II. See https://aspect.geodynamics.org/ and https://github.com/geodynamics/aspect/releases/tag/v2.3.0 for more information about ASPECT. Best, Timo -- Timo

Re: [deal.II] Debug multithread code

2021-08-05 Thread Timo Heister
Take a look at set_thread_limit: https://www.dealii.org/current/doxygen/deal.II/classMultithreadInfo.html As you can see, you can also control it using an environment variable, so you don't have to recompile. On Thu, Aug 5, 2021, 13:36 Michael Lee wrote: > Hi, > > I find it's difficult to debug

[deal.II] Re: online deal.II workshop: Friday, June 18

2021-06-16 Thread Timo Heister
at 11:35 AM Timo Heister wrote: > > Hi all, > > We would like to announce a one-day deal.II workshop on June 18, 2021 > with several talks about recent developments in the library, the 9.3 > release, and interesting user projects. The talks will be available > live using zoom and

Re: [deal.II] Re: online deal.II workshop: Friday, June 18

2021-06-15 Thread Timo Heister
e last workshop? > > Regards, > David > On Wednesday, 2 June 2021 at 17:36:08 UTC+2 Timo Heister wrote: >> >> Hi all, >> >> We would like to announce a one-day deal.II workshop on June 18, 2021 >> with several talks about recent developments in the library, the

[deal.II] online deal.II workshop: Friday, June 18

2021-06-02 Thread Timo Heister
including a schedule, please see: https://dealii.org/workshop-2021/ Information on how to join will be made available closer to the date. We hope to see you there! Best, Timo and the deal.II developers -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located

Re: [deal.II] Bug in FEInterfaceValues?

2021-04-14 Thread Timo Heister
on the web visit >> https://groups.google.com/d/msgid/dealii/22813e93-5959-4244-aa45-1652d3e8c7b8n%40googlegroups.com. > > -- > The deal.II project is located at http://www.dealii.org/ > For mailing list/forum options, see > https://groups.google.com/d/forum/dealii

Re: [deal.II] HDF5 output on multiple nodes at HPC cluster

2021-04-13 Thread Timo Heister
e the output is written to, to a xfs solved the > problem. Sorry for the inconvinience, but we are quite new to cluster systems. > > Thanks, > Christian > > Timo Heister schrieb am Montag, 12. April 2021 um 18:37:32 UTC+2: >> >> Christian, >> >> What kind of fil

Re: [deal.II] HDF5 output on multiple nodes at HPC cluster

2021-04-12 Thread Timo Heister
receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/CACORy7NFayrhRRYh8eR-5TrcVx%2Bjd61-1tKN9rkx9iWSFWTRVA%40mail.gmail.com. -- Timo Heister http://www.math.clemson.edu/~heist

Re: [deal.II] Using FEInterfaceValues with FESystems?

2021-03-14 Thread Timo Heister
; "deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/5882752f-4530-16b6-41d4-b8b6c9d

Re: [deal.II] Tags and Communicators

2021-02-19 Thread Timo Heister
roup. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/0785d886-37ad-fde9-9355-9f2a8c56c095%40colostate.edu. -- Timo Heister htt

Re: [deal.II] Unable to visualise high order polynomial variation in ParaView

2021-01-20 Thread Timo Heister
One thing that might not be obvious is that it is not enough to have a manifold id for boundary faces. You need to assign a manifold to the cells as well. On Wednesday, January 20, 2021 at 11:49:59 AM UTC-5 luca@gmail.com wrote: > Did you call > > data_out.build_patches(mapping, >

Re: [deal.II] FEInterfaceValues

2021-01-09 Thread Timo Heister
ic you are using in the assembly, where you identify DoF indices (you called them local_interface_dof_indices) and you add them using dsp.add(i,j) where i and j are all indices in local_interface_dof_indices. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located a

Re: [deal.II] Re: Slepc Solver Dimension error

2021-01-07 Thread Timo Heister
g emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/7C57CF5F-FE43-4DC0-9FD2-CBDF5005B05A%40gmail.com. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II projec

Re: [deal.II] Re: Tips on writing "versatile" assembly function

2021-01-05 Thread Timo Heister
t makes a lot of sense. > Thanks! > Bruno > > On Tuesday, January 5, 2021 at 4:34:19 p.m. UTC-5 Timo Heister wrote: >> >> Hi Bruno, >> >> We mitigate the performance problem by making the decision per cell in >> ASPECT: >> We have a set of "assemblers

Re: [deal.II] Re: Tips on writing "versatile" assembly function

2021-01-05 Thread Timo Heister
ssembly function? I would be very interested in hearing the perspective of >>> the ASPECT author since it has such a large range of sub models. >>> >>> > -- > The deal.II project is located at http://www.dealii.org/ > For mailing list/forum options, see >

Re: [deal.II] Coming back to dealii after a long time

2021-01-02 Thread Timo Heister
way. See https://github.com/dealii/dealii/wiki/Getting-deal.II for some guidance. -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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

Re: [deal.II] Coming back to dealii after a long time

2021-01-02 Thread Timo Heister
org/download.html ? I think we fixed this issue a while ago. If this is the case, what kind of processor/mac do you have? -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/fo

Re: [deal.II] Using Dealii to developing aa finite element software on Windows

2020-12-28 Thread Timo Heister
ng emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/a4df4788-b1c4-44e6-97c1-b06b6912554dn%40googlegroups.com. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The d

Re: [deal.II] FEInterfaceValues

2020-12-26 Thread Timo Heister
EInterfaceValues like feiv.get_fe_face_values(0).get_function_values(...) feiv.get_fe_face_values(1).get_function_values(...) -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.

[deal.II] new publication about the design of the deal.II library published

2020-12-21 Thread Timo Heister
oper of deal.II, I think you might find it to be an interesting read. Thank you for being part of this great community and happy holidays. Best, Timo (and co-authors) -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing

Re: [deal.II] FEInterfaceValues

2020-12-16 Thread Timo Heister
EInterfaceValues directly on a small test mesh. -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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

Re: [deal.II] Re: Gmsh support on Deal.II Virtualbox image

2020-12-15 Thread Timo Heister
//groups.google.com/d/forum/dealii?hl=en > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googleg

Re: [deal.II] Suggestions for "cheap" distributed preconditioner for transient systems?

2020-12-07 Thread Timo Heister
of cost independent of h and other problem parameters) without exploiting PDE-specifics. -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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

Re: [deal.II] Suggestions for "cheap" distributed preconditioner for transient systems?

2020-12-06 Thread Timo Heister
you just applying ILU to the whole system? My general advice is to exploit the block structure of your PDE first and then apply ILU or AMG to individual blocks. Time dependent Navier-Stokes with small time steps is a relatively easy case. Let me know if you want more details. -- Timo Heister http:/

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

2020-11-23 Thread Timo Heister
u specify the location of your deal.II library. > Also, I will be sure to put a pull request if it works. Awesome! Let us know if you need help at any point. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ F

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

2020-11-22 Thread Timo Heister
eceived this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web v

Re: [deal.II] Re: parallel::distributed::Triangulation: Wrong level n_dofs after

2020-11-02 Thread Timo Heister
I User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/73afa160-05bd-420b-93ac-62ffac19b8b8n%40googleg

Re: [deal.II] dealii installation issue on NERSC Cori

2020-10-26 Thread Timo Heister
> make[3]: *** No rule to make target '/usr/lib64/libopenblas.so', needed by > 'step-1'. Stop. That means this library is missing on the compute node. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum opt

Re: [deal.II] dealii installation issue on NERSC Cori

2020-10-26 Thread Timo Heister
1.6GB. Do you know what the above error signifies? Thank you. > > Best, > Aaditya > > > > On Sunday, October 25, 2020 at 2:10:21 PM UTC-4 Timo Heister wrote: >> >> > Seems like there might then be some issue with the LAPACK, P4EST or PETSC >> > install

Re: [deal.II] dealii installation issue on NERSC Cori

2020-10-25 Thread Timo Heister
cognized: file truncated This sounds like the linking of the .so file failed. Can you take a look at this file (check the size?)? You can try deleting the file and running "make install" again. Maybe the last linker step failed? If this does not help, maybe try the release mode examples

Re: [deal.II] Re: Pressure-correction scheme: Behaviour of the H1 norm on the Taylor-Green vortex

2020-10-24 Thread Timo Heister
maybe something higher order depending on your scheme). -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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

Re: [deal.II] dealii installation issue on NERSC Cori

2020-10-24 Thread Timo Heister
Running the tests seems to have triggered a rebuild of deal.iII. Can you try running some of the tutorial steps instead? On Fri, Oct 23, 2020, 17:05 Aaditya Lakshmanan wrote: > Hi Wolfgang, >I tried compiling, installing and running the deal.ii tests > interactively on a KNL compute node.

Re: [deal.II] Re: Pressure-correction scheme: Behaviour of the H1 norm on the Taylor-Green vortex

2020-10-23 Thread Timo Heister
> On another note, I remember having a discussion about this with Timo Heister > at the deal.II workshop in 2019. Maybe Timo has ideas on this? I know he is > quite the expert on algorithms to solve the Stokes / Navier-Stokes equations > (e.g. his paper on the grad-div scheme, etc.)

  1   2   3   >