Thanks!

On Friday, March 29, 2024 at 2:04:08 PM UTC+1 d.arnd...@gmail.com wrote:

> Sina,
>
> You'll have to provide the path directly as a function argument, i.e.,
>
> gridin.read_exodusii(case_path + "mesh.exo");
>
> Best,
> Daniel
>
>
> On Fri, Mar 29, 2024 at 7:32 AM Sina Tajfirooz <sina.ta...@gmail.com> 
> wrote:
> >
> > Dear developers/users,
> >
> > How can I import an exodusii mesh in dealii version 9.5.1, which is 
> configured with Trilinos?
> >
> > doing
> >
> > "
> > gridin.attach_triangulation(triangulation);
> > std::ifstream f(case_path + "mesh.exo");
> > gridin.read_exodusii(f);
> >
> > "
> >
> > raises the error:
> > "
> > error: no matching function for call to 
> ‘dealii::GridIn<3>::read_exodusii(std::ifstream&)’
> > gridin.read_exodusii(f);
> > "
> >
> > How can I resolve this?
> >
> > Best,
> > Sina
> >
> > --
> > 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+un...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dealii/2ea642fb-b3fb-480f-88e7-2b2c96a264e2n%40googlegroups.com
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/c2a5f6ea-7df1-43f5-9b36-338fe9075304n%40googlegroups.com.

Reply via email to