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.)

Re: [deal.II] Issue with MeshWorker::InegrationInfo.values

2020-10-12 Thread Timo Heister
ll get > the same error. > > To be honest, I am not shure how to tackle either apporach. > > Thank you very much. > > Best regards, > Gregor > > > > > > > > > Timo Heister schrieb am Samstag, 26. September 2020 um 21:44:05 UTC+2: >> >> H

Re: [deal.II] "locked" vtu outputs

2020-10-10 Thread Timo Heister
allel file system) 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 th

Re: [deal.II] Issue with MeshWorker::InegrationInfo.values

2020-09-26 Thread Timo Heister
ed 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 unsubscribe from this group and

Re: [deal.II] PETSC issue while trying to run step-18

2020-09-23 Thread Timo Heister
ated 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 unsubscribe from this group and sto

Re: [deal.II] Issue with unstructured hex mesh

2020-09-23 Thread Timo Heister
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/5f6253d8-11a6-a530-ab57-5e6f020a650f%40co

Re: [deal.II] Re: Initialization of PETSc::MPI::BlockSparseMatrix

2020-09-16 Thread Timo Heister
what the assertion checks. I think that this check is correct. If you want your first block to be 1815 DoFs large, then rows[0].size() needs to be 1815. How are you creating these IndexSets? I find the function IndexSet::split_by_block() convenient to use. -- Timo Heister http://www.math.clemson.edu

[deal.II] Re: Initialization of PETSc::MPI::BlockSparseMatrix

2020-09-14 Thread Timo Heister
Hi, I don't quite understand your reasoning for a block with 0 DoFs. Try removing any rows/columns from your block sparsity pattern and from your IndexSet's that have size 0. Notice that the number of blocks is independent of the number of components in your FEM. Can you post the values for ro

[deal.II] lecture on deal.II and p4est for parallel copmutations

2020-09-13 Thread Timo Heister
free multigrid and how far we can scale computations these days. A recording is now available here: https://www.youtube.com/watch?v=K2xjCsXnfYI I hope this is useful for some of you. Best, Timo -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at

Re: [deal.II] Error while installing dealii using candi

2020-09-13 Thread Timo Heister
You are running out of RAM while compiling. Try compiling without -j if necessary. On Sun, Sep 13, 2020, 01:38 Animesh Rastogi IIT Gandhinagar < animesh.rast...@alumni.iitgn.ac.in> wrote: > > Dear Dealii community, > > I am reinstalling dealii using candi on my PC. Here is the error, I am > getti

[deal.II] Re: Can not access the files for Quasi-Static Finite-Strain Compressible Elasticity program

2020-09-10 Thread Timo Heister
Take a look at this repository: https://github.com/dealii/code-gallery All files should be in there. On Thursday, September 10, 2020 at 2:08:50 PM UTC-4 animesh...@alumni.iitgn.ac.in wrote: > Dear All, > > I can not access the Readme, parameters and other files from the code > gallery program

Re: [deal.II] Looping over all the active children of an arbitrary cell

2020-08-22 Thread Timo Heister
ealii.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 unsubscribe from this group and stop receiving emails from

Re: [deal.II] deal.ii Installation : expand_instantiations Error

2020-08-22 Thread Timo Heister
s, the >>> person(https://github.com/JBlaschke) helping me out asked me to contact the >>> developers. I would really appreciate your help on this. >>> >>> Thank you. >>> >>> >>> >>> >>> -- >>> The dea

Re: [deal.II] Installation stopped

2020-07-22 Thread Timo Heister
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%2B25a%3DK%2B-6K5skeUiYo_uC6UBCYFdGeYwjJdR8n25XHcbEbWqg%40mail.gmail.com

Re: [deal.II] Interest in a step-12-like DG tutorial but for the advection-diffusion equation?

2020-07-10 Thread Timo Heister
automatic > differentiation tools that > we have, or to easily write a posteriori error estimators… If anybody is > looking for a starter project, this may be a very nice one. Yes, also on my todo list for "some day". :-) -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.I

Re: [deal.II] Interest in a step-12-like DG tutorial but for the advection-diffusion equation?

2020-07-10 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/b931b23c-b284-4047-a887-d500ac9e8486o%40googlegroups.com. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.I

[deal.II] ASPECT v2.2.0 released

