Main Page | Directories | File List | File Members

dynamical_allocations.h File Reference

Go to the source code of this file.

Functions

 printf ("Allocating memory for the doping profile...\n")
 if (ND==NULL)

Variables

 ND = malloc((Ne+1)*sizeof(double))
 NA = malloc((Ne+1)*sizeof(double))
 NE = malloc((Ng+1)*sizeof(double))
 EPP = malloc((Ne+1)*sizeof(double))
 VOLUME = malloc((Ne+1)*sizeof(double))
 da = malloc((Ng+1)*sizeof(double))
 XVEL = malloc((Ng+1)*sizeof(double))
 YVEL = malloc((Ng+1)*sizeof(double))
 ZVEL = malloc((Ng+1)*sizeof(double))
 ENEL = malloc((Ng+1)*sizeof(double))


Function Documentation

if ND  = =NULL  ) 
 

Definition at line 106 of file dynamical_allocations.h.

References printf().

00106               {
00107     printf("dynamical allocation : not enough memory for the donor doping profile!\n");
00108     exit(0);
00109   }

printf "Allocating memory for the doping profile...\n"   ) 
 

Referenced by assemble_matrix_A(), d_theta(), def_base_all(), def_d_base_all(), def_global_weights_all(), define_d_base_K(), define_inverse_jacobian(), device_setup(), dsprsax(), dsprstx(), electron_density(), electron_velocity(), ensemble_montecarlo(), if(), impact(), initial_usefull_calculations(), initialize_GAUSS(), linbcg(), load_mesh(), load_mshV1(), main(), montecarlo_setup(), neighbourhood_table(), poisson3D(), read_input_file(), read_neighbourhood_table(), save_BB(), save_particles_mesh_format(), save_particles_Point3D_format(), save_VTK(), theta(), and update_potential().


Variable Documentation

da = malloc((Ng+1)*sizeof(double))
 

Definition at line 156 of file dynamical_allocations.h.

ENEL = malloc((Ng+1)*sizeof(double))
 

Definition at line 181 of file dynamical_allocations.h.

EPP = malloc((Ne+1)*sizeof(double))
 

Definition at line 125 of file dynamical_allocations.h.

NA = malloc((Ne+1)*sizeof(double))
 

Definition at line 110 of file dynamical_allocations.h.

ND = malloc((Ne+1)*sizeof(double))
 

Definition at line 105 of file dynamical_allocations.h.

NE = malloc((Ng+1)*sizeof(double))
 

Definition at line 118 of file dynamical_allocations.h.

VOLUME = malloc((Ne+1)*sizeof(double))
 

Definition at line 130 of file dynamical_allocations.h.

XVEL = malloc((Ng+1)*sizeof(double))
 

Definition at line 166 of file dynamical_allocations.h.

YVEL = malloc((Ng+1)*sizeof(double))
 

Definition at line 171 of file dynamical_allocations.h.

ZVEL = malloc((Ng+1)*sizeof(double))
 

Definition at line 176 of file dynamical_allocations.h.


© sourcejam.com 2005-2008