Research Article

Comparison of 3D Adaptive Remeshing Strategies for Finite Element Simulations of Electromagnetic Heating of Gold Nanoparticles

Algorithm 1

Algorithm of sequential adaptive remeshing strategy .
(1) Given a coarse initial mesh of domain at step :
(2) loop1:
(3)  Compute associated with
(4)  Define a new discrete metric map on
  with a posteriori error estimator from
(5)  Remeshing of the domain with respect to
  the metric field
(6)  if (Equation (9))
(7)  return to (2) and
(8)  else
(9) end loop1
(10) loop2:
(11)   Compute associated with
(12)   Define a new discrete metric map on
   with a posteriori error estimator from
(13)   Remeshing of the domain with respect to
      the metric field
(14)   if (Equation (9))
(15)   return to (10) and
(16)   else
(17) end loop2