Function finalize_resolved_steady_stokes_mini_2d
pub fn finalize_resolved_steady_stokes_mini_2d(
program: &KernelProgram,
resolved: &ResolvedFieldwiseRealization,
mesh_artifact: MeshArtifactReference,
mesh: &SimplicialMesh,
) -> Result<(SteadyIncompressibleStokesCartesianModel2d, FinalizedSteadyStokesMini2dProblem), Diagnostic>Description
Finalize one resolved coherent-SI Stokes Model through reference assembly.
mesh_artifact authenticates the reference retained by resolved; a bare
SimplicialMesh has no content digest. Artifact-backed callers must first
validate the Realization against a mesh envelope, then pass the reference
and mesh reconstructed from that same accepted envelope.
ยงErrors
Rejects Model/Field/mesh/space/constraint/scale/solver drift before local assembly and preserves numerical diagnostics from the dimensionless path.