Cartesius Library
x3dOutput.f90 File Reference

Data Types

interface  x3doutput::x3d_class
 

Modules

module  x3doutput
 contains the procedures to assure x3d output of information, however, violates the logic of cartesius

 

Functions/Subroutines

type(x3d_class) function x3doutput::x3d_class_init (s)
 
subroutine x3doutput::writeatomsx3d (this, output_file)
 writes atoms (molecular geometry) in x3d format More...
 
subroutine x3doutput::writehybridsx3d (this, output_file)
 writes atom's hybrid orbitals in x3d format More...
 
subroutine x3doutput::writeyoungmodulusx3d (this, CMatrix, output_file)
 writes Young modulus in x3d format More...
 
subroutine x3doutput::writex3dheader (this)
 writes a header of the x3d file. @reamrk Basically the only thing which logically belongs to the x3d output module analogically one could invent a vrml header write More...
 
subroutine x3doutput::getcolour (this, v)
 For a function of two variables sets a scale of values between min and max represented by color. Logically belongs to x3d module. More...
 
subroutine x3doutput::produceyoungmodulus (this, CMatrix, VertrexArray, ColorArray, Resulution)
 
subroutine x3doutput::writeatom (this, atom)
 writes an atom as presented in molecular geometry in x3d format More...