Researcher profile

Zhenghua Duan

Zhenghua Duan contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 13 - UnverifiedVerification L1Unclaimed author
2works
0followers
3topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2026arXiv

Adaptive finite difference methods for the Willmore flow: mesh redistribution algorithm and tangential velocity approach

We develop two adaptive finite difference methods for the numerical simulation of the Willmore flow, employing the kth-order backward differentiation formula (BDFk) for time discretization, together with monitor functions for dynamic mesh adaptation along evolving interfaces. The first approach is based on a weighted arc-length equidistribution strategy driven by a monitor function to adaptively redistribute grid points. An adaptive monitor selection mechanism, constructed from the curvature and its variation, enhances spatial resolution in regions of strong geometric complexity while preserving mesh regularity. The second approach eliminates explicit reparameterization by incorporating a tangential velocity into the Willmore flow, with mesh redistribution inherently embedded in the geometric evolution. We further develop an energy-stable correction algorithm for the second method to guarantee discrete energy stability at the theoretical level. In both approaches, the monitor function serves as the core component of the adaptive framework, encoding essential geometric information -- such as curvature and curvature variation -- to guide mesh refinement and redistribution. Extensive numerical experiments demonstrate that the proposed BDFk-based adaptive schemes accurately capture the geometric evolution of the Willmore flow and exhibit excellent robustness and computational efficiency for problems involving complex interface geometries.

preprint2021arXiv

A Marching Cube Algorithm Based on Edge Growth

Marching Cube algorithm is currently one of the most popular 3D reconstruction surface rendering algorithms. It forms cube voxels through the input image, and then uses 15 basic topological configurations to extract the iso-surfaces in the voxels. It processes each cube voxel in a traversal manner, but it does not consider the relationship between iso-surfaces in adjacent cubes. Due to ambiguity, the final reconstructed model may have holes. We propose a Marching Cube algorithm based on edge growth. The algorithm first extracts seed triangles, then grows the seed triangles and reconstructs the entire 3D model. According to the position of the growth edge, we propose 17 topological configurations with iso-surfaces. From the reconstruction results, the algorithm can reconstruct the 3D model well. When only the main contour of the 3D model needs to be organized, the algorithm performs well. In addition, when there are multiple scattered parts in the data, the algorithm can extract only the 3D contours of the parts connected to the seed by setting the region selected by the seed.