49 lines
3.3 KiB
Plaintext
Executable File
49 lines
3.3 KiB
Plaintext
Executable File
|
|
|
|
* * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* * *
|
|
* * Program: LaGriT V3.330 Linux *
|
|
* * date_compile: 2021/10/15 test *
|
|
* * Run Time: 2021/Nov 9 10:36:32 *
|
|
* * Manual: http://lagrit.lanl.gov *
|
|
* * *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * *
|
|
|
|
-----oOo-----
|
|
LaGriT V3 LA-CC-15-069 https://github.com/lanl/LaGriT
|
|
Copyright 2016. Triad National Security, LLC. All rights reserved. This
|
|
program was produced under U.S. Government contract 89233218CNA000001
|
|
for Los Alamos National Laboratory (LANL), which is operated by Triad
|
|
National Security, LLC for the U.S. Department of Energy/National Nuclear
|
|
Security Administration. All rights in the program are reserved by Triad
|
|
National Security, LLC, and the U.S. Department of Energy/National Nuclear
|
|
Security Administration. The Government is granted for itself and others
|
|
acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license
|
|
in this material to reproduce, prepare derivative works, distribute copies
|
|
to the public, perform publicly and display publicly, and to permit others to
|
|
do so. This software is open source and available under the BSD-3 License.
|
|
-----oOo-----
|
|
|
|
|
|
Output log file: outx3dgen
|
|
Command log file: logx3dgen
|
|
|
|
# Test the rotateln command. This test was written in the process of tracking
|
|
# down a bug where part of the point distribution would rotate in one direction
|
|
# and the other part would rotate in the opposite direction. This test should
|
|
# work now although it did not work before this bug was fixed.
|
|
# Create a cube of points and rotate it 90 degrees about the z-axis.
|
|
define/SIZE/10.0
|
|
cmo/create/mo01///hex
|
|
createpts/xyz/2,2,10/0,0,0/SIZE,SIZE,SIZE/1 1 1
|
|
RZ GENERATED POINTS 1 TO 40
|
|
rotateln/1 0 0/nocopy/0 0 0/0 0 5/90/0,0,0
|
|
# dump / output_test01.gmv / mo01
|
|
dump/output_test01.inp/mo01
|
|
dump/avs/output_test01.inp/mo01
|
|
cmo/modatt/-def-/-def-/ioflag/x
|
|
finish
|
|
finish
|
|
finish
|
|
LaGriT successfully completed
|