ユーザ用ツール

サイト用ツール


サイドバー

paraview

以前のリビジョンの文書です


paraview

粒子を可視化

プラグインで‥

Debianでapt-getで入れたらプラグインない。 自分でmakeしたらいいよ。 スパコンはあるよ。

PSで出力

ver3.98以降,ベクター描画も可能になった. http://www.paraview.org/Wiki/ParaView/Vector_Graphics_Export

debian wheezyではヴァージョンが古いままので,何らかの方法で最新のもの(ver.4以上)を入れる.

testingにするのが手っ取り早いかも.

file ⇒ file of type で eps を選択 ⇒ export scene ⇒ show advanced options ⇒ Cull hidden primitives 以外のチェックを外す.

起動しない

libprotobuf FATAL /tmp/buildd/paraview-3.14.1/Utilities/protobuf/src/google/protobuf/stubs/common.cc:61] This program requires version 2.4.0 of the Protocol Buffer runtime library, but the installed version is 2.3.0.  Please update your library.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "out_linux/Release/obj/gen/proto_out/config/config.pb.cc".)

というエラーがでるときは,

env LANG=C paraview

とすれば,何とかなるかもしれない. これでOKな場合, .bashrcに

alias paraview='env LANG=C paraview'

と書けば幸せになれる.

paraview.1411635105.txt.gz · 最終更新: 2017/10/03 12:55 (外部編集)