PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
testFeLib.cpp File Reference
#include "testFeLib.h"
#include "fe/elemIncludes.h"
#include "fe/bMatrix.h"
#include "util/point.h"
#include "util/matrix.h"
#include "util/feElementDefs.h"
#include "util/vecMethods.h"
#include "nsearch/nsearch.h"
#include <csv/csv.h>
#include <algorithm>
#include <cmath>
#include <cstdlib>
#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

util::SymMatrix3 anonymous_namespace{testFeLib.cpp}::strainFromB (const fe::B &B, const std::vector< util::Point > &u)
 
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