2020-07-03 Thread Timo Heister
d 217 billion unknowns (see https://arxiv.org/abs/1907.06696 for details). See https://aspect.geodynamics.org/ and https://github.com/geodynamics/aspect/releases/tag/v2.2.0 for more information about ASPECT. Best, Timo -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II proje

[deal.II] Re: online deal.II workshop: Tuesday, May 26, 2020

2020-05-31 Thread Timo Heister
Hi all, the videos and slides are now available at https://dealii.org/workshop-2020/ On Monday, May 25, 2020 at 3:53:24 PM UTC-4, Timo Heister wrote: > > Hi all, > > the information on how to join is now available at > https://dealii.org/workshop-2020/ > > Please join

[deal.II] Re: online deal.II workshop: Tuesday, May 26, 2020

2020-05-25 Thread Timo Heister
Hi all, the information on how to join is now available at https://dealii.org/workshop-2020/ Please join us tomorrow! Best, Timo On Tuesday, May 19, 2020 at 8:40:31 PM UTC-4, Timo Heister wrote: > > Hi all, > > we would like to announce a one day-deal.II workshop on May 2

[deal.II] Re: How can I add curl conforming boundary constraints to the Multigrid transfer matrices?

2020-05-22 Thread Timo Heister
Great, can I convince you to send in a pull request with your changes to deal.II? That would be very much appreciated. Let us know if you need help with that. -- 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: How can I add curl conforming boundary constraints to the Multigrid transfer matrices?

2020-05-20 Thread Timo Heister
Hi Julian, you will need to extend MGTransferPrebuilt::prolongate with support for user constraints: https://github.com/dealii/dealii/blob/70455cc1efde9ad0d5ca4295ea5597fc2fa98171/source/multigrid/mg_transfer_prebuilt.cc#L93 This might be as simple as a call to get_user_constraint_matrix(...).

[deal.II] online deal.II workshop: Tuesday, May 26, 2020

2020-05-19 Thread Timo Heister
/workshop-2020/ Best, Timo and Wolfgang -- 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

[deal.II] Re: Deal.ii insttallation issues

2020-04-09 Thread Timo Heister
Malik, There is three different directories at play: 1. build directory (this is where you run cmake in) 2. the source directory (this is the deal.II download and contains CMakeLists.txt and source/ include/, etc.) 3. the install directory All three directories can be anything you want. For examp

[deal.II] postdoc at Clemson University

2019-11-06 Thread Timo Heister
early as January. For more information, please see: https://apply.interfolio.com/70228 Feel free to contact heis...@clemson.edu if you have any questions. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum

Re: [deal.II] installation fails with intel/19.0.5

2019-10-05 Thread Timo Heister
ictor Eijkhout wrote: > > > > On Oct 5, 2019, at 4:13 PM, Timo Heister wrote: > > -D DEAL_II_WITH_MPI=ON \ > -D DEAL_II_CXX_FLAGS="-march=native" \ > -D DEAL_II_WITH_CXX17=OFF \ > -D DEAL_II_WITH_64BIT_INDICES=ON \ > -D DEAL_II_COMPONENT_EXAM

Re: [deal.II] installation fails with intel/19.0.5

2019-10-05 Thread Timo Heister
is is with Intel 19.0.5 and intel MPI. You can also run without 64bit indices, but I need it to be able to do large runs with more than 4 billion DoFs. On Sat, Oct 5, 2019 at 11:10 AM Victor Eijkhout wrote: > > > > On Oct 5, 2019, at 9:27 AM, Timo Heister wrote: > > Otherwise I ha

Re: [deal.II] installation fails with intel/19.0.5

2019-10-05 Thread Timo Heister
sion on the web visit > https://groups.google.com/d/msgid/dealii/CAOYDWbJdQ8%2BEbCREUCJ8VXgCoZP3qYatkvg%3DQ%2BT5PU%3DufwYufg%40mail.gmail.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://grou

Re: [deal.II] VectorTools::Compress() fails after mesh_loop and distribute_local_to_global

2019-08-31 Thread Timo Heister
r earlier, but that time I forgot the final > compress()-call before calling set_zero(). > > -- > 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 mes

Re: [deal.II] step-22 compute_no_normal_flux_constraints

2019-04-15 Thread Timo Heister
mp;r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=QVz-0qa-BE17tx8qPdxGM1rRo9ff7D68_fU_ptB7amo&s=RkLbASOUUx7tA80Bri9yrzo98EtTJd37rlweHmB4oPg&e= > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsu

Re: [deal.II] Step 46: pressure uniquely defined

2018-08-18 Thread Timo Heister
fense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=bcIbcHElg1BGpLoA0M-tnKwLnDNHIcibLzDgJkMhwaE&s=7N-i5PNeYieD4LtOPMSjoPoA625VXXlDgVY33XVClks&e=. -- Tim

Re: [deal.II] Error during configuration since 9.0.0

2018-05-15 Thread Timo Heister
mEjX38S7JmlS9Vw&m=_uMHDofFQY2qbLcLayon0hPc4p9fn5H4fs9ZbHPEBZw&s=9fDnmOSCxS5yFCw120CTH9AshVulxZQWCoOKMTVli6o&e= > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiv

Re: [deal.II] Re: Problem with installing dealii with macOS 10.13.4

2018-05-03 Thread Timo Heister
groups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=8NnsLGUmM8lBYr-vfh_C3OPSzsZL6HE9btGBALQEaD0&s=5aSJb8OUYMhxscJfuzk6blbqYIRVSXazkk2

Re: [deal.II] Re: Windows install issue

2018-05-03 Thread Timo Heister
=VOWCO4y6EoxoxTUamHAg0u3_UZNqe_azpvMZT0RYMc8&s=IYo8XzxqMmDiC6x4sepPhrvp9mNrdx6EKsTm5jMuDQk&e= > --- > 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 fr

Re: [deal.II] Modify quadrature weights on a per-cell basis?

2018-04-24 Thread Timo Heister
JxW(q) There are a few exceptions like get_function_values() that depend on the quadrature weights, but if you only want to do assembly, this hack should work. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum

Re: [deal.II] Building issue: undefined reference to SolutionTransfer

2018-04-24 Thread Timo Heister
from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7

Re: [deal.II] Re: Problem with parallelization when using hyper_cube_slit

2018-04-16 Thread Timo Heister
ab7GJi0w&s=Ns11WFvY9U3IcCB0ymEKp-tE6Iff3DP8lbDGxOnhCBM&e= > For mailing list/forum options, see > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_forum_dealii-3Fhl-3Den&d=DwIFaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7J

Re: [deal.II] dealii 8.5.1 installation issue (spack, docker, debian)

2018-03-12 Thread Timo Heister
more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=f-TM9W3TMFMvyfA8yPbPFmwkCovncx08P0sOpP_xQjs&s=WrmWunU4vDamo-21zJ6nSd9Vc2pIEKGUZtU6H5sCeYU&e=.

Re: [deal.II] implement weak formulation of biharmonic equation

2018-02-26 Thread Timo Heister
f you struggle with this, you should probably go back and work through the first tutorials. -- 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 r

Re: [deal.II] implement weak formulation of biharmonic equation

2018-02-26 Thread Timo Heister
for (unsigned int d=0; d hessian_phi_v = fe.shape_hessian_component(i, k, d); Mii += dx * (hessian_phi_v.trace * hessian_phi_v.trace); You are missing curly braces: the way you wrote it, the Mii assignment is not done inside the loop. -- Timo Heister

Re: [deal.II] project_boundary_values for Stokes equations

2018-02-22 Thread Timo Heister
ubscr...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=8teVs2Dl-uJLObDYEkzG-7e8YqH4XvNB-oZpCqBfVmg&s=EKokJBGcOix21OVFY2QpQDK3YBNsy-x

Re: [deal.II] Issue with convergence of iterative linear solver for system matrix in modified step-57 with no-normal flux constraints

2018-02-19 Thread Timo Heister
in the zero constraints. I don't understand. You need boundary conditions in nonzero_constraints and zero_constraints for all boundaries. The reason for these two sets is that one is used for the initial solve, while the second one is used for the Newton updates. -- Timo Heister http://www

Re: [deal.II] Usage of MPI_Bcast with deal.II

2018-02-19 Thread Timo Heister
ails from it, send an > email to dealii+unsubscr...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=

Re: [deal.II] Issue with convergence of iterative linear solver for system matrix in modified step-57 with no-normal flux constraints

2018-02-18 Thread Timo Heister
options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=ulWuM0dNK_XHF-DL_x2EvT8bMSBuSrV4XKcqEfBiLm8&s=IGenO_6vTVuLZb24YoNS8UKHad1Gw628

Re: [deal.II] Non smooth solution when the BC coincide with the processors boundaries?

2018-02-15 Thread Timo Heister
tions, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=FXNP1TzxXyujwfeH30hq_c08Gw_Elq8I27NRMvHfhSo&s=UC01YylZx5IunNqH7OX7-0a-V1zRp9t1_64E4cNepGw&

Re: AW: [deal.II] step-42 clarification

2018-02-05 Thread Timo Heister
lS9Vw&m=88KR9zh1f_gaVgWHpZwwXXlaOCduKgZ1yzsuERztdmU&s=cUF_2LwSAUqoivqPWcoBBBpepBLrCfq8fDSkWlrkBTY&e= -- 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?h

Re: AW: [deal.II] step-42 clarification

2018-01-19 Thread Timo Heister
but I remember writing a debug function that checks if a ConstraintMatrix is consistent in parallel. This was a while back, but I can try to find it. -- 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

Re: [deal.II] assertion failed: be_value_from_constant: unknown constant kind (shared/cfe/edgglue/edg_decl.c, line 1374)

2018-01-01 Thread Timo Heister
eiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=s9-JxMt

Re: [deal.II] DOF Ordering in DofHandler

2017-12-17 Thread Timo Heister
put, the values are not > associated with the right dof. well, how do you obtain that vector and where is the data coming from? You probably want to use something like VectorTools::interpolate() to get a finite element vector of whatever function you have. This you can then send to DataOut.

Re: [deal.II] DOF Ordering in DofHandler

2017-12-13 Thread Timo Heister
scribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r

Re: [deal.II] Re: Crack propagation

2017-12-05 Thread Timo Heister
> If I use your user element, I have to use OPEN MPI? now I have some issues > with Open MPI in Deal.ii What do you mean by "user element"? The example code in question requires deal.II to be configured with MPI. What vendor you use (OpenMPI, MPICH, ...) is up to you. -- T

Re: [deal.II] New Assert class (Discussion)

2017-12-04 Thread Timo Heister
rl?u=https-3A__github.com_geodynamics_aspect_blob_master_CMakeLists.txt-23L149&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=8MrChrquRnUcalKx1yzXw8qsWYcILksWk_zaXDnfc20&s=L_VkpxtQJ0ypTXYC5UOaV1rMlEo7Hm-rF3K3d7IGE9A&e= -- Timo Heister

Re: [deal.II] New Assert class (Discussion)

2017-12-04 Thread Timo Heister
> email to dealii+unsubscr...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=VspQ49D-XAgpTdrNH5

Re: [deal.II] Re: Spurious eigenvalues

2017-12-01 Thread Timo Heister
equal to 1 and so ignoring them is easier. 2. One could also zero out the constrained rows after the fact. 3. Did we rip out the support for removing the constrained entries from the matrix completely? -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is loca

Re: [deal.II] Re: Errors when using MUMPS/PETSc LU

2017-11-30 Thread Timo Heister
>> Then you have to simplify your problem as much as possible until we >> can reproduce it. > > I am not sure of the best way to do it, as a have a rather large program and > I need it to build the system matrix. In your experience, saving the > matrices > to files and then just load them would be

Re: [deal.II] Problem while installing deal.II (version 8.0) on a cluster running CentOS 6.7.

2017-11-27 Thread Timo Heister
> Do you know how this version of NetCDF was installed? Do you need it? If > not, can you uninstall it? or do cmake -D DEAL_II_WITH_NETCDF=OFF -- 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] computation of residual for step-40 like programs

2017-11-27 Thread Timo Heister
ble residual > in the similar way the matrix and rhs is assembled in step 40. You assemble it like a RHS and then set constrained entries to zero. -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum

Re: [deal.II] error in SolverFGMRES related destructor

2017-11-24 Thread Timo Heister
f course. That is the whole point of AL. Without it, the mass matrix is only a good approximation if the viscosity term is dominant (small Re). -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/foru

Re: [deal.II] error in SolverFGMRES related destructor

2017-11-22 Thread Timo Heister
Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=tEMHEnTrp6RvsQJU_F1hXQu5bRN40oV4aeN0efe65TY&s=sFMafQt9xbavnQ1bym-2imAoKKHUQpStt1B9olLLIpQ&e= > > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" gro

Re: [deal.II] Re: Errors when using MUMPS/PETSc LU

2017-11-17 Thread Timo Heister
- 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...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=

Re: [deal.II] Re: Errors when using MUMPS/PETSc LU

2017-11-17 Thread Timo Heister
CeUx5owuWvvNSO3OBJDaSNDJks&s=rbFKu8LqzeLfmSoFFB0CzZIBK77ZoK0iyZM9kWMCRAY&e= > > --- > 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...

Re: [deal.II] LU Decomposition on multiple processors

2017-11-13 Thread Timo Heister
> However I still do not understand what that line in the documentation means. > Maybe it is a leftover? Yes it probably is. Thanks for pointing that out. I just submitted a fix here: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_dealii_dealii_pull_5453&d=DwIBaQ&c=Ngd-ta5yRYsqeU

Re: [deal.II] New Mac OSX brew package

2017-11-09 Thread Timo Heister
> I'm using clang+gfortran. I have not tried using gcc for everything, but I > could give it a shot if you think it would be worth it. No, I was just curious. I don't have a strong preference for either. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options,

Re: [deal.II] New Mac OSX brew package

2017-11-09 Thread Timo Heister
JJXiaYVu6FRWmEjX38S7JmlS9Vw&m=B4_I7m9Fb7UJr3fQ0YmopMCt2BsnKOY2uoFIQ28VKXs&s=nWHl0W6CyEu5kJzuxAuCAYqKGT3BLCh8fEk_J0zmuuQ&e= > > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiv

Re: [deal.II] query FE support point type and additional info?

2017-11-09 Thread Timo Heister
thanks, Wolfgang. >> 1. How can I translate between generalized_support_point j and >> dof_per_cell index k? For example FE_DGRaviartThomas<2>(1) has 9 >> generalized_support_points but 12 dofs_per_cell. > > You can't. There is no obvious relationship between the two for > *generalized* support po

[deal.II] query FE support point type and additional info?

2017-11-08 Thread Timo Heister
rmation I can extract from the FE about the degrees of freedom or support points in this case? Thanks. -- 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/deali

Re: [deal.II] A_inverse in step-57

2017-11-07 Thread Timo Heister
ning into, I doubt that this is the case here. -- 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 subsc

Re: [deal.II] A few questions

2017-11-07 Thread Timo Heister
tion be varying throughout the course of the > simulation)? I would probably reply with "not very easy" but I let others with more experience jump in. -- 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] Re: [aspect-devel] Fwd: Aspect installation error on OS X El Capitan

