feat: add solver core skeleton
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include <fesa/fem/dof_key.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
const fesa::fem::DofKey lhs{fesa::core::NodeId{1}, fesa::model::DofComponent::ux};
|
||||
const fesa::fem::DofKey rhs{fesa::core::NodeId{1}, fesa::model::DofComponent::ux};
|
||||
return lhs == rhs ? 0 : 1;
|
||||
}
|
||||
Reference in New Issue
Block a user