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