Gradient Augmented Levelset Implementation in CPU & GPU
InterpolatedFields< T_VECTOR > Struct Template Reference

#include <levelset.h>

Public Types

using T = typename T_VECTOR::value_type
 

Public Member Functions

 InterpolatedFields ()
 
 ~InterpolatedFields ()
 

Data Fields

T phi_interpolated
 
T_VECTOR psi_interpolated
 

Detailed Description

template<class T_VECTOR>
struct GALS::CPU::InterpolatedFields< T_VECTOR >

Struct to store field interpolated cell quantities.

Definition at line 50 of file levelset.h.

Member Typedef Documentation

using T = typename T_VECTOR::value_type

Definition at line 51 of file levelset.h.

Constructor & Destructor Documentation

InterpolatedFields ( )
inline

Definition at line 56 of file levelset.h.

~InterpolatedFields ( )
inline

Definition at line 62 of file levelset.h.

Field Documentation

T phi_interpolated

Definition at line 53 of file levelset.h.

T_VECTOR psi_interpolated

Definition at line 54 of file levelset.h.


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