Loading...
Searching...
No Matches
ConvLayer.H File Reference

Header file of the ConvLayer class. More...

#include <iostream>
#include <torch/script.h>
#include <torch/torch.h>
#include <Eigen/Eigen>
#include "ITHACAassert.H"
#include "fvCFD.H"
#include "boxToCell.H"
#include "cellSet.H"
#include "Filter.H"

Go to the source code of this file.

Classes

class  ITHACAtorch::ConvLayer< Type, PatchField, GeoMesh >

Typedefs

typedef ConvLayer< scalar, fvPatchField, volMesh > ITHACAtorch::volScalarLayer
typedef ConvLayer< vector, fvPatchField, volMesh > ITHACAtorch::volVectorLayer
typedef ConvLayer< scalar, fvsPatchField, surfaceMesh > ITHACAtorch::surfaceScalarLayer

Detailed Description

Header file of the ConvLayer class.

It contains functions to

Definition in file ConvLayer.H.

Typedef Documentation

◆ surfaceScalarLayer

typedef ConvLayer<scalar, fvsPatchField, surfaceMesh> ITHACAtorch::surfaceScalarLayer

Definition at line 90 of file ConvLayer.H.

◆ volScalarLayer

typedef ConvLayer<scalar, fvPatchField, volMesh> ITHACAtorch::volScalarLayer

Definition at line 88 of file ConvLayer.H.

◆ volVectorLayer

typedef ConvLayer<vector, fvPatchField, volMesh> ITHACAtorch::volVectorLayer

Definition at line 89 of file ConvLayer.H.