On 06/02/2017 07:37 AM, Sean McGovern wrote:
What's a good way to integrate a quantity in the vertical direction? For
example, how do I find the weight of water above a point (assuming variable
density, so that the integration is necessary)?
In a structured regular mesh, I would fix the x and
Juan Carlos,
1) First, I get way too many warnings like:
[-Wunused-variable],[-Wunused-parameter],[-Wunused-but-set-variable],etc
...
Then I would like to ask if there is a clean to disable warnings of this type?
maybe adding some lines to the CMakeLists?
Are these warnings coming ou
On 06/05/2017 12:04 PM, Praveen C wrote:
Is system_to_component_index not implemented for FE_RaviartThomasNodal space ?
It is, but FE_RaviartThomasNodal is not a primitive element, and so you cannot
use it. You will want to use `system_to_base_index` instead.
Best
W.
--
-
Dear all
Is system_to_component_index not implemented for FE_RaviartThomasNodal
space ?
Best
praveen
--
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 sub
If you don’t have XCode, then you don’t have XCode tools. You can download
XCode from the App store.
This error:
> The CMAKE_C_COMPILER:
>
>
>
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
>
>
>
> is not a full path to an existing comp
Well, now I tried to update my code ... I was using:
git clone https://github.com/davydden/dealii
cd dealii
git checkout branch_petscscalar_complex
Now, because I would like to use a few recent additions from the
development version, I do instead:
git clone https://github.com/dealii/dealii
1) Fi
On Monday, June 5, 2017 at 1:49:01 PM UTC+5:30, Luca Heltai wrote:
>
> No need to restore to the old version. I have 10.12.5 myself.
>
> Can you try running xcode, and see if it asks you wether you want to
> upgrade the command line tools?
>
I have run the command "xcode-select --install"
Thanks a lot Martin,
I had been waiting for this type of solution in dealii for a long time!
I also read in another thread about using MappingQGeneric instead of
MappingQ, so I updated my test code as below, and everything worked like a
charm!
PolarManifold boundary;
No need to restore to the old version. I have 10.12.5 myself.
Can you try running xcode, and see if it asks you wether you want to upgrade
the command line tools?
L.
> On 5 Jun 2017, at 8:22, Sudarshan Kumar wrote:
>
>
>
> On Monday, June 5, 2017 at 11:39:28 AM UTC+5:30, Luca Heltai wrote: