Geophysical Inversion and Modelling Library v1.5.4
Loading...
Searching...
No Matches
GIMLI::FEAFunction Class Reference

#include <elementmatrix.h>

Public Member Functions

 FEAFunction (Index valueSize)
 
virtual double evalR1 (const Pos &arg, const MeshEntity *ent=0) const
 
virtual Pos evalR3 (const Pos &arg, const MeshEntity *ent=0) const
 
virtual RMatrix evalRM (const Pos &arg, const MeshEntity *ent=0) const
 
Index valueSize () const
 

Protected Attributes

Index _valueSize
 

Detailed Description

Interface to function q=f(p, ent) with q, p = Pos() in R1, R2, R 3 and ent assiated mesh entity.