Re: [deal.II] Compiling deal.II with GCC version 9.3.0 results in missing C++11 features error

2021-05-27 Thread Wolfgang Bangerth
individual header files to the compiler, just include paths. So if the compiler can find one Trilinos header file, it should find them all. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu

Re: [deal.II] Extracting a component from Block FESystem and DofHandler

2021-05-27 Thread Wolfgang Bangerth
th of them, and that guarantees that the elements of vectors match. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangert

Re: [deal.II] Ordering of polynomials in FE_DGQLegendre<3>

2021-05-27 Thread Wolfgang Bangerth
oking forward to the patch! :-) Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is locat

Re: [deal.II] A data structure for distributed storage of some cell "average"

2021-05-27 Thread Wolfgang Bangerth
index() const; Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/foru

Re: [deal.II] A data structure for distributed storage of some cell "average"

2021-05-28 Thread Wolfgang Bangerth
). Sticking with the old release would require you to write work-arounds for functionality that exists today, and to stick with these work-arounds for the indefinite future. Best W. -- Wolfgang Bangerth email

Re: [deal.II] Obtaining the boundary data of a solution

2021-05-28 Thread Wolfgang Bangerth
tutorial programs (e.g., step-9, step-21, or step-15's and step-19's use of the corresponding get_function_gradients() function). Best W. -- ---- Wolfgang Bangerth email: bange...@col

Re: [deal.II] Help with modification of step-15

2021-05-28 Thread Wolfgang Bangerth
Here you multiply tensor times vector times tensor. It's not clear to me what that is supposed to represent, but that's at least where the error is from. Best W. -- ---- Wolfgang Bangerth

Re: [deal.II] Ordering of polynomials in FE_DGQLegendre<3>

2021-05-28 Thread Wolfgang Bangerth
rs! Best Wolfgang -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing

Re: [deal.II] Looping over cells and faces: MeshWorker vs WorkStream

2021-05-31 Thread Wolfgang Bangerth
On 5/31/21 9:36 PM, Praveen C wrote: It this how it should be used ? Something like this. You might want to look at step-47 which assembles face terms for interior faces. Best W. -- Wolfgang Bangerth email

Re: [deal.II] Compiling deal.II with GCC version 9.3.0 results in missing C++11 features error

2021-06-01 Thread Wolfgang Bangerth
lf in your home directory and take it from there? Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II projec

Re: [deal.II] SparseDirectUMFPACK - member function "initialize" takes very long

2021-06-02 Thread Wolfgang Bangerth
. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https

Re: [deal.II] Re: SparseDirectUMFPACK - member function "initialize" takes very long

2021-06-02 Thread Wolfgang Bangerth
ering internally -- i.e., there is no need to do that on the user side. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~ba

Re: [deal.II] order of dofs within a cell in a FESystem

2021-06-02 Thread Wolfgang Bangerth
contiguous in memory? And why do you care about the cell-local order of DoFs, and not the global DoF indices? Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu

Re: [deal.II] Re: SparseDirectUMFPACK - member function "initialize" takes very long

2021-06-02 Thread Wolfgang Bangerth
renumbering scheme is called anyway? Correct. W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located

Re: [deal.II] order of dofs within a cell in a FESystem

2021-06-02 Thread Wolfgang Bangerth
index );          ++index;       } There is no need for the whole *local_dof_indices*, if I know the starting index on cell, it is enough. But you can achieve this using global DoF index renumbering. That's the way I'd go. Best W. -- -

Re: [deal.II] time dependent navier stokes (gallery) does not work

2021-06-02 Thread Wolfgang Bangerth
. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d

Re: [deal.II] Re-using outputdata from a previous analysis into a new one

2021-06-02 Thread Wolfgang Bangerth
rdless, I think that the keywords you are looking for are "checkpoint/restart". If you search the archives of this forum, you will find numerous mentions of this topic. Best W. -- ---- Wolfgang Bangerth

Re: [deal.II] time dependent navier stokes (gallery) does not work

2021-06-02 Thread Wolfgang Bangerth
s the correct solution to the wrong linear system. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II pr

Re: [deal.II] Odd behaviour in VectorTools::interpolate_boundary_values

2021-06-02 Thread Wolfgang Bangerth
r we can't fix it anyway! Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ Fo

Re: [deal.II] Implementing Radiative Losses in Thermal Model

