|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
The base header file. More...
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <assert.h>#include <mpi.h>#include "progress.hpp"#include "asciiPlotter.hpp"#include "dense_mat.hpp"#include "SF_globals.h"#include "SF_abstract_vector.h"#include "SF_abstract_matrix.h"#include "SF_abstract_lin_solver.h"#include "SF_vector.h"#include "SF_sort.h"#include "SF_container.h"#include "SF_network.h"#include "SF_io_base.h"#include "SF_parallel_utils.h"#include "SF_mesh_io.h"#include "SF_linalg_utils.h"#include "SF_fem_utils.h"#include "SF_partitioning.h"#include "SF_parallel_layout.h"#include "SF_numbering.h"#include "SF_mesh_utils.h"Go to the source code of this file.
Namespaces | |
| SF | |
Functions | |
| template<typename V , typename W > | |
| V | SF::clamp (const V val, const W start, const W end) |
| Clamp a value into an interval [start, end]. More... | |
The base header file.
Include this file to use all SlimFem functionality.
Definition in file SF_base.h.