Loading...
Searching...
No Matches
torch2Foam.C File Reference
#include "torch2Foam.H"

Go to the source code of this file.

Namespaces

namespace  ITHACAtorch
 
namespace  ITHACAtorch::torch2Foam
 

Functions

template<>
torch::Tensor ITHACAtorch::torch2Foam::field2Torch (Field< vector > &field)
 
template<>
torch::Tensor ITHACAtorch::torch2Foam::field2Torch (Field< scalar > &field)
 
template<>
Field< vector > ITHACAtorch::torch2Foam::torch2Field (torch::Tensor &torchTensor)
 
template<>
Field< scalar > ITHACAtorch::torch2Foam::torch2Field (torch::Tensor &torchTensor)
 
template<>
torch::Tensor ITHACAtorch::torch2Foam::ptrList2Torch (PtrList< Field< vector > > &ptrList)
 
template<>
torch::Tensor ITHACAtorch::torch2Foam::ptrList2Torch (PtrList< Field< scalar > > &ptrList)
 
template<class type_f >
PtrList< Field< type_f > > ITHACAtorch::torch2Foam::torch2PtrList (torch::Tensor &tTensor)
 
template PtrList< Field< scalar > > ITHACAtorch::torch2Foam::torch2PtrList< scalar > (torch::Tensor &tTensor)
 
template PtrList< Field< vector > > ITHACAtorch::torch2Foam::torch2PtrList< vector > (torch::Tensor &tTensor)