2021-06-03 Thread Wolfgang Bangerth
. (You could also look at the new step-72 and step-77 programs to see how certain aspects of this could be simplified.) Best Wolfgang -- Wolfgang Bangerth email: bange...@colostate.edu

Re: [deal.II] Re:

2021-06-05 Thread Wolfgang Bangerth
admit that I have no intuition. Do both schemes converge? To the same solution? Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http

Re: [deal.II] interpolate_boundary_values does not work

2021-06-06 Thread Wolfgang Bangerth
ould you use FE_FaceQ? Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing

Re: [deal.II] search for help about deal.ii

2021-06-06 Thread Wolfgang Bangerth
around node i. Best W> -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at h

Re: [deal.II] Compiling deal.II with GCC version 9.3.0 results in missing C++11 features error

2021-06-07 Thread Wolfgang Bangerth
rm -r the entire build directory before you call cmake and see whether that helps. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www:

Re: [deal.II] Re:

2021-06-07 Thread Wolfgang Bangerth
, i.e., ||sigma|| / ||eps|| does not go to zero or infinity, and is a smooth function of some sort. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www:

Re: [deal.II] Compiling deal.II with GCC version 9.3.0 results in missing C++11 features error

2021-06-07 Thread Wolfgang Bangerth
. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum

Re: [deal.II] interpolate_boundary_values does not work

2021-06-07 Thread Wolfgang Bangerth
ave zero boundary values, for example, then you'd just set all DoFs to zero in that loop. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu

Re: [deal.II] Compiling deal.II with GCC version 9.3.0 results in missing C++11 features error

2021-06-07 Thread Wolfgang Bangerth
;${_IMPORT_PREFIX}/lib/libsacado.so.12.8.1" ) Binary file libsacado.so matches Binary file libsacado.so.12 matches Binary file libsacado.so.12.8.1 matches Best W. -- ---- Wolfgang Bangerth email:

Re: [deal.II] Re:

2021-06-07 Thread Wolfgang Bangerth
"before" and what is "after" this change? Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org

Re: [deal.II] A data structure for distributed storage of some cell "average"

2021-06-08 Thread Wolfgang Bangerth
DoFs * Ones that have as many entries as there are active cells Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth

Re: [deal.II] time dependent navier stokes (gallery) does not work

2021-06-09 Thread Wolfgang Bangerth
. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum

Re: [deal.II] Assembling explicit advection term independently

2021-06-09 Thread Wolfgang Bangerth
embles a rhs vector. As just one example, the new step-77 program has a function compute_residual() that does essentially this. Best Wolfgang -- ---- Wolfgang Bangerth email: bange...@colos

Re: [deal.II] Assembling explicit advection term independently

2021-06-10 Thread Wolfgang Bangerth
a try -- it would solve your problem, and would be very useful to others as well! We'd love walking you through the steps to make that happen! Best W. -- ---- Wolfgang Bangerth email:

Re: [deal.II] Assembling explicit advection term independently

2021-06-10 Thread Wolfgang Bangerth
On 6/10/21 7:10 AM, Wolfgang Bangerth wrote: Indeed,          std::vector> velocity_qpt_vals(n_face_qpts, Vector(dim));          fiv.get_fe_face_values(1).get_function_values(velocity_field, velocity_qpt_vals); accesses the values; the issue was I hadn't explicitly instanti

Re: [deal.II] How to define boundary conditions on edges and vertices in 3D?

2021-06-10 Thread Wolfgang Bangerth
tions on faces instead of edges/vertices. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II proje

Re: [deal.II] Assembling explicit advection term independently

2021-06-10 Thread Wolfgang Bangerth
.org/participate.html Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com

Re: [deal.II] How to define boundary conditions on edges and vertices in 3D?

2021-06-10 Thread Wolfgang Bangerth
this. step-11, for example, constrains one node as a linear combination of (many) others. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http

Re: [deal.II] Re: Integrated material and spatial traction forces on boundary not equal

2021-06-11 Thread Wolfgang Bangerth
things would further improve. You might also want to try quadratic or cubic elements. For smooth solutions, that often does wonders! Best W> -- ---- Wolfgang Bangerth email: bange...@colostate.

Re: [deal.II] finding iterator to the cell surrounding a point for different classes.

2021-06-11 Thread Wolfgang Bangerth
_2); Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum option

