ASL  0.1.7
Advanced Simulation Library
Classes | Namespaces | Typedefs | Functions
aslFDPoroElasticity.h File Reference
#include "aslNumMethod.h"
#include "acl/aclMath/aclVectorOfElementsDef.h"
#include "aslFDElasticity.h"
#include "utilities/aslUValue.h"
Include dependency graph for aslFDPoroElasticity.h:
This graph shows which files directly or indirectly include this file:

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)