Statistiques
| Révision :

root / bin / cell_division2.h @ 1

Historique | Voir | Annoter | Télécharger (641 octet)

1 1 akiss
#ifndef CELL_DIVISION2_H_INCLUDED
2 1 akiss
#define CELL_DIVISION2_H_INCLUDED
3 1 akiss
4 1 akiss
void cell_division2(double *vertices, int vertices_number, int *cells_vertices, int *vertices_number_in_each_cell, int cell_number, int *wall_vertices, int wall_number,
5 1 akiss
          double *barycenters, double *areas, double *cell_areas, double *lengths, double *target_lengths, double *shapes, double *targets,
6 1 akiss
          int dividing_cell, int *boundary, int *border, int adjacent_cells_number, int adjacent_cell1, int adjacent_cell2,
7 1 akiss
          int *daughter_cells_vertices_number, int *cell1, int *cell2, int *wall1, int *wall2);
8 1 akiss
9 1 akiss
#endif // CELL_DIVISION2_H_INCLUDED