Commit da317558 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing run script for transport equation.

parent 2e18d455
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
MIT License

Copyright (c) 2004-2016 Tomáš Oberhuber et al.
Copyright (c) 2004-2017 Tomáš Oberhuber et al.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+6 −6
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@ tnl-grid-setup --dimensions 2 \
tnl-init --test-function heaviside-of-vector-norm \
         --output-file init.tnl \
         --coefficient -1.0 \
         --center-0 0.5 \
         --center-1 0.5 \
         --center-2 0.5 \
         --radius 0.2 \
         --power 0.6 \
         --max-norm false
         --vector-norm-center-0 0.5 \
         --vector-norm-center-1 0.5 \
         --vector-norm-center-2 0.5 \
         --vector-norm-radius 0.2 \
         --vector-norm-power 0.6 \
         --vector-norm-max-norm false

tnl-transport-equation --device host \
                       --initial-condition init.tnl \