Re: [deal.II] Query Regarding Direct Import of Dream3D Synthetic Microstructures into Deal.II

2024-03-14 Thread ME20D503 NEWTON
Thank you Now it's working. Initially, I defined *feature_id1_at_all_dof* as *std::vector*, but later I recognized that it should be defined as *dealii::Vector*. thank you. On Wednesday, March 13, 2024 at 7:01:28 PM UTC+5:30 ME20D503 NEWTON wrote: > Dear everyone, I would greatly appreci

Re: [deal.II] Query Regarding Direct Import of Dream3D Synthetic Microstructures into Deal.II

2024-03-13 Thread ME20D503 NEWTON
es/run.dir/rule] Error 2 make: *** [Makefile:137: run] Error 2 "make run" terminated with exit code 2. Build might be incomplete. 17:58:08 Build Failed. 4 errors, 63 warnings. (took 20s.439ms) Thank you. On Monday, March 11, 2024 at 5:01:25 PM UTC+5:30 ME20D503 NEWTON wrote: > Dear P

Re: [deal.II] Query Regarding Direct Import of Dream3D Synthetic Microstructures into Deal.II

2024-03-05 Thread ME20D503 NEWTON
in dealii? Thank you. On Tuesday, March 5, 2024 at 1:16:21 PM UTC+5:30 ME20D503 NEWTON wrote: > Dear Bangerth, I'm facing difficulties with the following issues, and I > would appreciate your input: > > I'm working on processing a .vtk file exported from DREAM.3D using > PRISMS-PF s

Re: [deal.II] Query Regarding Direct Import of Dream3D Synthetic Microstructures into Deal.II

2024-02-29 Thread ME20D503 NEWTON
successfully achieved a similar process and is built upon Deal. II. I would greatly appreciate any guidance or insights you could provide on this matter. Thank you. On Thursday, February 29, 2024 at 1:36:12 PM UTC+5:30 Wolfgang Bangerth wrote: > On 2/28/24 21:21, ME20D503 NEWTON wrote: >

[deal.II] Query Regarding Direct Import of Dream3D Synthetic Microstructures into Deal.II

2024-02-28 Thread ME20D503 NEWTON
Dear all, I am writing to inquire about the feasibility of directly importing Dream3D synthetic microstructures into Deal.II. If this is indeed possible, could you kindly provide guidance on the required file format? thanks. -- The deal.II project is located at http://www.dealii.org/ For

Re: [deal.II] I am experiencing varying execution speeds when running my code with different configurations of Ubuntu and Deal.II. Here are the observed speeds for the same code on different systems

2023-09-25 Thread ME20D503 NEWTON
esult of using different Ubuntu versions. > > Best, > Daniel > > On Mon, Sep 25, 2023 at 1:29 AM ME20D503 NEWTON > wrote: > >> >> >> "I am experiencing varying execution speeds when running my code with >> different configurations of Ubuntu and Deal.I

[deal.II] I am experiencing varying execution speeds when running my code with different configurations of Ubuntu and Deal.II. Here are the observed speeds for the same code on different systems

2023-09-24 Thread ME20D503 NEWTON
"I am experiencing varying execution speeds when running my code with different configurations of Ubuntu and Deal.II. Here are the observed speeds for the same code on different systems: 1. Ubuntu 22.04.2 LTS, Deal.II 9.5.1, 32GB RAM, Intel Xeon Silver 4208 CPU @ 2.10GHz x 16 cores: The code

Re: [deal.II] i am trying to get Tau(kirchoff stress) in the cook memebrane problem in the output_results() but getting error

2023-06-25 Thread ME20D503 NEWTON
~~~^ make[2]: *** [CMakeFiles/cook_membrane.dir/build.make:76: CMakeFiles/cook_membrane.dir/cook_membrane.cc.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:90: CMakeFiles/cook_membrane.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 "make all" terminated

[deal.II] i am trying to get Tau(kirchoff stress) in the cook memebrane problem in the output_results() but getting error

2023-06-18 Thread ME20D503 NEWTON
template void Solid::output_results() const { DataOut data_out; data_out.attach_dof_handler(dof_handler_ref); std::vector solution_names; solution_names.emplace_back("u_x"); solution_names.emplace_back("u_y"); solution_names.emplace_back("u_z"); data_out.add_data_vector(solution_n,

Re: [deal.II] Re: trying to install dealii 9.1.1 using candi.

2023-03-09 Thread ME20D503 NEWTON
ing > -DDEAL_II_FORCE_BUNDLED_BOOST=ON to your configuration. > > Best, > > Bruno > > Le mer. 8 mars 2023 à 00:02, ME20D503 NEWTON a > écrit : > >> Dear Bruno, >> i am using ubuntu 22.04.1 and g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0. >> >> Thank you. >&

[deal.II] Re: trying to install dealii 9.1.1 using candi.

2023-03-07 Thread ME20D503 NEWTON
Dear Bruno, i am using ubuntu 22.04.1 and g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0. Thank you. On Wednesday, March 8, 2023 at 3:18:47 AM UTC+5:30 bruno.t...@gmail.com wrote: > Hello, > > It looks like the error is from boost. Which version are you using? What's > your compiler? > > Best, >

[deal.II] trying to install dealii 9.1.1 using candi.

2023-03-06 Thread ME20D503 NEWTON
Dear Sir/Ma'am, trying to install dealii-9.1.1 version using candi command. i just change the version in candi.cfg from 9.4.2 to 9.1.1 as suggested.then uses candi commands to install. But i am getting error. please help me out. Thank you.

[deal.II] error while running code dependent on step-44

2022-07-07 Thread ME20D503 NEWTON
Dear all, i am getting error while running a code based on step-44. i am not able to understand the error output, can anyone please help me out ? thanks in advance. Exception on processing: An error occurred

Re: [deal.II] Re: Trouble getting UMFPACK to work

2022-07-05 Thread ME20D503 NEWTON
d at the end should tell you if `UMFPACK` > really was found. N=Any problems in finding a compatible library should be > contained in the output printed when running the CMake command. > > Best, > Daniel > > On Mon, Jul 4, 2022 at 12:25 PM ME20D503 NEWTON > wrote:

Re: [deal.II] UMFPACK ISSUE.

2022-07-05 Thread ME20D503 NEWTON
UTC+5:30 luca@gmail.com wrote: > This part of the message contains all the information you need to fix the > issue. > > Luca > > > Il giorno 5 lug 2022, alle ore 06:46, ME20D503 NEWTON < > me20...@iittp.ac.in> ha scritto: > > > > Additional inform

[deal.II] UMFPACK ISSUE.

2022-07-04 Thread ME20D503 NEWTON
Dear Deal.ii group, i am trying to run a code but i am getting errors related to UMFPACK. please find the error below. Thanks . Exception on processing: An error

[deal.II] Re: Trouble getting UMFPACK to work

2022-07-04 Thread ME20D503 NEWTON
Hello everyone, which command i have to use to check whether UMFPACK is enabled or not?? if it is OFF how to turn it ON?? Thank you in advance. On Thursday, August 31, 2017 at 9:28:52 PM UTC+5:30 John wrote: > Hello everyone, > > I am currently using Deal II version 8.0.0. When I try to run a

Re: [deal.II] deal.ii installation problem

2022-06-12 Thread ME20D503 NEWTON
Thank you so much professor. I successfully installed the deal. ii in my system. On Sunday, June 12, 2022 at 3:59:11 AM UTC+5:30 Wolfgang Bangerth wrote: > > > i am facing some problem while installing deal.ii. installation has been > > completed upto 100% but in the last i got some