LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
projects::hldo_sphere::operators::DiracOperator Member List

This is the complete list of members for projects::hldo_sphere::operators::DiracOperator, including all inherited members.

Compute()projects::hldo_sphere::operators::DiracOperator
coo_matrix_projects::hldo_sphere::operators::DiracOperatorprivate
DiracOperator()projects::hldo_sphere::operators::DiracOperatorinline
f0_projects::hldo_sphere::operators::DiracOperatorprivate
f1_projects::hldo_sphere::operators::DiracOperatorprivate
f2_projects::hldo_sphere::operators::DiracOperatorprivate
GetGalerkinMatrix()projects::hldo_sphere::operators::DiracOperatorinline
GetLoadVector()projects::hldo_sphere::operators::DiracOperatorinline
mesh_p_projects::hldo_sphere::operators::DiracOperatorprivate
phi_projects::hldo_sphere::operators::DiracOperatorprivate
SetLoadFunctions(std::function< complex(const Eigen::Matrix< double, 3, 1 > &)> f0, std::function< Eigen::Matrix< complex, 3, 1 >(const Eigen::Matrix< double, 3, 1 > &)> f1, std::function< complex(const Eigen::Matrix< double, 3, 1 > &)> f2)projects::hldo_sphere::operators::DiracOperatorinline
SetMesh(std::shared_ptr< const lf::mesh::Mesh > mesh_p)projects::hldo_sphere::operators::DiracOperator