LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Public Member Functions | List of all members
projects::hldo_sphere::post_processing::MeshFunctionWhitneyZero< SCALAR > Class Template Reference

Provides Mesh Function for basis expansion coefficients of the zero form. More...

#include </home/nico/bildung/SemVI/thesis/lehrfempp/projects/hldo_sphere/post_processing/mesh_function_whitney_zero.h>

Public Member Functions

 MeshFunctionWhitneyZero (const Eigen::Matrix< SCALAR, Eigen::Dynamic, 1 > &mu, const std::shared_ptr< const lf::mesh::Mesh > mesh)
 basic constructor More...
 

Detailed Description

template<typename SCALAR>
class projects::hldo_sphere::post_processing::MeshFunctionWhitneyZero< SCALAR >

Provides Mesh Function for basis expansion coefficients of the zero form.

Template Parameters
SCALARtype of the solution vector

Definition at line 19 of file mesh_function_whitney_zero.h.

Constructor & Destructor Documentation

◆ MeshFunctionWhitneyZero()

template<typename SCALAR >
projects::hldo_sphere::post_processing::MeshFunctionWhitneyZero< SCALAR >::MeshFunctionWhitneyZero ( const Eigen::Matrix< SCALAR, Eigen::Dynamic, 1 > &  mu,
const std::shared_ptr< const lf::mesh::Mesh mesh 
)
inline

basic constructor

Mesh Function on the global mesh built using the basis expansion coefficiants passed in the argument and the cellwise linear (barycentric) basis functions.

Parameters
muvector containing the basis function expansion coefficiants in global ordering
meshcontaining the mesh on which to evaluate
Note
Only triangular meshes are supported

Definition at line 35 of file mesh_function_whitney_zero.h.


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