PsiRef< Type > Struct Template Reference

Static Public Member Functions

static const LagrangianSubField< Type, PrimitiveField > & ref (const LagrangianSubField< Type, PrimitiveField > &psi)
 Primitive field types match. Return a valid reference. More...
 
template<template< class > class OtherPrimitiveField>
static const LagrangianSubField< Type, PrimitiveField > & ref (const LagrangianSubField< Type, OtherPrimitiveField > &)
 Primitive field types do not match. Return a null reference. More...
 

Detailed Description

template<class Type>
struct Foam::Foam::LagrangianEqn::PsiRef< Type >

Definition at line 499 of file LagrangianEqn.H.

Member Function Documentation

◆ ref() [1/2]

static const LagrangianSubField<Type, PrimitiveField>& ref ( const LagrangianSubField< Type, PrimitiveField > &  psi)
inlinestatic

Primitive field types match. Return a valid reference.

Definition at line 502 of file LagrangianEqn.H.

References LagrangianEqn< Type >::psi().

Here is the call graph for this function:

◆ ref() [2/2]

static const LagrangianSubField<Type, PrimitiveField>& ref ( const LagrangianSubField< Type, OtherPrimitiveField > &  )
inlinestatic

Primitive field types do not match. Return a null reference.

Definition at line 512 of file LagrangianEqn.H.


The documentation for this struct was generated from the following file: