FrictionQPotFEM 0.23.3
Loading...
Searching...
No Matches
UniformSingleLayer2d.h File Reference
#include "Generic2d.h"
#include "config.h"
Include dependency graph for UniformSingleLayer2d.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FrictionQPotFEM::UniformSingleLayer2d::System
 Class that uses GMatElastoPlasticQPot to evaluate stress everywhere. More...
 
class  FrictionQPotFEM::UniformSingleLayer2d::LocalTriggerFineLayerFull
 Trigger element by a linear combination of simple shear and a pure shear perturbations. More...
 
class  FrictionQPotFEM::UniformSingleLayer2d::LocalTriggerFineLayer
 Similar to LocalTriggerFineLayerFull, with the difference that only a (small) group of elements around the triggered element is considered to compute the energy barriers. More...
 

Namespaces

namespace  FrictionQPotFEM
 Friction simulations based on a disorder potential energy landscape and the finite element method.
 
namespace  FrictionQPotFEM::UniformSingleLayer2d
 System in 2-d with:
 

Macros

#define SQR(x)   ((x) * (x))
 

Functions

std::vector< std::string > FrictionQPotFEM::UniformSingleLayer2d::version_dependencies ()
 Return versions of this library and of all of its dependencies. More...
 
std::vector< std::string > FrictionQPotFEM::UniformSingleLayer2d::version_compiler ()
 Version information of the compilers. More...
 

Detailed Description

License: This project is released under the GNU Public License (MIT).

Definition in file UniformSingleLayer2d.h.

Macro Definition Documentation

◆ SQR

#define SQR (   x)    ((x) * (x))
Returns
x^2

Definition at line 16 of file UniformSingleLayer2d.h.