ASL
0.1.7
Advanced Simulation Library
|
#include "aslNumMethod.h"
#include "acl/aclMath/aclVectorOfElementsDef.h"
#include "aslFDElasticity.h"
#include "utilities/aslUValue.h"
Go to the source code of this file.
Classes | |
class | asl::FDPoroElasticity |
Numerical method which computes homogenious isotropic poro-elasticity equation. More... | |
Namespaces | |
asl | |
Advanced Simulation Library. | |
Typedefs | |
typedef std::shared_ptr< FDPoroElasticity > | asl::SPFDPoroElasticity |
Functions | |
SPFDPoroElasticity | asl::generateFDPoroElasticity (SPDataWithGhostNodesACLData d, SPDataWithGhostNodesACLData pl, double bM, double sM, double k, const VectorTemplate *vT) |
template<typename T > | |
SPFDPoroElasticity | asl::generateFDPoroElasticity (SPDataWithGhostNodesACLData d, SPDataWithGhostNodesACLData pl, UValue< T > bM, UValue< T > sM, UValue< T > k, const VectorTemplate *vT) |