Re: [deal.II] Open source finite element preprocessor

2023-03-18 Thread Kaushik Das
Thank you Marco. Trame looks promising.
-Kaushik

On Wed, Jan 18, 2023 at 11:40 AM Marco Nawijn 
wrote:

> Hi,
>
> Maybe Trame is an option for you?
> You have to build something yourself, but a lot of the complexity is
> hidden.
>
> https://kitware.github.io/trame/
>
> Marco
>
> On Wed, Jan 18, 2023, 4:05 PM Kaushik Das  wrote:
>
>> Hi all,
>> I have been using deal.ii for a while. I would like to create a simple
>> but customized preprocessor for my deal.ii application.
>>
>> Please suggest any customizable open-source FE analysis preprocessor that
>> I can use as a base to build on.
>>
>> I am looking for something that will visualize 3D geometry, and have some
>> basic picking (registering x,y,z of mouse clicks), and UI functionality.
>> This UI will write a prm file that can then be sent to deal.ii.
>>
>> I am looking for something that is dealii_parameter_gui + 3D geometry
>> visualization + mousing click picking.
>>
>> I am not looking for a mesh generator. I generate mesh using deal.ii
>> functionality. I am not looking for a post-processor or results visualizer,
>> I am very happy to use ParaView for post-processing.
>>
>> Thank you very much for your help.
>> Kaushik
>>
>> --
>> 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/ec3dc317-2c03-46c6-8626-5b5d9f1c7e4en%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 a topic in the
> Google Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dealii/I2_r4dUXKK4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dealii+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dealii/CABCJ_1KfcuArYAqx0q1tQEzUbwobki9S4LyP3Bav1AQ4fdbq6Q%40mail.gmail.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/CAC-fs6uYc3cQ9ZqbnshYbZbjBZafQ1iaFM5bwfcQY%3D6KM%3DzHJw%40mail.gmail.com.


Re: [deal.II] Open source finite element preprocessor

2023-01-18 Thread Marco Nawijn
Hi,

Maybe Trame is an option for you?
You have to build something yourself, but a lot of the complexity is hidden.

https://kitware.github.io/trame/

Marco

On Wed, Jan 18, 2023, 4:05 PM Kaushik Das  wrote:

> Hi all,
> I have been using deal.ii for a while. I would like to create a simple but
> customized preprocessor for my deal.ii application.
>
> Please suggest any customizable open-source FE analysis preprocessor that
> I can use as a base to build on.
>
> I am looking for something that will visualize 3D geometry, and have some
> basic picking (registering x,y,z of mouse clicks), and UI functionality.
> This UI will write a prm file that can then be sent to deal.ii.
>
> I am looking for something that is dealii_parameter_gui + 3D geometry
> visualization + mousing click picking.
>
> I am not looking for a mesh generator. I generate mesh using deal.ii
> functionality. I am not looking for a post-processor or results visualizer,
> I am very happy to use ParaView for post-processing.
>
> Thank you very much for your help.
> Kaushik
>
> --
> 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/ec3dc317-2c03-46c6-8626-5b5d9f1c7e4en%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/CABCJ_1KfcuArYAqx0q1tQEzUbwobki9S4LyP3Bav1AQ4fdbq6Q%40mail.gmail.com.


[deal.II] Open source finite element preprocessor

2023-01-18 Thread Kaushik Das
Hi all,
I have been using deal.ii for a while. I would like to create a simple but 
customized preprocessor for my deal.ii application. 

Please suggest any customizable open-source FE analysis preprocessor that I 
can use as a base to build on. 

I am looking for something that will visualize 3D geometry, and have some 
basic picking (registering x,y,z of mouse clicks), and UI functionality. 
This UI will write a prm file that can then be sent to deal.ii. 

I am looking for something that is dealii_parameter_gui + 3D geometry 
visualization + mousing click picking.

I am not looking for a mesh generator. I generate mesh using deal.ii 
functionality. I am not looking for a post-processor or results visualizer, 
I am very happy to use ParaView for post-processing. 

Thank you very much for your help.
Kaushik 

-- 
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/ec3dc317-2c03-46c6-8626-5b5d9f1c7e4en%40googlegroups.com.