2017-11-07 Thread Timo Heister
; >> >> >> ___ >> Aspect-devel mailing list >> aspect-de...@geodynamics.org >> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.geodynamics.org_cgi-2Dbin_mailman_listinfo_aspect-2Ddevel&d=DwIFaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5o

Re: [deal.II] A_inverse in step-57

2017-11-06 Thread Timo Heister
od performance especially if your problem is not Laplace-like. -- 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

Re: [deal.II] A_inverse in step-57

2017-11-06 Thread Timo Heister
> I tried > to use the same trick as in step-22, where an InnerPreconditioner was > defined to switch between SparseDirectUMFPACK in 2D and SparseILU in 3D. > However I found that SparseILU won't work even when in small 2D cases. To > verify this I tried to replace the SparseDirectUMFPACK in step-5

Re: [deal.II] CellDataStorage with mesh refinement

2017-11-01 Thread Timo Heister
ct_blob_0eec247edd99cd782a8fc66b36b140ce7a4105ae_source_particle_particle-5Fhandler.cc-23L858&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=4DhDywRdwgpQcqLQhc9e3vXnNh9twLFXh6cAv-rYOtU&s=OmRYoVuKEIL1dlaaCOgQLqNoCmHaHzJulO4dsMuAq2o&

Re: [deal.II] refine_mesh get different number of active cells on different processes with parallel::shared::Triangulation

2017-10-30 Thread Timo Heister
emonstrate how to do this. -- 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

Re: [deal.II] Test 4 failed, maybe different installation of MPI? then how to solve this?

2017-10-30 Thread Timo Heister
> What do you mean "manually"? I downloaded .deb from ubuntu and installed > through ubuntu software manage system. do you mean that I should command > line to get the package and to install? Yes, you should use the official ubuntu/debian package manager if at all possible. You can use "apt" or "

Re: [deal.II] refine_mesh get different number of active cells on different processes with parallel::shared::Triangulation

2017-10-29 Thread Timo Heister
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...@googlegroups.com. > For more options, visit > https://urldefen

Re: [deal.II] Test 4 failed, maybe different installation of MPI? then how to solve this?

2017-10-29 Thread Timo Heister
> Thanks for your reply. I did install mpich_3.2-7_amd64.deb before. Why do you install a .deb manually? This is likely the reason for your problems. You also didn't answer my question, do you have more than one MPI package installed? Please check "dpkg -l | grep mpi" and make sure you don't have

Re: [deal.II] Test 4 failed, maybe different installation of MPI? then how to solve this?

2017-10-27 Thread Timo Heister
roup and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxV

Re: [deal.II] deal.II on Mac OS Sierra

2017-10-27 Thread Timo Heister
//urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=tR6LjiGi5rSIXAb97vi-pCHhKTlrXyX9g-oF1ntDHaY&s=Nc38f4K8cTeM839HUBA3m-YjW-i7F3ilc2AzvZjKVHg&e= > .

