[deal.II] Step-1 example: "dyld: Library not loaded" error message

2021-02-23 Thread Marco
Dear all, I've just installed deal.ii on my macOS Catalina (10.15.7) following the instructions here on GitHub . Then I opened the deal.II app, which gives a terminal bash and I tried to test the step-1 example, but I get an

Re: [deal.II] HDF5-function set_attribute fails for data type

2021-02-23 Thread Wolfgang Bangerth
On 2/23/21 10:13 AM, 'develo...@googlemail.com' via deal.II User Group wrote: Can do that next week, am currently busy with other things. Nevertheless, why is that option mentioned explicitly in the documentation, even though it fails when using it? I'd say it's a mistake. Best W. -- --

Re: [deal.II] HDF5-function set_attribute fails for data type

2021-02-23 Thread 'develo...@googlemail.com' via deal.II User Group
Can do that next week, am currently busy with other things. Nevertheless, why is that option mentioned explicitly in the documentation, even though it fails when using it? Wolfgang Bangerth schrieb am Dienstag, 23. Februar 2021 um 17:06:32 UTC+1: > On 2/23/21 4:28 AM, 'develo...@googlemail.com'

Re: [deal.II] HDF5-function set_attribute fails for data type

2021-02-23 Thread Wolfgang Bangerth
On 2/23/21 4:28 AM, 'develo...@googlemail.com' via deal.II User Group wrote: Hei, my program crashes when calling set_attribute(const std::string & /attr_name/, const T /value/) with bool as type T. The offending line is *params_group.set_attribute("Benchmarkrun",parameters.benchmark_run);* and

Re: [deal.II] Visualizing higher-order cells in 3D (step-67)

2021-02-23 Thread peter rum
David, could you try out the following PR: https://github.com/dealii/dealii/pull/11784 Not sure if the issue there is related. If not, could you post a vtk/vtu file and I'll read it with my Paraview version. Peter On Tuesday, 23 February 2021 at 09:07:57 UTC+1 daschn...@googlemail.com wrote:

[deal.II] HDF5-function set_attribute fails for data type

2021-02-23 Thread 'develo...@googlemail.com' via deal.II User Group
Hei, my program crashes when calling set_attribute(const std::string & *attr_name*, const T *value*) with bool as type T. The offending line is *params_group.set_attribute("Benchmark run", parameters.benchmark_run);* and the error is *An error occurred in line <1313> of file in functi