Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
Linear Response
-
Math
-
Maxwell
-
MaxwellStates
-
Mesh
--
Curvilinear
--
Derivatives
--
FFTs
--
KPoints
--
Simulation Box
--- BoxShape
--- BoxShapeImage
--- BoxShapeUsDef
--- LatticeParameters
--- LatticeVectors
--- Lsize
--- Radius
--- SymmetryBreakDir
--- Xlength
-- MultigridLevels
-- PeriodicBoundaryMask
-- Spacing
-- SpiralBoundaryCondition
-
Output
-
SCF
-
States
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
BoxShapeUsDef
BoxShapeUsDef
Section Mesh::Simulation Box
Type string
Boolean expression that defines the interior of the simulation box. For example,
BoxShapeUsDef = "(sqrt(x^2+y^2) <= 4) && z>-2 && z<2" defines a cylinder
with axis parallel to the z -axis.
Source information
ions/simul_box.F90 : 437
call parse_variable ( namespace , 'BoxShapeUsDef' , 'x^2+y^2+z^2 < 4' , user_def )