Hi all,
Are there anyway to project or interpolate solution data from adaptive mesh
back to uniform mesh?
Thank you in advance,
Giang
--
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 receive
Paras,
I don't think there is a way that's already implemented, but if you look at
the function that implements the periodic boundary conditions, you should be
able to clone it in your project and add the negative sign where necessary.
Alternatively, you can let the existing function create
Dear dealii Community,
I am working on a solid mechanics related problem involving anti-periodic
constraints, i.e.
u_leftFace = - u_RightFace,
where u is the unknown field (a component of the dim-dimensional
displacement field).
One possible solution, I am aware of, involves marking the pe
On 4/13/22 22:25, ankit tyagi wrote:
According the the github link, this can happen when using higher order
elements. But here it just the visualization of mesh. Is there a way to make
the mesh visualization faithful to the actual topology? Why is this problem
not visible in eps format?
The d
ok disregard this message. I found the error.
On Thursday, 14 April 2022 at 11:25:08 UTC-4 Matthew Rich wrote:
> Hi all,
>
> Trucking through a problem and hit a snag with linking
>
> /home/mjrich/dealii/proj/proj.cc:294: error: undefined reference to 'void
> dealii::SparseMatrix::vmult,
> de
Hi all,
Trucking through a problem and hit a snag with linking
/home/mjrich/dealii/proj/proj.cc:294: error: undefined reference to 'void
dealii::SparseMatrix::vmult,
dealii::PackagedOperation >
>(dealii::Vector&, dealii::PackagedOperation
> const&) const'
collect2: error: ld returned 1 exit