feat(surface): major work on implementing surface constraints in a presciption agnostic manner
This commit is contained in:
@@ -19,7 +19,11 @@ namespace mean_field::integrators {
|
||||
const mfem::GridFunction &compactification_coordinate,
|
||||
const GravityForceJacobianMode jacobian_mode
|
||||
)
|
||||
: m_mapping(mapper, displacement, compactification_coordinate),
|
||||
: m_mapping(
|
||||
mapper,
|
||||
displacement,
|
||||
compactification_coordinate
|
||||
),
|
||||
m_jacobian_mode(jacobian_mode) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user