~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to examples/USER/atc/mesh/kernel2d_tet.screen

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2013-11-20 22:41:36 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131120224136-tzx7leh606fqnckm
Tags: 0~20131119.git7162cf0-1
* [e65b919] Imported Upstream version 0~20131119.git7162cf0
* [f7bddd4] Fix some problems, introduced by upstream recently.
* [3616dfc] Use wrap-and-sort script.
* [7e92030] Ignore quilt dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LAMMPS (30 Aug 2013)
 
2
units    real
 
3
atom_style  atomic
 
4
 
 
5
variable L equal 6
 
6
variable w equal 2
 
7
 
 
8
lattice         fcc 5.405 origin 0.25 0.25 0.25
 
9
Lattice spacing in x,y,z = 5.405 5.405 5.405
 
10
region     BOX   block -$L $L -$L $L -$w $w
 
11
region     BOX   block -6 $L -$L $L -$w $w
 
12
region     BOX   block -6 6 -$L $L -$w $w
 
13
region     BOX   block -6 6 -6 $L -$w $w
 
14
region     BOX   block -6 6 -6 6 -$w $w
 
15
region     BOX   block -6 6 -6 6 -2 $w
 
16
region     BOX   block -6 6 -6 6 -2 2
 
17
 
 
18
boundary  f f p
 
19
create_box  1 BOX
 
20
Created orthogonal box = (-32.43 -32.43 -10.81) to (32.43 32.43 10.81)
 
21
  2 by 2 by 1 MPI processor grid
 
22
create_atoms  1 region BOX
 
23
Created 2304 atoms
 
24
mass    1 39.95
 
25
pair_style  lj/cut 13.5
 
26
pair_coeff    1 1 .238 3.405 13.5
 
27
group    internal region BOX
 
28
2304 atoms in group internal
 
29
 
 
30
fix            AtC internal atc hardy
 
31
ATC: constructing kernel field estimate
 
32
 ATC: version 2.0
 
33
 ATC: peratom PE compute created with ID: 3
 
34
fix_modify     AtC kernel quartic_sphere 5.0
 
35
fix_modify     AtC mesh read gaussianIC2d_tet.mesh
 
36
 ATC: read 485 nodes
 
37
 ATC: read 1856 TET4 elements
 
38
 ATC: created nodeset 11 with 32 nodes
 
39
 ATC: created nodeset 12 with 32 nodes
 
40
 ATC: WARNING: mesh is not aligned with the coordinate directions atom-to-element mapping will be expensive
 
41
fix_modify     AtC fields add mass_density
 
42
fix_modify     AtC output kernel2d_tetFE 1 full_text binary
 
43
 ATC: Warning : text output can create _LARGE_ files
 
44
 ATC: output custom names:
 
45
 
 
46
 
 
47
thermo_style custom step cpu temp
 
48
timestep  0.0
 
49
thermo    1
 
50
run     2
 
51
Setting up run ...
 
52
Memory usage per processor = 603.85 Mbytes
 
53
Step CPU Temp 
 
54
       0            0            0 
 
55
       1  0.004981041            0 
 
56
       2  0.014793873            0 
 
57
Loop time of 0.0148094 on 4 procs for 2 steps with 2304 atoms
 
58
 
 
59
Pair  time (%) = 0.00903654 (61.0188)
 
60
Neigh time (%) = 0 (0)
 
61
Comm  time (%) = 0.000729501 (4.92592)
 
62
Outpt time (%) = 0.00340539 (22.9948)
 
63
Other time (%) = 0.001638 (11.0605)
 
64
 
 
65
Nlocal:    576 ave 576 max 576 min
 
66
Histogram: 4 0 0 0 0 0 0 0 0 0
 
67
Nghost:    2664 ave 2664 max 2664 min
 
68
Histogram: 4 0 0 0 0 0 0 0 0 0
 
69
Neighs:    91072 ave 92484 max 89660 min
 
70
Histogram: 1 1 0 0 0 0 0 0 1 1
 
71
FullNghs:  182144 ave 182144 max 182144 min
 
72
Histogram: 4 0 0 0 0 0 0 0 0 0
 
73
 
 
74
Total # of neighbors = 728576
 
75
Ave neighs/atom = 316.222
 
76
Neighbor list builds = 0
 
77
Dangerous builds = 0