Re: [deal.II] Re: Meshworker in dim=2, spacedim = 3

2017-04-17 Thread Daniel Arndt
Andrea,

This should be fixed upstream now. Have a look at PR #4265 [1].

Best, 
Daniel

[1] https://github.com/dealii/dealii/pull/4265

-- 
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 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://groups.google.com/d/optout.


Re: [deal.II] Re: Meshworker in dim=2, spacedim = 3

2017-04-15 Thread Bonito Andrea
done, thanks.

On Friday, April 14, 2017 at 4:39:45 PM UTC-5, Wolfgang Bangerth wrote:
>
> On 04/14/2017 12:55 PM, Bonito Andrea wrote: 
> > Unfortunately, I am using the dmg version and do not have access to the 
> > source files... 
> > 
> > I might have to convince Luca to try it. 
>
> Alternatively, can you create a small program that shows the compiler 
> error? It doesn't have to do anything useful, just set up the necessary 
> data structures and then call the function that gives the error. 
>
> Someone else could then try with your little program. If you open a bug 
> report at https://github.com/dealii/dealii/issues/new I bet someone will 
> take a look at it within just a couple of days (but may not be able to 
> fix all downstream problems, if there is more to do than just add the 
> one template argument). 
>
> Best 
>   W. 
>
> -- 
>  
> Wolfgang Bangerth  email: bang...@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
--- 
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://groups.google.com/d/optout.


Re: [deal.II] Re: Meshworker in dim=2, spacedim = 3

2017-04-14 Thread Wolfgang Bangerth

On 04/14/2017 12:55 PM, Bonito Andrea wrote:

Unfortunately, I am using the dmg version and do not have access to the
source files...

I might have to convince Luca to try it.


Alternatively, can you create a small program that shows the compiler 
error? It doesn't have to do anything useful, just set up the necessary 
data structures and then call the function that gives the error.


Someone else could then try with your little program. If you open a bug 
report at https://github.com/dealii/dealii/issues/new I bet someone will 
take a look at it within just a couple of days (but may not be able to 
fix all downstream problems, if there is more to do than just add the 
one template argument).


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/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 it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [deal.II] Re: Meshworker

2016-11-22 Thread sudarshan kumar
Yes the FEValues defined for each dell dinfo1.cell  and dinfo2.cell
provides  all the interior information of the cells( however  I did not
succeed in the accuracy test  so far, but it works ).

In fact,  apart from the interface  values  I need  solution  values  at
the interior  of   each cell,  usually  for  time dependent problem this is
not really needed ( only the limit value at the face  is required from each
side of the face). In my case the method is a bit different, here to
compute the interface flux it needs to know few values of the solution in
the interior as well.( I am not sure if it is  an efficient way to compute
it in the call  integrate_face_term in the meshworker set up).

Thanks  a lot.

On Tue, Nov 22, 2016 at 10:23 AM, Wolfgang Bangerth 
wrote:

> On 11/22/2016 06:13 AM, sudarshan kumar wrote:
>
>>
>> Thanks  a  lot, yes  it works.  In fact I am working on time dependent
>> problem, and so in my method I need an adjacent interior value when I am
>> at
>> the face. Thanks a lot.
>>
>
> But don't the FEValues objects you get for the face provide these values?
> I mean, they evaluate the solution and shape functions on either side of
> the face. In other words, while the quadrature points for these two objects
> have the same physical locations, they evaluate the elements as the limits
> of points coming from each of the cells, and consequently the values are
> different even though the points are the same.
>
> Or do you need to evaluate the solution at points inside the cells that
> are not in fact on the interface?
>
> 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/fo
> rum/dealii?hl=en
> --- You received this message because you are subscribed to a topic in the
> Google Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/to
> pic/dealii/r6DfmfktQEM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Dr. Sudarshan Kumar Kenettinkara
Post doctoral fellow
Centro de Investigación en Ingeniería Matemática
UDEC, Casilla-160
Concepcion, Chile 403
Phone  +56 9 98095323
Office: 20
Phone: +56-4-2661320
Email:  skkma...@gmail.com
Homepage: http://www.ci2ma.udec.cl/skumar/

-- 
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 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://groups.google.com/d/optout.


Re: [deal.II] Re: Meshworker

2016-11-22 Thread Wolfgang Bangerth

On 11/22/2016 06:13 AM, sudarshan kumar wrote:


Thanks  a  lot, yes  it works.  In fact I am working on time dependent
problem, and so in my method I need an adjacent interior value when I am at
the face. Thanks a lot.


But don't the FEValues objects you get for the face provide these values? I 
mean, they evaluate the solution and shape functions on either side of the 
face. In other words, while the quadrature points for these two objects have 
the same physical locations, they evaluate the elements as the limits of 
points coming from each of the cells, and consequently the values are 
different even though the points are the same.


Or do you need to evaluate the solution at points inside the cells that are 
not in fact on the interface?


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/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 it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.