NiHu
2.0
|
return weak form formalism from the test and trial field types More...
Go to the source code of this file.
Classes | |
struct | NiHu::formalism::general |
general case when the test field is not Dirac More... | |
struct | NiHu::formalism::collocational |
collocational case when the test field is Dirac More... | |
struct | NiHu::get_formalism< TestField, TrialField, class > |
return formalism from Test and Trial field types More... | |
struct | NiHu::get_formalism< TestField, TrialField, typename std::enable_if< field_traits::is_dirac< TestField >::value &&!field_traits::is_dirac< TrialField >::value >::type > |
specialiastion of NiHu::get_formalism for the collocational case More... | |
struct | NiHu::get_formalism< TestField, TrialField, typename std::enable_if< !field_traits::is_dirac< TestField >::value &&!field_traits::is_dirac< TrialField >::value >::type > |
specialiastion of NiHu::get_formalism for the general case More... | |
struct | NiHu::is_collocational< TestField, TrialField > |
metafunction to determine if formalism is collocational More... | |
Namespaces | |
NiHu::formalism | |
definition of different weak form formalisms | |
return weak form formalism from the test and trial field types
Definition in file formalism.hpp.