Re: [deal.II] A data structure for distributed storage of some cell "average"

2021-06-14 Thread Wolfgang Bangerth
cell-based vectors, we ignore the fact that the computation might be parallel. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http

Re: [deal.II] Re: Integrated material and spatial traction forces on boundary not equal

2021-06-16 Thread Wolfgang Bangerth
exists. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org

Re: [deal.II] Local Raviart-Thomas space

2021-06-16 Thread Wolfgang Bangerth
p-61, which does the kind of thing you're looking for, I think. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~b

Re: [deal.II] Cahn-Hilliard Problem

2021-06-16 Thread Wolfgang Bangerth
atial derivatives. How do you deal with this? Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II proje

Re: [deal.II] Neumann data and Kelly estimator: can't pass std::map argument

2021-06-16 Thread Wolfgang Bangerth
close a list of pairs, which here has only one element and that element is initialized by the pair u,v. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu ww

Re: [deal.II] Re: SparseDirectUMFPACK - member function "initialize" takes very long

2021-06-17 Thread Wolfgang Bangerth
ata points what the rate is, and it may well be possible that you can't ever observe the true rate of the algorithm because you can't solve problems so large that the asymptotic rate is attained. Best W. -- -

Re: [deal.II] Re: Extracting a component of FESystem for use elsewhere

2021-06-17 Thread Wolfgang Bangerth
omponents. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum

Re: [deal.II] The include fe/fe_values header file seems redundant

2021-06-17 Thread Wolfgang Bangerth
not. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://gr

Re: [deal.II] Compiling a dealii project without cmake

2021-06-17 Thread Wolfgang Bangerth
ther libraries deal.II depends on. All of this is information that cmake exports and that your project would automatically import if you used cmake. This is wheel already invented. Don't waste your time trying to re-invent it :-) Cheers W. -- --

[deal.II] Re: deal.II workshop: follow-up question

2021-06-21 Thread Wolfgang Bangerth
d programs because all it requires is the solution of linear systems -- something that you have likely already implemented. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu

Re: [deal.II] Robust way of setting an affine constraint on a single point

2021-06-22 Thread Wolfgang Bangerth
lator/nullspace.cc#L112-L209 Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at

Re: [deal.II] Outputting DataOut Object into Personal Object Rather Than Outputing to File

2021-06-23 Thread Wolfgang Bangerth
its degrees of freedom are, and then query the solution vector for these components. Or just call cell->get_dof_values(...) right away for the values of degrees of freedom located on a cell. Best W. -- ---- Wolfgang Ba

Re: [deal.II] Re: Subdivided cylinder and boundary ids

2021-06-25 Thread Wolfgang Bangerth
W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- 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

Re: [deal.II] Questions on Step-18

2021-06-25 Thread Wolfgang Bangerth
be an easy fix, and a good first patch to contribute to the library! If you're curious about ho to write a patch, take a look at https://github.com/dealii/dealii/wiki/Contributing Best W. -- Wolfgang Ban

Re: [deal.II] Re: std::set> : missing operator(s)

2021-06-28 Thread Wolfgang Bangerth
mp_points Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For

Re: [deal.II] Structure damage analysis due to shock wave

2021-06-28 Thread Wolfgang Bangerth
oach using deal.II for your application very much depends on the equations you want to solve (more than on the physics that these equations describe). Best W. -- ---- Wolfgang Bangerth email:

Re: [deal.II] Solving nonlinear heat equation with radiation

2021-06-28 Thread Wolfgang Bangerth
%40colostate.edu%7Ce345d6aef515473cad2d08d93a3eb17f%7Cafb58802ff7a4bb1ab21367ff2ecfc8b%7C0%7C0%7C637604863211998906%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=XU5kLsJaryhDRV0CvR118q%2BrfgU0CjorvGPLFu3xhn4%3D&reserved=0>. -- --

Re: [deal.II] About installation

2021-06-29 Thread Wolfgang Bangerth
Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum op

Re: [deal.II] Integrating with curved manifolds

2021-06-30 Thread Wolfgang Bangerth
. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- 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

Re: [deal.II] Saving PointHistory data to file for restart

2021-07-01 Thread Wolfgang Bangerth
the CellDataTransfer class, though I have no idea if anyone has ever tried that. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.ed

Re: [deal.II] Solving nonlinear heat equation with radiation

