FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
cconv_mat.h File Reference
#include <math.h>
Include dependency graph for cconv_mat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  cconv_mat
 

Enumerations

enum  coord_type { coord_t_cartesian, coord_t_cylinder, coord_t_sphere }
 

Functions

cconv_mat operator* (cconv_mat &a, cconv_mat &b)
 

Enumeration Type Documentation

◆ coord_type

enum coord_type
Enumerator
coord_t_cartesian 
coord_t_cylinder 
coord_t_sphere 

Definition at line 12 of file cconv_mat.h.

Function Documentation

◆ operator*()

cconv_mat operator* ( cconv_mat a,
cconv_mat b 
)

Definition at line 165 of file cconv_mat.cpp.