PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
testFeLib.cpp File Reference
#include "testFeLib.h"
#include "fe/quadElem.h"
#include "fe/triElem.h"
#include "fe/tetElem.h"
#include "util/point.h"
#include "util/feElementDefs.h"
#include "util/methods.h"
#include "nsearch/nsearch.h"
#include <csv/csv.h>
#include <algorithm>
#include <fstream>
#include <string>
Include dependency graph for testFeLib.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{testFeLib.cpp}
 

Functions

void anonymous_namespace{testFeLib.cpp}::readNodes (const std::string &filename, std::vector< util::Point > &nodes)
 
size_t anonymous_namespace{testFeLib.cpp}::readElements (const std::string &filename, const size_t &elem_type, std::vector< size_t > &elements)
 
bool anonymous_namespace{testFeLib.cpp}::checkRefIntegration (const size_t &n, const size_t &i, const size_t &j, const std::vector< fe::QuadData > &qds, double &I_exact)
 
bool anonymous_namespace{testFeLib.cpp}::checkRefIntegration (const size_t &n, const size_t &i, const size_t &j, const size_t &k, const std::vector< fe::QuadData > &qds, double &I_exact)
 

Variables

int anonymous_namespace{testFeLib.cpp}::debug_id = -1
 
const double anonymous_namespace{testFeLib.cpp}::tol = 1.0E-12