Skip to content

Porting to AMatrix

Pooyan Dadvand edited this page Apr 23, 2018 · 16 revisions

These are the steps to be taken in order to migrate from ublas dense matrix and vectors to AMatrix:

  • Replacing the ublas_interface.h with amatrix_interface.h
  • Changing resize(size) of vector to resize(size, false) which not preserve the previous data
  • Replacing the boost::numeric::ublas::vector with DenseVector
  • Replacing the boost::numeric::ublas::bounded_matrix with DenseMatrix

Project information

Getting Started

Tutorials

Developers

Kratos structure

Conventions

Solvers

Debugging, profiling and testing

HOW TOs

Utilities

Kratos API

Kratos Structural Mechanics API

Clone this wiki locally