| 
| void  | addTransmissibilityCouplingNNZ (DomainPartition const &domain, DofManager const &dofManager, arrayView1d< localIndex > const &rowLengths) const | 
|   | 
| void  | addTransmissibilityCouplingPattern (DomainPartition const &domain, DofManager const &dofManager, SparsityPatternView< globalIndex > const &pattern) const | 
|   | Set up the Dflux_dApertureMatrix object.  More...
  | 
|   | 
| void  | setUpDflux_dApertureMatrix (DomainPartition &domain, DofManager const &GEOS_UNUSED_PARAM(dofManager), CRSMatrix< real64, globalIndex > &localMatrix) | 
|   | Set up the Dflux_dApertureMatrix object.  More...
  | 
|   | 
| void  | assembleElementBasedContributions (real64 const time_n, real64 const dt, DomainPartition &domain, DofManager const &dofManager, CRSMatrixView< real64, globalIndex const > const &localMatrix, arrayView1d< real64 > const &localRhs) | 
|   | 
| virtual void  | assembleCouplingTerms (real64 const time_n, real64 const dt, DomainPartition const &domain, DofManager const &dofManager, CRSMatrixView< real64, globalIndex const > const &localMatrix, arrayView1d< real64 > const &localRhs) override | 
|   | 
| 
void  | assembleForceResidualDerivativeWrtPressure (MeshLevel const &mesh, string_array const ®ionNames, DofManager const &dofManager, CRSMatrixView< real64, globalIndex const > const &localMatrix, arrayView1d< real64 > const &localRhs) | 
|   | 
| 
virtual void  | assembleFluidMassResidualDerivativeWrtDisplacement (MeshLevel const &mesh, string_array const ®ionNames, DofManager const &dofManager, CRSMatrixView< real64, globalIndex const > const &localMatrix, arrayView1d< real64 > const &localRhs)=0 | 
|   | 
| virtual void  | mapSolutionBetweenSolvers (DomainPartition &domain, integer const solverType) override | 
|   | 
| 
void  | updateHydraulicApertureAndFracturePermeability (DomainPartition &domain) | 
|   | 
| 
std::unique_ptr< CRSMatrix< real64, localIndex > > &  | getRefDerivativeFluxResidual_dAperture () | 
|   | 
| 
CRSMatrixView< real64, localIndex const >  | getDerivativeFluxResidual_dNormalJump () | 
|   | 
| 
CRSMatrixView< real64 const, localIndex const >  | getDerivativeFluxResidual_dNormalJump () const | 
|   | 
| 
virtual integer  | numFluidComponents () const =0 | 
|   | 
template<template< typename, typename > class POROMECHANICS_BASE, typename FLOW_SOLVER>
class geos::PoromechanicsConformingFractures< POROMECHANICS_BASE, FLOW_SOLVER >
Definition at line 41 of file PoromechanicsConformingFractures.hpp.