Octopus
mesh_oct_m::mesh_line_t Type Reference

This data type defines a line, and a regular grid defined on this line (or rather, on a portion of this line). NB: only works for 2D grids. More...

Detailed Description

This data type defines a line, and a regular grid defined on this line (or rather, on a portion of this line). NB: only works for 2D grids.

Definition at line 255 of file mesh.F90.

Private Attributes

real(real64), dimension(2) n
 normal vector (unit vector) More...
 
real(real64), dimension(2) u
 direction of the line More...
 
real(real64), dimension(2) origin
 origin of the line More...
 
real(real64) spacing
 
integer nu
 
integer mu
 

Member Data Documentation

◆ n

real(real64), dimension(2) mesh_oct_m::mesh_line_t::n
private

normal vector (unit vector)

Definition at line 257 of file mesh.F90.

◆ u

real(real64), dimension(2) mesh_oct_m::mesh_line_t::u
private

direction of the line

Definition at line 258 of file mesh.F90.

◆ origin

real(real64), dimension(2) mesh_oct_m::mesh_line_t::origin
private

origin of the line

Definition at line 259 of file mesh.F90.

◆ spacing

real(real64) mesh_oct_m::mesh_line_t::spacing
private

Definition at line 260 of file mesh.F90.

◆ nu

integer mesh_oct_m::mesh_line_t::nu
private

Definition at line 261 of file mesh.F90.

◆ mu

integer mesh_oct_m::mesh_line_t::mu
private

Definition at line 261 of file mesh.F90.


The documentation for this type was generated from the following file: