# ftle paraview

**URL:** https://discourse.paraview.org/t/ftle-paraview/6282
**Category:** ParaView Support
**Created:** [January 24, 2021, 8:26am UTC](https://discourse.paraview.org/t/ftle-paraview/6282 "2021-01-24T08:26:13Z")
**Posts on this page:** 7
**Page:** 2

<div class="post-metadata">

### Author: ![louisgag](https://discourse.paraview.org/user_avatar/discourse.paraview.org/louisgag/32/4999_2.png) [@louisgag](https://discourse.paraview.org/u/louisgag)
#### Post date: [April 14, 2021, 11:33am UTC](https://discourse.paraview.org/t/ftle-paraview/6282/21 "2021-04-14T11:33:48Z")

</div>

So which plugins are installed then?

Does you plugin directory look something like this:

```
~/Apps/ParaView-5.6.0-MPI-Linux-64bit/lib/plugins$ tree
.
├── platforminputcontexts
│ └── libcomposeplatforminputcontextplugin.so
├── platforms
│ └── libqxcb.so
├── sqldrivers
│ └── libqsqlite.so
├── VCGCriticalPointsPlugin.so
├── VCGFlowMapGradientPlugin.so
├── VCGModelPlugin.so
├── VCGModulePlugins.so
└── xcbglintegrations
    └── libqxcb-glx-integration.so
```

---

<div class="post-metadata">

### Author: ![rghoreishi](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/r/ac8455/32.png) [@rghoreishi](https://discourse.paraview.org/u/rghoreishi)
#### Post date: [April 14, 2021, 11:55am UTC](https://discourse.paraview.org/t/ftle-paraview/6282/22 "2021-04-14T11:55:29Z")

</div>

Thanks a lot, Louis @louisgag.

What I did was just `mv ./vcgparaview_plugins/* <paraview_path>/lib/plugins`. I think I should have copied the `vcgparaview_plugins/lib/*` and `vcgparaview_plugins/lib/plugins/*` into `~/ParaView-5.6.0-MPI-Linux-64bit/lib/plugins`. Now I have all the VCG\*.so in `~/ParaView-5.6.0-MPI-Linux-64bit/lib/plugins/`. Do I need to load them manually? Because even now, they are not in my local plugin lists when I open Tools → Plugin Manager.

---

<div class="post-metadata">

### Author: ![lhofmann](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/l/9e8a1a/32.png) [@lhofmann](https://discourse.paraview.org/u/lhofmann)
#### Post date: [April 14, 2021, 12:01pm UTC](https://discourse.paraview.org/t/ftle-paraview/6282/23 "2021-04-14T12:01:40Z")

</div>

It looks like the instructions on the website are wrong.  
The correct command would be `mv ./vcgparaview_plugins/* <paraview_path>`, i.e., copy the contents of `vcgparaview_plugins/lib` to `<paraview_path>/lib`.  
Relative to ParaView’s path, the files `libXXX.so` need to be in the `lib/` directory, and the plugins `VCGXXXX.so` in the `lib/plugins/` directory. If done correctly, the plugins are loaded automatically.

---

<div class="post-metadata">

### Author: ![rghoreishi](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/r/ac8455/32.png) [@rghoreishi](https://discourse.paraview.org/u/rghoreishi)
#### Post date: [April 14, 2021, 12:20pm UTC](https://discourse.paraview.org/t/ftle-paraview/6282/24 "2021-04-14T12:20:04Z")

</div>

Thank you for your reply and sorry for the trouble @lhofmann. I did as you said. I even followed the “Archive” instruction on the website which has the plugins and libs in the correct directory, yet I still don’t see the plugins when I open the ParaView. I cannot load them manually either, I get this error:

> libOpenGL.so.0: cannot open shared object file: No such file or directory  
> ERROR: In /home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release\_superbuild/build/superbuild/paraview/src/ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.cxx, line 403  
> vtkPVPluginLoader (0x7f617000cf10): libOpenGL.so.0: cannot open shared object file: No such file or directory

I’ll try to see if I can install it using the “Debian Package VCGParaView” instruction.

---

<div class="post-metadata">

### Author: ![lhofmann](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/l/9e8a1a/32.png) [@lhofmann](https://discourse.paraview.org/u/lhofmann)
#### Post date: [April 14, 2021, 12:28pm UTC](https://discourse.paraview.org/t/ftle-paraview/6282/25 "2021-04-14T12:28:06Z")

</div>

You could try installing the libopengl0 package: `sudo apt install libopengl0`

---

<div class="post-metadata">

### Author: ![rghoreishi](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/r/ac8455/32.png) [@rghoreishi](https://discourse.paraview.org/u/rghoreishi)
#### Post date: [April 14, 2021, 12:35pm UTC](https://discourse.paraview.org/t/ftle-paraview/6282/27 "2021-04-14T12:35:54Z")

</div>

Thank you @lhofmann. Installing the libopengl0 solved it. I really appreciate your help. 🙂

---

<div class="post-metadata">

### Author: ![mo\_majidi](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mo_majidi/32/15296_2.png) [@mo\_majidi](https://discourse.paraview.org/u/mo_majidi)
#### Post date: [October 4, 2024, 2:49am UTC](https://discourse.paraview.org/t/ftle-paraview/6282/28 "2024-10-04T02:49:21Z")

</div>

Hi @lhofmann  
I am trying to solve ftle field for some complex 3d geometries. Are these paraview plugins able to calculate ftle in 3d complex shapes? or are they just for simple 2d shapes? I highly appreciate your answer on this. Thanks a lot in advance.

[Previous page](https://discourse.paraview.org/t/ftle-paraview/6282.md?page=1)
