#include "Proto.H"
#include "Proto_MBLevelBoxData.H"
#include "Proto_MBLevelMap.H"
#include "Proto_Matrix.H"
#include "Proto_Operator.H"
#include "Proto_MBPointInterpOp.H"
#include <unordered_set>
#include <algorithm>
#include "implem/Proto_MBInterpOpImplem.H"
Go to the source code of this file.
|
template<typename MAP , typename T , unsigned int C, MemType MEM, Centering CTR> |
void | Proto::interpBoundaries (MBLevelBoxData< T, C, MEM, CTR > &a_data, unsigned int a_order=4) |
|
template<typename MAP , typename T , unsigned int C, MemType MEM, Centering CTR> |
void | Proto::interpBoundaries (MBLevelBoxData< T, C, MEM, CTR > &a_data, MBLevelMap< MAP, MEM > &a_map, unsigned int a_order=4) |
|
◆ _PROTO_MB_INTERP_OP_
#define _PROTO_MB_INTERP_OP_ |