2021-07-02 Thread Wolfgang Bangerth
nt to do. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://group

Re: [deal.II] Re: solution of linear system using LAPACKFullMatrix - problems with singular matrix

2021-07-02 Thread Wolfgang Bangerth
mentations are based on. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is l

Re: [deal.II] Solving nonlinear heat equation with radiation

2021-07-05 Thread Wolfgang Bangerth
t have written this as J(un) delta u_n Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.deal

Re: [deal.II] Use a coarse grid solution as initial condition for a finer grid

2021-07-05 Thread Wolfgang Bangerth
h manifolds to the triangulation object that is being reconstructed, before reconstruction. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colos

Re: [deal.II] triangulation.signals.post_refinement :connection of a member function

2021-07-05 Thread Wolfgang Bangerth
omehow to actually connect a member function of Solid? No, but you need to provide a 'this' pointer for the object you want to work on. In the first case, this is pointer_M.get(). For a member function of the current object, it would probably be 'this'. Best

Re: [deal.II] On the discretization of the time harmonic Maxwell equation

2021-07-06 Thread Wolfgang Bangerth
ne way or the other. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.g

Re: [deal.II] triangulation.signals.post_refinement :connection of a member function

2021-07-06 Thread Wolfgang Bangerth
and "captured variables". You might want to read up on them in a recent C++ book :-) Cheers W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project

Re: [deal.II] About setting up a new project

2021-07-09 Thread Wolfgang Bangerth
Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For ma

Re: [deal.II] Unexpected data output with cell data vector

2021-07-09 Thread Wolfgang Bangerth
e cells, including ghost and artificial cells (for which vector entries are then just ignored). I think step-47 shows this (whether in parallel or not doesn't matter in this regard). Best W. -- ---- Wolfgang Bangerth

Re: [deal.II] step-35 in modified

2021-07-11 Thread Wolfgang Bangerth
nt it out. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ Fo

Re: [deal.II] step-35 in modified

2021-07-12 Thread Wolfgang Bangerth
rogram and add it to another one. Best Wolfgang -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project

Re: [deal.II] Contraction between Tensor and SymmetricTensor

2021-07-12 Thread Wolfgang Bangerth
! Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For

Re: [deal.II] Re: Compile Error: no type named ‘active_cell_iterator’

2021-07-12 Thread Wolfgang Bangerth
in submitting a patch? The right approach is to simply use the corresponding DoFHandler iterator type. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www

Re: [deal.II] How to add 2nd iterator to MeshWorker::mesh_loop ?

2021-07-12 Thread Wolfgang Bangerth
dler()); Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/

Re: [deal.II] Standard way of applying a function to a finite element vector

2021-07-12 Thread Wolfgang Bangerth
ectorTools::interpolate. The problem is that FEFieldFunction is expensive. If you don't care about speed, this is the way to go. If you do for whatever reason care about speed, go with the approach in the previous paragraph :-) Best W. -- -------

Re: [deal.II] How to add 2nd iterator to MeshWorker::mesh_loop ?

2021-07-13 Thread Wolfgang Bangerth
's behind this is TriaActiveIterator, which indeed has the constructor you need here. Best W> -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math

Re: [deal.II] Standard way of applying a function to a finite element vector

2021-07-13 Thread Wolfgang Bangerth
point values that visualization programs then interpret via bilinear/trilinear interpolation. There are numerous tutorial programs that use DataPostprocessor. A particularly simple example is step-29. Best W. -- ----

Re: [deal.II] About newton method and a nonlinear DGM equation

2021-07-13 Thread Wolfgang Bangerth
Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/de

Re: [deal.II] Re: Compile Error: no type named ‘active_cell_iterator’

2021-07-14 Thread Wolfgang Bangerth
. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- 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] How to add 2nd iterator to MeshWorker::mesh_loop ?

2021-07-15 Thread Wolfgang Bangerth
oFHandler::active_cell_iterator cell_2 (&cell_1->get_triangulation(), cell_1->level(), cell_1->index(), &dof_handler_2); Best W. -- ---- Wolfgang Bangerth email:

Re: [deal.II] Map from dof index to vertex index

2021-07-15 Thread Wolfgang Bangerth
h a way to get what you are looking, assuming you really are only using Q1 elements. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.col

Re: [deal.II] Map from dof index to vertex index

