feat(surface): major work on implementing surface constraints in a presciption agnostic manner
This commit is contained in:
@@ -10,7 +10,11 @@ namespace mean_field::integrators {
|
||||
const mfem::GridFunction &compactification_coordinate,
|
||||
const mfem::Vector &omega
|
||||
)
|
||||
: m_mapping(mapper, displacement, compactification_coordinate),
|
||||
: m_mapping(
|
||||
mapper,
|
||||
displacement,
|
||||
compactification_coordinate
|
||||
),
|
||||
m_omega(omega) {
|
||||
m_omega_mat.SetSize(3, 3);
|
||||
m_omega_mat = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user