Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Member Functions | Public Attributes | List of all members
fub::samrai::CartesianPatchCoordinates Struct Reference

#include <CartesianPatchHierarchy.hpp>

Public Member Functions

 CartesianPatchCoordinates (const SAMRAI::hier::Patch &patch)
 
std::array< double, 3 > operator() (const SAMRAI::hier::Index &index) const
 

Public Attributes

SAMRAI::geom::CartesianPatchGeometry * geometry_
 
SAMRAI::hier::Box box_
 

Constructor & Destructor Documentation

◆ CartesianPatchCoordinates()

fub::samrai::CartesianPatchCoordinates::CartesianPatchCoordinates ( const SAMRAI::hier::Patch &  patch)
explicit

Member Function Documentation

◆ operator()()

std::array<double, 3> fub::samrai::CartesianPatchCoordinates::operator() ( const SAMRAI::hier::Index &  index) const

Member Data Documentation

◆ box_

SAMRAI::hier::Box fub::samrai::CartesianPatchCoordinates::box_

◆ geometry_

SAMRAI::geom::CartesianPatchGeometry* fub::samrai::CartesianPatchCoordinates::geometry_

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