dune-grid-glue 2.10
|
Functions | |
template<unsigned side, typename Coordinate , typename Corners > | |
void | write_points (const Projection< Coordinate > &projection, const Corners &corners, std::ostream &out) |
template<unsigned side, typename Coordinate , typename Normals > | |
void | write_normals (const Projection< Coordinate > &projection, const Normals &normals, std::ostream &out) |
template<typename Coordinate , typename Corners > | |
void | write_edge_intersection_points (const Projection< Coordinate > &projection, const Corners &corners, std::ostream &out) |
template<typename Coordinate , typename Normals > | |
void | write_edge_intersection_normals (const Projection< Coordinate > &projection, const Normals &normals, std::ostream &out) |
template<unsigned side, typename Coordinate > | |
void | write_success (const Projection< Coordinate > &projection, std::ostream &out) |
void Dune::GridGlue::ProjectionWriterImplementation::write_edge_intersection_normals | ( | const Projection< Coordinate > & | projection, |
const Normals & | normals, | ||
std::ostream & | out | ||
) |
void Dune::GridGlue::ProjectionWriterImplementation::write_edge_intersection_points | ( | const Projection< Coordinate > & | projection, |
const Corners & | corners, | ||
std::ostream & | out | ||
) |
void Dune::GridGlue::ProjectionWriterImplementation::write_normals | ( | const Projection< Coordinate > & | projection, |
const Normals & | normals, | ||
std::ostream & | out | ||
) |
void Dune::GridGlue::ProjectionWriterImplementation::write_points | ( | const Projection< Coordinate > & | projection, |
const Corners & | corners, | ||
std::ostream & | out | ||
) |
void Dune::GridGlue::ProjectionWriterImplementation::write_success | ( | const Projection< Coordinate > & | projection, |
std::ostream & | out | ||
) |