micromechanical (C++)
|
Base class for contact laws. More...
#include <Eigen/Dense>
#include <cmath>
#include <map>
#include <memory>
#include <micromechanical/core/debugvariable.hpp>
#include <micromechanical/core/material.hpp>
#include <micromechanical/core/options.hpp>
#include <micromechanical/core/statevariable.hpp>
#include <utility>
Classes | |
struct | micromechanical::core::ContactLawBase< T > |
Base class for contact laws. More... | |
struct | micromechanical::core::ElastoplasticContactLaw< T > |
Base class for elastoplastic contact laws. More... | |
struct | micromechanical::core::NonlinearElasticContactLaw< T > |
Base class for nonlinear elastic contact laws. More... | |
Namespaces | |
namespace | micromechanical |
helper functions for mathematical operations | |
namespace | micromechanical::core |
Base class for contact laws.