~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to manual/meshes.tex

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
The output of running flredecomp is a series of mesh and vtu files as well
239
239
as the new flml; in this case \lstinline+foo_flredecomp.flml+. 
240
240
Note that \lstinline[language=bash]+flredecomp+ must be run on a number of processors equal to the larger number of processors between input and output.
241
 
More information can be found in section~\ref{sec:flredecomp}.
 
241
 
 
242
When using flredecomp, it is possible to partition the mesh based upon a user defined weighting. 
 
243
This is achieved by prescribing a scalar field, bounded between values of 0 and 1, under 
 
244
\option{/flredecomp/field\_weighted\_partitions}. Flredecomp will then try to ensure that the sum 
 
245
of weights on each partition is approximately equal.
 
246
 
 
247
Further information on flredecomp can be found in section~\ref{sec:flredecomp}.
242
248
 
243
249
\subsection{Decomposing a periodic mesh}
244
250
\index{mesh!meshing tools!periodise}