![]() |
AcouSTO
version 2.0
|
#include <stdio.h>#include <ctype.h>#include <stdlib.h>#include <unistd.h>#include <getopt.h>#include <stdarg.h>#include <string.h>#include <time.h>#include <math.h>#include <complex.h>#include <libconfig.h>#include <mpi.h>#include <sys/types.h>#include "version.h"#include "include/messages.h"#include "include/constants.h"#include "include/types.h"#include "include/functions.h"#include "include/formats.h"#include "include/allocation.h"#include "include/structs.h"#include "include/print.h"#include "include/globals.h"#include "utils/help.h"#include "utils/utils.h"#include "utils/memory.h"#include "utils/cleanup.h"#include "mpi/mpiutils.h"#include "logger/logger.h"#include "math/acousto_math.h"#include "math/matutils.h"#include "geom/geom.h"#include "geom/geom_utils.h"#include "geom/geom_sphere.h"#include "geom/geom_nodes.h"#include "geom/geom_plate.h"#include "geom/geom_cylinder.h"#include "geom/geom_gmsh.h"#include "scalapack/ac_scalapack.h"#include "math/integrals.h"#include "input/read_acoustic_files.h"#include "bc/read_boundary_conditions.h"#include "printout/printout.h"#include "solver/linsys.h"#include "solver/ac_gmres.h"#include "solver/condition_number.h"#include "coefficients/ac_coef_body.h"#include "coefficients/ac_coef_mics.h"#include "solution/matrices/matrices.h"#include "solution/nrwash.h"#include "solution/read_solution.h"#include "solution/solution.h"#include "solution/pre_mic.h"#include "config/config.h"
Go to the source code of this file.
Macros | |
| #define | _RANGE_CHECK 1 |
| #define | STRINGIZE2(s) #s |
| #define | STRINGIZE(s) STRINGIZE2(s) |