modules
core
MarmotMechanicsCore
include
Marmot
MarmotGeostaticStress.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Marmot/MarmotJournal.h
"
4
#include <Eigen/Core>
5
#include <functional>
6
7
namespace
Marmot::GeostaticStress
{
8
9
std::tuple< double, double, double >
getGeostaticStressFromLinearDistribution
(
const
double
* geostaticStressDefintion,
10
double
coordinate_y );
11
12
}
MarmotJournal.h
Marmot::GeostaticStress
Definition:
MarmotGeostaticStress.h:7
Marmot::GeostaticStress::getGeostaticStressFromLinearDistribution
std::tuple< double, double, double > getGeostaticStressFromLinearDistribution(const double *geostaticStressDefintion, double coordinate_y)
Definition:
MarmotGeostaticStress.cpp:7