Loading [MathJax]/extensions/tex2jax.js
MAIA bb96820c
Multiphysics at AIA
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
maia::lpt::sort_respawnParticleAfterCellIds< T > Class Template Reference

#include <lptlib.h>

Static Public Member Functions

static MBool compare (const T &i, const T &j)
 

Detailed Description

template<class T>
class maia::lpt::sort_respawnParticleAfterCellIds< T >

Definition at line 118 of file lptlib.h.

Member Function Documentation

◆ compare()

template<class T >
static MBool maia::lpt::sort_respawnParticleAfterCellIds< T >::compare ( const T &  i,
const T &  j 
)
inlinestatic

Definition at line 120 of file lptlib.h.

120 {
121 if(i.cellId == j.cellId) {
122 return (i.partId < j.partId);
123 }
124 return (i.cellId < j.cellId);
125 }

The documentation for this class was generated from the following file: