openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
FEM utilities functions. More...
Go to the source code of this file.
Namespaces | |
opencarp | |
Functions | |
void | opencarp::parse_comment_line (char *buff, const int buffsize, std::map< std::string, std::string > &metadata) |
void | opencarp::read_metadata (const std::string filename, std::map< std::string, std::string > &metadata, MPI_Comm comm) |
Read metadata from the header. More... | |
char * | opencarp::skip_comments (FILE_SPEC stream, char *readbuff, size_t buffsize, MPI_Comm comm) |
void | opencarp::indices_from_region_tag (SF::vector< mesh_int_t > &idx, const sf_mesh &mesh, const int tag) |
Populate vertex data with the vertices of a given tag region. More... | |
void | opencarp::indices_from_geom_shape (SF::vector< mesh_int_t > &idx, const sf_mesh &mesh, const geom_shape shape, const bool nodal) |
Populate vertex data with the vertices inside a defined box shape. More... | |
SF_real | opencarp::get_volume_from_nodes (sf_mat &mass, SF::vector< mesh_int_t > &local_idx) |
void | opencarp::warn_when_passing_intra_vtx (const std::string filename) |