![]() |
waves
Basic FE playground
|
#include "wContact.h"
#include "wProblem.h"
#include "wTag.h"
#include "wElement.h"
#include "wNode.h"
#include <algorithm>
#include <fstream>
#include <sstream>
#include <string>
Functions | |
bool | searchCode (char const *code, char const *line) |
bool | searchCode (char const *code, std::string const line) |
bool | searchCode (std::string const code, std::string const line) |
void | readGMSH (std::string const &file_name, std::string const &name, std::vector< int > &nodes) |
void readGMSH | ( | std::string const & | file_name, |
std::string const & | name, | ||
std::vector< int > & | nodes | ||
) |
bool searchCode | ( | char const * | code, |
char const * | line | ||
) |
bool searchCode | ( | char const * | code, |
std::string const | line | ||
) |
bool searchCode | ( | std::string const | code, |
std::string const | line | ||
) |