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... | |
Definition at line 499 of file LagrangianEqn.H.
|
inlinestatic |
Primitive field types match. Return a valid reference.
Definition at line 502 of file LagrangianEqn.H.
References LagrangianEqn< Type >::psi().

|
inlinestatic |
Primitive field types do not match. Return a null reference.
Definition at line 512 of file LagrangianEqn.H.