dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #12761
Re: [Viper-dev] [HG viper] Set mode to auto if empty.
On Thu, Mar 19, 2009 at 9:41 AM, <viper@xxxxxxxxxx> wrote:
> One or more new changesets pushed to the primary Viper repository.
> A short summary of the last three changesets is included below.
>
> changeset: 157:02bc79717ec2f4baa4d3906cccff11af5d9defa5
> tag: tip
> user: "Ola Skavhaug <skavhaug@xxxxxxxxx>"
> date: Thu Mar 19 09:44:47 2009 +0100
> files: src/bin/viper src/viper/viper_dolfin.py
> description:
> Set mode to auto if empty.
(sorry for cross posting)
dolfin calls:
viper --mode= file.xml
when not plotting displacement fields. Should be set to "auto" in plot.cpp:
template <class T> void plot(T&, std::string mode="auto")
{
...
}
Ola
>
>
> changeset: 156:101708e791a1603555daa0f942db59e1ddee8371
> user: "Ola Skavhaug <skavhaug@xxxxxxxxx>"
> date: Wed Mar 18 13:32:43 2009 +0100
> files: src/bin/viper src/viper/viper_dolfin.py
> description:
> Add support for plotting FunctionPlotData (scalar, vector, and displacement).
>
>
> changeset: 155:ef9258b94e6688f14efe4438a2af0ceca8f1523c
> user: "Ola Skavhaug <skavhaug@xxxxxxxxx>"
> date: Wed Mar 18 08:56:12 2009 +0100
> files: src/bin/viper
> description:
> Added some error messages
>
>
> ----------------------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/viper
> _______________________________________________
> Viper-dev mailing list
> Viper-dev@xxxxxxxxxx
> http://fenics.org/mailman/listinfo/viper-dev
>
--
Ola Skavhaug