Added modeline string into every c and h file
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include "general.h" |
| | | #include "vertex.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _BOND_H |
| | | #define _BOND_H |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include<math.h> |
| | | #include "general.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_BONDFLIP |
| | | #define _H_BONDFLIP |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include "general.h" |
| | | #include "vertex.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_CELL |
| | | #define _H_CELL |
| | | ts_cell_list *init_cell_list(ts_uint ncmax1, ts_uint ncmax2, ts_uint ncmax3, ts_double stepsize); |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include "general.h" |
| | | #include "sh.h" |
| | | #include <stdlib.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include<stdio.h> |
| | | #include<string.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_CONSTVOL |
| | | #define _H_CONSTVOL |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include <string.h> |
| | | #include "general.h" |
| | | #include <stdio.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_DUMPSTATE |
| | | #define _H_DUMPSTATE |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include "general.h" |
| | | #include "energy.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _ENERGY_H |
| | | #define _ENERGY_H |
| | | ts_bool mean_curvature_and_energy(ts_vesicle *vesicle); |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include "general.h" |
| | | #include "cell.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_FRAME |
| | | #define _H_FRAME |
| | | ts_bool centermass(ts_vesicle *vesicle); |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdio.h> |
| | | #include<stdlib.h> |
| | | #include "general.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _GENERAL_H |
| | | #define _GENERAL_H |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include<math.h> |
| | | #include<stdio.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include "io.h" |
| | | |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include "general.h" |
| | | #include<stdio.h> |
| | | #include "io.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _IO_H |
| | | #define _IO_H |
| | | #include <confuse.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdio.h> |
| | | #include<math.h> |
| | | #include<stdlib.h> |
| | |
| | | ts_uint start_iteration=0; |
| | | force_from_tape=0; |
| | | parse_args(argv,argc); // sets global variable command_line_args (defined in io.h) |
| | | ts_fprintf(stdout,"TRISURF-NG v. %s, compiled on: %s %s.\n", TS_VERSION, __DATE__, __TIME__); |
| | | ts_fprintf(stdout,"Programming done by: Samo Penic and Miha Fosnaric\n"); |
| | | ts_fprintf(stdout,"Released under terms of GPLv3\n"); |
| | | ts_fprintf(stdout,"Starting program...\n\n"); |
| | | // vesicle = parseDump("timestep_000000.vtu"); |
| | | // run_simulation(vesicle, vesicle->tape->mcsweeps, vesicle->tape->inititer, vesicle->tape->iterations, 1); |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include"general.h" |
| | | #include"poly.h" |
| | | #include<stdlib.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _POLY_H |
| | | #define _POLY_H |
| | | #include"io.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include <stdio.h> |
| | | #include <string.h> |
| | | #include <stdlib.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_RESTORE |
| | | #define _H_RESTORE |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<math.h> |
| | | #include<stdlib.h> |
| | | #include "general.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_SH |
| | | #define _H_SH |
| | | #include "general.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<math.h> |
| | | #include<stdlib.h> |
| | | #include<gsl/gsl_complex.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_SH_COMPLEX |
| | | #define _H_SH_COMPLEX |
| | | #include "general.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include "general.h" |
| | | #include "vertex.h" |
| | | #include "initial_distribution.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdio.h> |
| | | #include<general.h> |
| | | #include<snapshot.h> |
| | |
| | | static int mod_table[] = {0, 2, 1}; |
| | | |
| | | |
| | | char *base64_encode(const unsigned char *data, |
| | | size_t input_length, |
| | | size_t *output_length) { |
| | | |
| | | char *base64_encode(const unsigned char *data, size_t input_length, size_t *output_length) { |
| | | *output_length = 4 * ((input_length + 2) / 3); |
| | | int i,j; |
| | | char *encoded_data = malloc(*output_length); |
| | |
| | | uint32_t octet_a = i < input_length ? (unsigned char)data[i++] : 0; |
| | | uint32_t octet_b = i < input_length ? (unsigned char)data[i++] : 0; |
| | | uint32_t octet_c = i < input_length ? (unsigned char)data[i++] : 0; |
| | | |
| | | uint32_t triple = (octet_a << 0x10) + (octet_b << 0x08) + octet_c; |
| | | |
| | | encoded_data[j++] = encoding_table[(triple >> 3 * 6) & 0x3F]; |
| | |
| | | } |
| | | |
| | | |
| | | unsigned char *base64_decode(const char *data, |
| | | size_t input_length, |
| | | size_t *output_length) { |
| | | |
| | | unsigned char *base64_decode(const char *data, size_t input_length, size_t *output_length) { |
| | | int i,j; |
| | | if (decoding_table == NULL) build_decoding_table(); |
| | | |
| | |
| | | if (decoded_data == NULL) return NULL; |
| | | |
| | | for (i = 0, j = 0; i < input_length;) { |
| | | |
| | | uint32_t sextet_a = data[i] == '=' ? 0 & i++ : decoding_table[(int)data[i++]]; |
| | | uint32_t sextet_b = data[i] == '=' ? 0 & i++ : decoding_table[(int)data[i++]]; |
| | | uint32_t sextet_c = data[i] == '=' ? 0 & i++ : decoding_table[(int)data[i++]]; |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_SNAPSHOT |
| | | #define _H_SNAPSHOT |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdio.h> |
| | | #include<math.h> |
| | | #include "general.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdio.h> |
| | | #include<math.h> |
| | | #include "general.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include <stdio.h> |
| | | #include <time.h> |
| | | //#include <gsl/gsl_math.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _H_STATS |
| | | #define _H_STATS |
| | | void gyration_eigen(ts_vesicle *vesicle, ts_double *l1, ts_double *l2, ts_double *l3); |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include<stdio.h> |
| | | #include<math.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _TIMESTEP_H |
| | | #define _TIMESTEP_H |
| | | ts_bool single_timestep(ts_vesicle *vesicle, ts_double *vmsr, ts_double *bfsr); |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include<stdio.h> |
| | | #include "general.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _TRIANGLE_H |
| | | #define _TRIANGLE_H |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include<math.h> |
| | | #include<string.h> |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _VERTEX_H |
| | | #define _VERTEX_H |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<stdlib.h> |
| | | #include<math.h> |
| | | #include "general.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | |
| | | ts_bool single_verticle_timestep(ts_vesicle *vesicle,ts_vertex *vtx,ts_double *rn); |
| | | |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #include<general.h> |
| | | #include "vesicle.h" |
| | | #include "vertex.h" |
| | |
| | | /* vim: set ts=4 sts=4 sw=4 noet : */ |
| | | #ifndef _VESICLE_H |
| | | #define _VESICLE_H |
| | | |