|
FreePOOMA
2.4.1
|
SubFieldView is used to implement the syntax f[i], which selects the ith SubField for field f. More...
#include <Field.h>
Public Types | |
| typedef Field< Mesh, T, EngineTag > | Type_t |
Static Public Member Functions | |
| static Type_t | make (const Type_t &s, int iSubField) |
| static Type_t | make (const Type_t &s, int m, int c) |
| static Type_t | make (const Type_t &s, int c, const Pooma::CenteringViewTag &tag) |
| static Type_t | make (const Type_t &s, int m, const Pooma::MaterialViewTag &tag) |
SubFieldView is used to implement the syntax f[i], which selects the ith SubField for field f.
| typedef Field<Mesh, T, EngineTag> SubFieldView< Field< Mesh, T, EngineTag > >::Type_t |
| static Type_t SubFieldView< Field< Mesh, T, EngineTag > >::make | ( | const Type_t & | s, |
| int | iSubField | ||
| ) | [inline, static] |
References Field< Mesh, T, EngineTag >::numSubFields(), and PBoundInsist.
| static Type_t SubFieldView< Field< Mesh, T, EngineTag > >::make | ( | const Type_t & | s, |
| int | c, | ||
| const Pooma::CenteringViewTag & | tag | ||
| ) | [inline, static] |
References Field< Mesh, T, EngineTag >::centeringSize(), and PBoundInsist.
| static Type_t SubFieldView< Field< Mesh, T, EngineTag > >::make | ( | const Type_t & | s, |
| int | m, | ||
| const Pooma::MaterialViewTag & | tag | ||
| ) | [inline, static] |
References Field< Mesh, T, EngineTag >::numMaterials(), and PBoundInsist.
1.7.6.1