Re: [deal.II] CellDataStorage with mesh refinement

2017-10-26 Thread Timo Heister
iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=4zqq8LzalJka1USeMsXKUwuzA9ZYVYDocY6Qd-sHk98&s=na9F3U-UB7JStYIGEje_0_pNnfNGJoooknwYVOSoG6c&e= > > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsub

Re: [deal.II] mapping_collection and step-27

2017-10-23 Thread Timo Heister
unsubscribe from this group and stop receiving emails from it, send an > email to dealii+unsubscr...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIFaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wl

Re: [deal.II] A_inverse in step-57

2017-10-18 Thread Timo Heister
ed 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. > For more options, visit > https://urldefense.proofpoin

Re: [deal.II] set_zero fails for multiple threads

2017-10-11 Thread Timo Heister
> But do I need to call it again after calling .set_zero()? No. It falls under "all other operations". -- 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.googl

Re: [deal.II] set_zero fails for multiple threads

2017-10-10 Thread Timo Heister
On Tue, Oct 10, 2017 at 3:49 PM, 'Maxi Miller' via deal.II User Group wrote: > I am coming out of a loop where I am doing > hanging_node_constraints.distribute_local_to_global(cell_residual, > local_dof_indices, local_residual); Do you compress() your vectors (and matrices) after this? It needs t

