| 
| static GEOS_HOST_DEVICE void  | SpecifyFieldValue (globalIndex const dof, globalIndex const dofRankOffset, CRSMatrixView< real64, globalIndex const > const &matrix, real64 &rhs, real64 const bcValue, real64 const fieldValue) | 
|   | Function to apply a value to a vector field for a single dof.  More...
  | 
|   | 
| template<typename POLICY >  | 
| static void  | prescribeRhsValues (arrayView1d< real64 > const &rhs, arrayView1d< globalIndex const > const &dof, globalIndex const dofRankOffset, arrayView1d< real64 const > const &values) | 
|   | Function to add some values of a vector.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< !traits::is_tensorT< T >, void >::type  | SpecifyFieldValue (arrayView1d< T > const &field, localIndex const index, integer const component, real64 const value) | 
|   | Pointwise application of a value to a field.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< traits::is_tensorT< T >, void >::type  | SpecifyFieldValue (arrayView1d< T > const &field, localIndex const index, integer const component, real64 const value) | 
|   | Pointwise application of value to a field variable.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< !traits::is_tensorT< T >, void >::type  | SpecifyFieldValue (arrayView2d< T, USD > const &field, localIndex const index, integer const component, real64 const value) | 
|   | Pointwise application of a value to a field variable.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< traits::is_tensorT< T >, void >::type  | SpecifyFieldValue (arrayView2d< T, USD > const &field, localIndex const index, integer const component, real64 const value) | 
|   | Pointwise application of a value to a field variable.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< !traits::is_tensorT< T >, void >::type  | SpecifyFieldValue (arrayView3d< T, USD > const &field, localIndex const index, integer const component, real64 const value) | 
|   | Pointwise application of a value to a field variable.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< traits::is_tensorT< T >, void >::type  | SpecifyFieldValue (arrayView3d< T, USD > const &field, localIndex const index, integer const component, real64 const value) | 
|   | Pointwise application of a value to a field variable.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< !traits::is_tensorT< T >, void >::type  | SpecifyFieldValue (arrayView4d< T, USD > const &field, localIndex const index, integer const component, real64 const value) | 
|   | Pointwise application of a value to a field variable.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< traits::is_tensorT< T >, void >::type  | SpecifyFieldValue (arrayView4d< T, USD > const &field, localIndex const index, integer const component, real64 const value) | 
|   | Pointwise application of a value to a field variable.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< !traits::is_tensorT< T >, void >::type  | readFieldValue (arrayView1d< T const > const &field, localIndex const index, integer const component, real64 &value) | 
|   | Read a field value.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< traits::is_tensorT< T >, void >::type  | readFieldValue (arrayView1d< T const > const &field, localIndex const index, integer const component, real64 &value) | 
|   | Read a field value.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< !traits::is_tensorT< T >, void >::type  | readFieldValue (arrayView2d< T const, USD > const &field, localIndex const index, integer const component, real64 &value) | 
|   | Read value from a 2d field.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE std::enable_if< traits::is_tensorT< T >, void >::type  | readFieldValue (arrayView2d< T const, USD > const &field, localIndex const index, integer const component, real64 &value) | 
|   | This function is not meaningful. It exists for generic purposes, but will result in an error if called.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE void  | readFieldValue (arrayView3d< T const, USD > const &field, localIndex const index, integer const component, real64 &value) | 
|   | This function is not meaningful. It exists for generic purposes, but will result in an error if called.  More...
  | 
|   | 
| static GEOS_HOST_DEVICE void  | readFieldValue (arrayView4d< T const, USD > const &field, localIndex const index, integer const component, real64 &value) | 
|   | This function is not meaningful. It exists for generic purposes, but will result in an error if called.  More...
  | 
|   | 
this struct a collection of static functions which adhere to an assumed interface for adding a value for a field. 
Definition at line 627 of file FieldSpecificationOps.hpp.