Go to the source code of this file.
 | 
| subroutine, public  | species_factory_oct_m::species_factory_init (factory, namespace) | 
|   | 
| subroutine, public  | species_factory_oct_m::species_factory_end (factory) | 
|   | 
| class(species_t) function, pointer  | species_factory_oct_m::species_factory_create_from_input (factory, namespace, label, index) | 
|   | Reads the information (from the input file) about a species_t variable, initializing part of it (it has to be completed later with "species_build").  More...
  | 
|   | 
| class(species_t) function, pointer  | species_factory_oct_m::read_from_block (factory, namespace, blk, row, label, index, read_data) | 
|   | Parses the species block for a given species.  More...
  | 
|   | 
| logical function  | parameter_defined (param) | 
|   | 
| subroutine  | check_duplication (param) | 
|   | 
| subroutine  | check_real_atom_species () | 
|   | 
◆ parameter_defined()
  
  
      
        
          | logical function read_from_block::parameter_defined  | 
          ( | 
          integer(int64), intent(in)  | 
          param | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ check_duplication()
  
  
      
        
          | subroutine read_from_block::check_duplication  | 
          ( | 
          integer(int64), intent(in)  | 
          param | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ check_real_atom_species()
  
  
      
        
          | subroutine read_from_block::check_real_atom_species | 
         
       
   | 
  
private   |