Re: [deal.II] gridin.read_exodusii to import exodusii mesh in dealii 9.5.1 fails

2024-04-08 Thread Sina Tajfirooz
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  
> 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.


Re: [deal.II] gridin.read_exodusii to import exodusii mesh in dealii 9.5.1 fails

2024-03-29 Thread Daniel Arndt
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  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+unsubscr...@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/CAOYDWbLCgzFuxzVoxMf_q14LkXO_Z0BuO1cDph2paeaE%2BrELmw%40mail.gmail.com.


[deal.II] gridin.read_exodusii to import exodusii mesh in dealii 9.5.1 fails

2024-03-29 Thread Sina Tajfirooz
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/2ea642fb-b3fb-480f-88e7-2b2c96a264e2n%40googlegroups.com.