![]() |
(git:ed6f26b)
|
#include "../base/base_uses.f90"
Go to the source code of this file.
Data Types | |
type | tmc_types::tmc_env_type |
type | tmc_types::tmc_comp_set_type |
type | tmc_types::tmc_param_type |
type | tmc_types::tmc_atom_type |
Modules | |
module | tmc_types |
module handles definition of the tree nodes for the global and the subtrees binary tree parent element / \ accepted (acc) / \ not accepted (nacc) / \ child child / \ / \ | |
Functions/Subroutines | |
subroutine, public | tmc_types::tmc_env_create (tmc_env) |
creates a new structure environment for TMC | |
subroutine, public | tmc_types::tmc_env_release (tmc_env) |
releases the structure environment for TMC | |
subroutine, public | tmc_types::tmc_master_env_create (tmc_env) |
creates a new structure environment for TMC master | |
subroutine, public | tmc_types::tmc_master_env_release (tmc_env) |
releases the structure environment for TMC master | |
subroutine, public | tmc_types::tmc_worker_env_create (tmc_env) |
creates a new structure environment for TMC master | |
subroutine, public | tmc_types::tmc_worker_env_release (tmc_env) |
releases the structure environment for TMC master | |
subroutine, public | tmc_types::allocate_tmc_atom_type (atoms, nr_atoms) |
creates a structure for storing the atom informations | |