photo

Precise Simulation


Precise Simulation Ltd.

Active since 2014

Followers: 0   Following: 0

Message

FEATool Multiphysics is a Matlab Finite Element FEM and CFD toolbox for modeling and simulation of physics and engineering applications with the finite element method. FEATool is a fully integrated, complete and self contained toolbox featuring a full suite of functions and subroutines for preprocessing, grid generation, FEM assembly, solvers, postprocessing and visualization. Visit http://www.featool.com/ for more information.

Statistics

Cody

0 Problems
5 Solutions

RANK
N/A
of 301,229

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
20,775 of 21,196

REPUTATION
0

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
58,804
of 173,512

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Submission
  • Solver

View badges

Feeds

View by

Solved


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

11 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

11 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 years ago

Solved


Find matching parenthesis
One of the most indispensable things about a great text editor for programming is the ability to quickly jump between matching p...

11 years ago