Hello,
I would like to solve a PDE using cylindrical coordinates (instead of
cartesian) but my equations are rotationally symmetric (do not depend on
theta). Therefore, I only need to solve the problem in a 2D domain with
coordinates r (radius) and z (direction along the axis).
Can I just do that
Dear All,
I have a quantity which has a single value in a cell. Let me call this an
"average". I want to be able to access the average of neighbouring cells
from every cell.
What data structure can I use?
Since don't have mesh refinement, I was thinking of mapping this average to
the cell ind
On 5/26/21 11:17 AM, Alex Cumberworth wrote:
It seems that the issues stem from not setting the include directories
properly. Even with CPATH, C_INCLUDE_PATH, and CPLUS_INCLUDE_PATH set as I
mentioned in my previous response, I am running into errors. The compilation
proceeds for a while, but t
Alex,
How did you install your compiler? You should not need to set these
paths yourself.
Best,
Bruno
Le mer. 26 mai 2021 à 13:17, Alex Cumberworth
a écrit :
>
> It seems that the issues stem from not setting the include directories
> properly. Even with CPATH, C_INCLUDE_PATH, and CPLUS_INCLU
It seems that the issues stem from not setting the include directories
properly. Even with CPATH, C_INCLUDE_PATH, and CPLUS_INCLUDE_PATH set as I
mentioned in my previous response, I am running into errors. The
compilation proceeds for a while, but then at some point when cmath is
included, it
On 5/26/21 8:16 AM, SANKET KULKARNI wrote:
dealii is installed successfully, I want to install prisms-plasticity software
and it is showing the following errors.
Sanket,
that is a question you should probably ask the PRISMS people. But the proximal
cause is that PRISMS Plasticity requires a sp
Hi Sanket.Kulkarni,
Please check your deal.ii version, if it correspond with the deal.ii
version that prisms-plasticity used.
Since the header “…/tria_boundary_lib.h” have been removed in deal.ii 9.2.0.
Best,
Chen
On Wed, May 26, 2021 at 22:16 SANKET KULKARNI
wrote:
> Hello,
> dealii is instal
Hi all,
I am trying to run a basic elasticity calculation based on the tutorial
(tutorial 8). I want to output the results and thought of using DataOut
class similar to the tutorial so that the results are in a predefined
order. But I don't want to output the data into a file but instead return