|
GEOS
|
Static Public Member Functions | |
| static void | assembleConstraintEquation (real64 const &time_n, WellControls &wellControls, BHPConstraint &constraint, WellElementSubRegion const &subRegion, string const &wellDofKey, localIndex const &rankOffset, CRSMatrixView< real64, globalIndex const > const &localMatrix, arrayView1d< real64 > const &localRhs) |
| template<template< typename U > class T, typename U = PhaseVolumeRateConstraint> | |
| static void | assembleConstraintEquation (real64 const &time_n, WellControls &wellControls, T< PhaseVolumeRateConstraint > &constraint, WellElementSubRegion const &subRegion, string const &wellDofKey, localIndex const &rankOffset, CRSMatrixView< real64, globalIndex const > const &localMatrix, arrayView1d< real64 > const &localRhs) |
| template<template< typename U > class T, typename U = LiquidRateConstraint> | |
| static void | assembleConstraintEquation (real64 const &time_n, WellControls &wellControls, T< LiquidRateConstraint > &constraint, WellElementSubRegion const &subRegion, string const &wellDofKey, localIndex const &rankOffset, CRSMatrixView< real64, globalIndex const > const &localMatrix, arrayView1d< real64 > const &localRhs) |
| template<template< typename U > class T, typename U = VolumeRateConstraint> | |
| static void | assembleConstraintEquation (real64 const &time_n, WellControls &wellControls, T< VolumeRateConstraint > &constraint, WellElementSubRegion const &subRegion, string const &wellDofKey, localIndex const &rankOffset, CRSMatrixView< real64, globalIndex const > const &localMatrix, arrayView1d< real64 > const &localRhs) |
| template<template< typename U > class T, typename U = MassRateConstraint> | |
| static void | assembleConstraintEquation (real64 const &time_n, WellControls &wellControls, T< MassRateConstraint > &constraint, WellElementSubRegion const &subRegion, string const &wellDofKey, localIndex const &rankOffset, CRSMatrixView< real64, globalIndex const > const &localMatrix, arrayView1d< real64 > const &localRhs) |
Definition at line 45 of file CompositionalMultiphaseWellConstraintKernels.hpp.