File: petscmathtool.h

package info (click to toggle)
petsc 3.24.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 524,352 kB
  • sloc: ansic: 762,937; cpp: 52,577; python: 39,568; f90: 17,688; javascript: 3,493; makefile: 3,217; sh: 1,512; xml: 619; objc: 445; java: 13; csh: 1
file content (13 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <petscmat.h>

/* MANSEC = Mat */

namespace htool
{
template <class>
class DistributedOperator; /* forward definition of a single needed Htool class */
} // namespace htool

PETSC_EXTERN PetscErrorCode MatHtoolGetHierarchicalMat(Mat, const htool::DistributedOperator<PetscScalar> **);