SyFi
0.3
|
Go to the source code of this file.
Namespaces | |
namespace | SyFi |
Functions | |
void | SyFi::usage (FE &fe) |
void | SyFi::usage (FE &v_fe, FE &p_fe) |
void | SyFi::compute_Poisson_element_matrix (FE &fe, Dof &dof, std::map< std::pair< unsigned int, unsigned int >, GiNaC::ex > &A) |
void | SyFi::compute_Stokes_element_matrix (FE &v_fe, FE &p_fe, Dof &dof, std::map< std::pair< unsigned int, unsigned int >, GiNaC::ex > &A) |
void | SyFi::compute_mixed_Poisson_element_matrix (FE &v_fe, FE &p_fe, Dof &dof, std::map< std::pair< unsigned int, unsigned int >, GiNaC::ex > &A) |