2021-07-19 Thread Wolfgang Bangerth
linear hex Q1 elements always? Yes. W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is lo

Re: [deal.II] Writing outputs of type tensor in cells

2021-07-19 Thread Wolfgang Bangerth
or in which you just ignore whatever it gets as output, and instead proceed to use as output whatever you query from your std::vector> using the cell the evaluate_* function gets as argument in the input object.) Best W. -- ----

Re: [deal.II] Assembling explicit advection term independently

2021-07-19 Thread Wolfgang Bangerth
tep will take many hours on a single-processor machine. If you have enough cores, you can do ctest -j80 -R debug and it will finish in about 30 minutes, but you really do need 80 cores for that. Best W. -- ---- Wolfgang

Re: [deal.II] Looping over cells and faces: MeshWorker vs WorkStream

2021-07-19 Thread Wolfgang Bangerth
you have concrete evidence that whatever performance you get, going with the easiest-to-implement approach is always the right choice! Best Wolfgang -- Wolfgang Bangerth email: bange

Re: [deal.II] Compute divergence of symmetric gradient of vector shape function

2021-07-20 Thread Wolfgang Bangerth
or of second derivatives and sum over the appropriate set of elements. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~ban

Re: [deal.II] system_to_component_index() usage in face_worker for DG method

2021-07-22 Thread Wolfgang Bangerth
the second half of the pair. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://

Re: [deal.II] Computing DFT

2021-07-23 Thread Wolfgang Bangerth
W. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/f

Re: [deal.II] system_to_component_index() usage in face_worker for DG method

2021-07-23 Thread Wolfgang Bangerth
nly one one side of the interface. The other values (22116; 89130) shouldn't happen. If that's what you get, then there is a bug somewhere. Do you think you could construct a small testcase that illustrates what you have? Best W. -- ---

Re: [deal.II] system_to_component_index() usage in face_worker for DG method

2021-07-23 Thread Wolfgang Bangerth
e using DG elements. I tried to clarify this here: https://github.com/dealii/dealii/pull/12595 Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu

Re: [deal.II] Computing DFT

2021-07-25 Thread Wolfgang Bangerth
p::d::T on a single processor. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is

Re: [deal.II] system_to_component_index() usage in face_worker for DG method

2021-07-26 Thread Wolfgang Bangerth
st W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing

Re: [deal.II] Re: Computing the solution gradient at the quadrature point on a face

2021-08-01 Thread Wolfgang Bangerth
ements].get_function_gradients(...); i.e., you need to use an extractor in [square brackets]. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www

Re: [deal.II] Use a coarse grid solution as initial condition for a finer grid

2021-08-02 Thread Wolfgang Bangerth
ck out the Utilities::MPI::RemotePointEvaluation class in the latest (9.3) release for help with this. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu

Re: [deal.II] triangulation.signals.post_refinement :connection of a member function

2021-08-02 Thread Wolfgang Bangerth
n memory? Correct. They don't change. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II proje

Re: [deal.II] Use a coarse grid solution as initial condition for a finer grid

2021-08-03 Thread Wolfgang Bangerth
to worry about "evaluating" the solution? Yes, you can reload solutions onto the same Triangulation and DoFHandler. In fact, the reload machinery even works if the number of processes is different. Best W. -- ---

Re: [deal.II] profiling and parallel performance of deal.II user codes

2021-08-03 Thread Wolfgang Bangerth
in your .bashrc or, if you just want to do it once, on the command line before running the program. Best W. -- ---- Wolfgang Bangerth email: bange...@colostate.edu www:

Re: [deal.II] Finite Element Software deal.II Version 9.3.0 released

2021-08-03 Thread Wolfgang Bangerth
fgang -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- 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] step-35 in modified

2021-08-04 Thread Wolfgang Bangerth
st W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- 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] Re: Grid deformation after load-balancing

2021-08-04 Thread Wolfgang Bangerth
() function where that issue is even documented. You're right that in principle, one would want to transform the manifold along with the mesh, but nobody had an idea of how to do that in practice. Best W. -- Wolfgang Ban

Re: [deal.II] Output file

2021-08-04 Thread Wolfgang Bangerth
then output these values by hand. Best W. -- Wolfgang Bangerth email: bange...@colostate.edu www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is

<    1   2   3   4   5   6   7   8   9   10   >