OK, thanks. 

On Tuesday, February 13, 2018 at 4:14:29 PM UTC+2, Wolfgang Bangerth wrote:
>
> On 02/13/2018 03:05 AM, Yotam Avital wrote: 
> > 
> > I was hoping this is to due with GridOut trying to use its 2d method on 
> my 1d 
> > triangulation, so I after going through the code, I added the following 
> > 
> > | 
> > GridOutFlags::Eps<1>epsflag; 
> > grid_out.set_flags(epsflag); 
> > | 
> > 
> > right before I write the grid to the eps file (line 59) 
> > 
> > however I get the same error message. is there a way to print the 1d 
> grid? 
>
> The problem is just that the output writers for EPS format is not 
> implemented 
> in 1d. But you can use the gnuplot, vtk, vtu, ... writers instead, and 
> they 
> should work. 
>
> Best 
>   W. 
>
> -- 
> ------------------------------------------------------------------------ 
> Wolfgang Bangerth          email:                 bang...@colostate.edu 
> <javascript:> 
>                             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.

Reply via email to