Re: [deal.II] set_zero fails for multiple threads

2017-10-10 Thread Timo Heister
-- 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...@googlegroups.com. > For more options, visit > https://urldefense.proofpoi

Re: [deal.II] L2-norm gets decreased to certain value, but stays above threshold

2017-10-05 Thread Timo Heister
> Isn't the 'distribute'-line doing exactly that? Or is that a mistake? No, set_zero() will set the entries to zero, distribute() will set them to their correct nonzero entry. Also, how small are the errors that you are getting when it levels off? -- Timo Heister http://ww

Re: [deal.II] Re: installing dealii on a cluster

2017-10-05 Thread Timo Heister
scr...@googlegroups.com. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=j8fsO4Jd3xzBvC3pZsZEFLckndfZe5_-suwGQOqxRpo&s=m

Re: [deal.II] Re: installing dealii on a cluster

2017-10-04 Thread Timo Heister
> I can try to submit to the queue, rather then just using the head node. Do > you think this might help? Yes, that is typically a good way to behave on a shared resource. Maybe long/big running processes are killed on the login node on this machine. -- Timo Heister http://www.math.clems

Re: [deal.II] Installation: Candi on cluster (Platform)

2017-10-04 Thread Timo Heister
> My question: Does it matter if I use centos7.platform instead > of the linux_cluster.platform? If it works for you, then all is well of course. You should check the deal.II installation by doing something like: cd tmp/build/deal*/ make test -- Timo Heister http://www.math.clems

Re: [deal.II] How does the step-20 work on spaces of Pn and Pn-1 elements?

2017-09-30 Thread Timo Heister
> Now my question. Does deal.ii allow to consider Qn x Qn as an "inner" > vector-valued FE space and inject this as replacement for RTn, thereby > ending up in blocks (n_u, n_u), (n_u, n_p), and (n_p, n_u) and use Qn-1 as > replacement for DG ending up in blocks (n_u, n_p), (n_p, n_u), and (n_p, >

Re: [deal.II] PETScWrappers::SparseDirectMUMPS use in parallel version of step-22

2017-09-25 Thread Timo Heister
ectMUMPS::solve(const > dealii::PETScWrappers::MatrixBase&, dealii::PETScWrappers::VectorBase&, > const dealii::PETScWrappers::VectorBase&) I assume that you either did not set the MPI communicator in the mumps object or you set it to something invalid. On Mon, Sep 25, 2017

Re: [deal.II] PETScWrappers::SparseDirectMUMPS use in parallel version of step-22

2017-09-25 Thread Timo Heister
d=DwIBaQ&c=Ngd-ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=uMnkipA0_Q1Sqba93dRnQ4Sg2_vE74W35qmO5qny_HU&s=pF_uHK7JsU8Qn2h7uzEU6DSwyeprAg3-2k1hwM3rr_A&e= -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is

Re: [deal.II] Refining a cylinder only in x

2017-09-19 Thread Timo Heister
Oh, even easier would be creating a 2d cylinder and then using GridGenerator::extrude_triangulation() On Tue, Sep 19, 2017 at 1:47 PM, Timo Heister wrote: > If you are just interested in a cylinder with more than a single > layer, it might be easier to make k copies of the cylinder, shift

Re: [deal.II] Refining a cylinder only in x

2017-09-19 Thread Timo Heister
9JC99XvuTgScgbY_QFS80R7PEA2q0EPwDy7VQw&m=Mtc_8RpRiOkRLKkBxN-XmY8kb7kcarfzigGzEoOBiPM&s=3YruSttO5wH-jhuY8FkmIFxomIEok3SQ6VQJiVGSpHU&e= > --- > You received this message because you are subscribed to the Google Groups > "deal.II User Group" group. > To unsubscribe from this group and stop receiv

Re: [deal.II] PETScWrappers::SparseDirectMUMPS use in parallel version of step-22

2017-09-19 Thread Timo Heister
> template > void Pa_Preconditioner:: > vmult(LA::MPI::BlockVector &dst, const LA::MPI::BlockVector &src) const > { > SolverControl cn; > PetScWrappers::SparseDirectMUMPS solver(cn,mpi_communicator); > solver.set_symmetric_mode(true); > solver.solve(B,dst.block(0),src.block(0)); > solver.solve(B,ds

Re: [deal.II] PETScWrappers::SparseDirectMUMPS use in parallel version of step-22

2017-09-13 Thread Timo Heister
PS type; You have to use PETScWrappers::SparseDirectMUMPS here -- 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 me

Re: [deal.II] Access to Trilinos::MPI::Vector::owned_elements() for debugging purposes?

2017-09-11 Thread Timo Heister
set breakpoint pending auto > [linux-lb8c:17949] 1 more process has sent help message help-mpi-api.txt / > mpi-abort > [linux-lb8c:17949] Set MCA parameter "orte_base_help_aggregate" to 0 to see > all help / error messages > > at the same line (.distribute()) &

Re: [deal.II] Access to Trilinos::MPI::Vector::owned_elements() for debugging purposes?

2017-09-10 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. > For more options, visit > https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&

Re: [deal.II] combine error estimates from two different solutions

2017-09-07 Thread Timo Heister
same units, etc.). Otherwise you might need to rescale and/or do something more clever. We discuss some strategies in the paper High Accuracy Mantle Convection Simulation through Modern Numerical Methods. II: Realistic Models and Problems Geophys J Int, 2017, 210, 833-851. -- Ti

Re: [deal.II] Regarding distributed meshes with p4est and trilinios

2017-09-07 Thread Timo Heister
plementation in distributed/tria.cc for inspiration. Note that this will break if you have periodic boundary conditions. Let us know if this lets you run with patch_level_1 -- Timo Heister http://www.math.clemson.edu/~heister/ -- The deal.II project is located at http://www.dealii.org/ For

Re: [deal.II] Regarding distributed meshes with p4est and trilinios

2017-09-07 Thread Timo Heister
eUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=4k7iKXbjGC8LfYxVJJXiaYVu6FRWmEjX38S7JmlS9Vw&m=fx5zPVPj5YHLwSgXHBKNn1I9OvTImEnlVgDaDmSH-Z0&s=HmN6gJQSWE1WxMwrHI5csg3_TaC8JnCXyOa6GAnnxGQ&e= and issues linked in there. One workaround for now might be to switch to a shared::Triangulation. Best, Timo -- Timo Heister http://w

Re: [deal.II] PETSC_HAVE_MUMPS not set correctly ?

2017-09-01 Thread Timo Heister
you want to ignore dependencies in system directories) and we should try to fix it. -- 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

<    1   2   3   4   >