Skip to content
Snippets Groups Projects
Commit b8c77b5f authored by Anthony Royer's avatar Anthony Royer
Browse files

Merge branch 'faster-ddm-solve' into 'master'

Faster ddm solve

See merge request !12
parents 3109d126 cd116e00
No related branches found
No related tags found
1 merge request!12Faster ddm solve
Pipeline #9274 failed
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -32,6 +32,8 @@ namespace gmshddm ...@@ -32,6 +32,8 @@ namespace gmshddm
InterfaceField(); InterfaceField();
InterfaceField(const std::string &name, const domain::Interface &domains, const gmshfem::field::FunctionSpaceOfForm< T_Form > &type, const unsigned int degree = 1); InterfaceField(const std::string &name, const domain::Interface &domains, const gmshfem::field::FunctionSpaceOfForm< T_Form > &type, const unsigned int degree = 1);
InterfaceField(const std::string &name, const domain::Interface &domains, const gmshfem::field::FunctionSpaceOfForm< T_Form > &type, const std::vector<unsigned int> & degree); InterfaceField(const std::string &name, const domain::Interface &domains, const gmshfem::field::FunctionSpaceOfForm< T_Form > &type, const std::vector<unsigned int> & degree);
InterfaceField(const std::string &name, const domain::Interface &domains, const gmshfem::field::FunctionSpaceOfForm< T_Form > &type, const std::vector<std::vector<unsigned int>> & degree);
InterfaceField(const InterfaceField< T_Scalar, T_Form > &other); InterfaceField(const InterfaceField< T_Scalar, T_Form > &other);
InterfaceField(InterfaceField< T_Scalar, T_Form > &&other); InterfaceField(InterfaceField< T_Scalar, T_Form > &&other);
~InterfaceField(); ~InterfaceField();
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment